Started by timer Running as SYSTEM Agent basic-qw3rp is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718132172004" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_jts_svc_cluster_local_jtsx" name: "basic-qw3rp" namespace: "jts" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jts.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-qw3rp" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-qw3rp" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jts.svc.cluster.local/jts/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3206.vb_15dcf73f6a_9" 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-jts" 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-qw3rp (basic) in workspace /home/jenkins/agent/workspace/JTS_deploy_snapshots The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/locationtech/jts.git > git init /home/jenkins/agent/workspace/JTS_deploy_snapshots # timeout=10 Fetching upstream changes from https://github.com/locationtech/jts.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/locationtech/jts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/locationtech/jts.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 1672c0386bdd4f1c06935defcd50a3d95e7f414c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1672c0386bdd4f1c06935defcd50a3d95e7f414c # timeout=10 Commit message: "Modify GeometryFixer doc to reflect that a fixed polygon may become a multipolygon (#1058)" > git rev-list --no-walk 1672c0386bdd4f1c06935defcd50a3d95e7f414c # timeout=10 [JTS_deploy_snapshots] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean source:jar install deploy Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] JTS Topology Suite Build Configuration [jar] [INFO] JTS Topology Suite [pom] [INFO] org.locationtech.jts:jts-modules [pom] [INFO] org.locationtech.jts:jts-core [bundle] [INFO] org.locationtech.jts:jts-io [pom] [INFO] org.locationtech.jts.io:jts-io-common [jar] [INFO] org.locationtech.jts:jts-example [jar] [INFO] org.locationtech.jts:jts-tests [jar] [INFO] org.locationtech.jts:jts-app [jar] [INFO] org.locationtech.jts:jts-lab [jar] [INFO] [INFO] ------------------< org.locationtech.jts:build-tools >------------------ [INFO] Building JTS Topology Suite Build Configuration 1.20.0-SNAPSHOT [1/10] [INFO] from build-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ build-tools --- [INFO] [INFO] >>> source:2.2.1:jar (default-cli) > generate-sources @ build-tools >>> [INFO] [INFO] <<< source:2.2.1:jar (default-cli) < generate-sources @ build-tools <<< [INFO] [INFO] [INFO] --- source:2.2.1:jar (default-cli) @ build-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/build-tools/target/build-tools-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ build-tools --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ build-tools --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ build-tools --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/build-tools/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ build-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ build-tools --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ build-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/build-tools/target/build-tools-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ build-tools --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/build-tools/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/build-tools/1.20.0-SNAPSHOT/build-tools-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/build-tools/target/build-tools-1.20.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/build-tools/1.20.0-SNAPSHOT/build-tools-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/build-tools/target/build-tools-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/build-tools/1.20.0-SNAPSHOT/build-tools-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ build-tools --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ build-tools --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ build-tools --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/build-tools/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ build-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ build-tools --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ build-tools --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ build-tools --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/build-tools/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/build-tools/1.20.0-SNAPSHOT/build-tools-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/build-tools/target/build-tools-1.20.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/build-tools/1.20.0-SNAPSHOT/build-tools-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/build-tools/target/build-tools-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/build-tools/1.20.0-SNAPSHOT/build-tools-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ build-tools --- [INFO] Skipping artifact deployment [INFO] [INFO] ----------------------< org.locationtech.jts:jts >---------------------- [INFO] Building JTS Topology Suite 1.20.0-SNAPSHOT [2/10] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jts --- [INFO] [INFO] >>> source:2.2.1:jar (default-cli) > generate-sources @ jts >>> [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] <<< source:2.2.1:jar (default-cli) < generate-sources @ jts <<< [INFO] [INFO] [INFO] --- source:2.2.1:jar (default-cli) @ jts --- [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts --- [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts --- [INFO] PMD version: 6.36.0 [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts/1.20.0-SNAPSHOT/jts-1.20.0-SNAPSHOT.pom [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts --- [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts --- [INFO] PMD version: 6.36.0 [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts/1.20.0-SNAPSHOT/jts-1.20.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ jts --- [INFO] [INFO] ------------------< org.locationtech.jts:jts-modules >------------------ [INFO] Building org.locationtech.jts:jts-modules 1.20.0-SNAPSHOT [3/10] [INFO] from modules/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jts-modules --- [INFO] [INFO] >>> source:2.2.1:jar (default-cli) > generate-sources @ jts-modules >>> [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-modules --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] <<< source:2.2.1:jar (default-cli) < generate-sources @ jts-modules <<< [INFO] [INFO] [INFO] --- source:2.2.1:jar (default-cli) @ jts-modules --- [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-modules --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-modules --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-modules --- [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-modules >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-modules --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-modules <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-modules --- [INFO] PMD version: 6.36.0 [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-modules --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-modules/1.20.0-SNAPSHOT/jts-modules-1.20.0-SNAPSHOT.pom [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-modules --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-modules --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-modules --- [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-modules >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-modules --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-modules <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-modules --- [INFO] PMD version: 6.36.0 [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-modules --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-modules/1.20.0-SNAPSHOT/jts-modules-1.20.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ jts-modules --- [INFO] [INFO] -------------------< org.locationtech.jts:jts-core >-------------------- [INFO] Building org.locationtech.jts:jts-core 1.20.0-SNAPSHOT [4/10] [INFO] from modules/core/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jts-core --- [INFO] [INFO] >>> source:2.2.1:jar (default-cli) > generate-sources @ jts-core >>> [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] <<< source:2.2.1:jar (default-cli) < generate-sources @ jts-core <<< [INFO] [INFO] [INFO] --- source:2.2.1:jar (default-cli) @ jts-core --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jts-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jts-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 610 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeList.java:[50,14] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeList.java:[52,15] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeIntersectionList.java:[57,16] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeIntersectionList.java:[113,19] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/PrecisionModel.java:[99,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[113,36] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[125,43] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[136,46] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[147,46] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[158,40] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[169,50] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[180,56] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[191,46] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[189,16] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[193,62] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[210,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[214,67] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[218,77] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[222,71] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[225,76] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/Geometry.java:[1857,42] unchecked call to compareTo(T) as a member of the raw type java.lang.Comparable [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollection.java:[256,29] unchecked call to TreeSet(java.util.Collection<? extends E>) as a member of the raw type java.util.TreeSet [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollection.java:[257,29] unchecked call to TreeSet(java.util.Collection<? extends E>) as a member of the raw type java.util.TreeSet [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/MultiPolygon.java:[104,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/MultiPolygon.java:[108,78] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[144,25] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[145,39] unchecked call to ArrayList(java.util.Collection<? extends E>) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[146,21] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T>,java.util.Comparator<? super T> found: java.util.ArrayList,java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[146,22] unchecked conversion required: java.util.List<T> found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[146,58] unchecked conversion required: java.util.Comparator<? super T> found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[150,29] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[265,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[317,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[375,32] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[378,30] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[461,21] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[471,42] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractNode.java:[128,24] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/planargraph/DirectedEdge.java:[45,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/planargraph/Node.java:[39,23] unchecked call to HashSet(java.util.Collection<? extends E>) as a member of the raw type java.util.HashSet [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/planargraph/Node.java:[41,26] unchecked call to retainAll(java.util.Collection<?>) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/planargraph/DirectedEdgeStar.java:[93,23] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T> found: java.util.List<org.locationtech.jts.planargraph.DirectedEdge> [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/IsSimpleOp.java:[200,17] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/IsSimpleOp.java:[339,20] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java:[90,14] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java:[95,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java:[121,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/GeometryGraph.java:[266,20] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/GeometryGraph.java:[306,20] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeMap.java:[59,18] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeMap.java:[68,18] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeMap.java:[111,21] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEndStar.java:[71,16] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEndStar.java:[105,18] unchecked call to ArrayList(java.util.Collection<? extends E>) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[70,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[118,106] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[96,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[155,106] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[133,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[183,91] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[170,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[195,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[230,77] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[219,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[253,87] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[242,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[276,82] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[265,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[297,85] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[288,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[358,53] unchecked call to put(K,V) as a member of the raw type java.util.WeakHashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[403,61] unchecked call to put(K,V) as a member of the raw type java.util.WeakHashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[306,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[434,80] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[423,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[456,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[459,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[462,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[477,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[480,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[483,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[486,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[489,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java:[97,37] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java:[134,27] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java:[170,72] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java:[219,27] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/algorithm/construct/IndexedPointInPolygonsLocator.java:[56,58] unchecked conversion required: java.util.List<org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[127,39] unchecked call to ArrayList(java.util.Collection<? extends E>) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[128,21] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T>,java.util.Comparator<? super T> found: java.util.ArrayList,java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[128,22] unchecked conversion required: java.util.List<T> found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[128,45] unchecked conversion required: java.util.Comparator<? super T> found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[138,30] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[160,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[360,13] unchecked call to add(E) as a member of the raw type java.util.PriorityQueue [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[443,13] unchecked call to add(E) as a member of the raw type java.util.PriorityQueue [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[547,13] unchecked call to add(E) as a member of the raw type java.util.PriorityQueue [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[578,46] unchecked call to add(E) as a member of the raw type java.util.PriorityQueue [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[586,48] unchecked call to add(E) as a member of the raw type java.util.PriorityQueue [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/BoundablePair.java:[207,17] unchecked call to add(E) as a member of the raw type java.util.PriorityQueue [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jts-core --- [INFO] Copying 11 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jts-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 369 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/test-classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/GeometryTestCase.java:[249,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/GeometryTestCase.java:[257,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/linemerge/LineSequencerTest.java:[241,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/triangulate/VoronoiPerfTest.java:[67,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/bintree/BinTreeCorrectTest.java:[130,56] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/bintree/IntervalList.java:[34,13] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/bintree/IntervalList.java:[43,19] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/predicate/RectangleIntersectsPerfTest.java:[143,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[110,34] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[115,88] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[118,98] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[121,92] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[124,99] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/geom/prep/TestDataBuilder.java:[91,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/union/PolygonUnionPerfTest.java:[131,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/OverlayNGRobustTest.java:[122,37] unchecked method invocation: method union in class org.locationtech.jts.operation.overlayng.OverlayNGRobust is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry>,org.locationtech.jts.geom.GeometryFactory found: java.util.List,org.locationtech.jts.geom.GeometryFactory [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/OverlayNGRobustTest.java:[122,38] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/OverlayNGRobustTest.java:[125,37] unchecked method invocation: method union in class org.locationtech.jts.operation.overlayng.OverlayNGRobust is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/OverlayNGRobustTest.java:[125,38] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionTest.java:[98,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeTest.java:[144,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeTest.java:[146,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeTest.java:[148,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeTest.java:[214,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/coverage/CoveragePolygonValidatorTest.java:[221,58] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Polygon> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java:[140,13] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java:[141,13] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java:[142,13] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java:[143,13] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java:[144,13] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/geom/impl/PackedCoordinateSequenceMemoryTest.java:[53,35] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[67,58] unchecked conversion required: java.util.List<org.locationtech.jts.geom.LineString> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[69,19] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[69,49] unchecked conversion required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[75,72] unchecked conversion required: java.util.Collection<org.locationtech.jts.noding.NodedSegmentString> found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/linemerge/LineMergerTest.java:[123,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/NodedSegmentStringTest.java:[58,45] unchecked method invocation: method toLines in class org.locationtech.jts.noding.NodingTestUtil is applied to given types required: java.util.Collection<org.locationtech.jts.noding.NodedSegmentString>,org.locationtech.jts.geom.GeometryFactory found: java.util.List,org.locationtech.jts.geom.GeometryFactory [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/NodedSegmentStringTest.java:[58,46] unchecked conversion required: java.util.Collection<org.locationtech.jts.noding.NodedSegmentString> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[58,21] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[58,22] unchecked conversion required: java.util.List<T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[66,20] unchecked method invocation: method min in class java.util.Collections is applied to given types required: java.util.Collection<? extends T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[66,21] unchecked conversion required: java.util.Collection<? extends T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[112,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/index/EnvelopeList.java:[34,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/index/EnvelopeList.java:[43,19] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/UnaryUnionNGTest.java:[81,34] unchecked method invocation: method union in class org.locationtech.jts.operation.overlayng.UnaryUnionNG is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry>,org.locationtech.jts.geom.GeometryFactory,org.locationtech.jts.geom.PrecisionModel found: java.util.List,org.locationtech.jts.geom.GeometryFactory,org.locationtech.jts.geom.PrecisionModel [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/UnaryUnionNGTest.java:[81,35] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/UnaryUnionNGTest.java:[84,34] unchecked method invocation: method union in class org.locationtech.jts.operation.overlayng.UnaryUnionNG is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry>,org.locationtech.jts.geom.PrecisionModel found: java.util.List,org.locationtech.jts.geom.PrecisionModel [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/UnaryUnionNGTest.java:[84,35] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/relateng/LinearBoundaryTest.java:[95,40] unchecked conversion required: java.util.List<org.locationtech.jts.geom.LineString> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/edgegraph/EdgeGraphTest.java:[129,54] unchecked conversion required: java.util.Collection<org.locationtech.jts.edgegraph.HalfEdge> found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/snapround/SnapRoundingTest.java:[142,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java:[188,37] unchecked method invocation: method toCoordinateArray in class org.locationtech.jts.algorithm.ConvexHull is applied to given types required: java.util.Stack<org.locationtech.jts.geom.Coordinate> found: java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java:[188,38] unchecked conversion required: java.util.Stack<org.locationtech.jts.geom.Coordinate> found: java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/FastNodingValidatorTest.java:[103,24] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferValidator.java:[124,22] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/util/PriorityQueueTest.java:[64,34] unchecked call to compareTo(T) as a member of the raw type java.lang.Comparable [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/quadtree/QuadtreeCorrectTest.java:[155,48] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayRobustTest.java:[82,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayRobustTest.java:[95,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeNearestNeighbourTest.java:[207,21] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T>,java.util.Comparator<? super T> found: java.util.List,org.locationtech.jts.index.strtree.GeometryDistanceComparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeNearestNeighbourTest.java:[207,22] unchecked conversion required: java.util.List<T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/SpatialIndexTester.java:[94,23] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/SpatialIndexTester.java:[155,75] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/index/TreeTimeTest.java:[55,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/index/TreeTimeTest.java:[56,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/index/IndexTester.java:[88,18] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/index/IndexTester.java:[103,16] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/overlayng/OverlayCaseDumper.java:[193,29] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[39,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[41,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[45,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[47,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[51,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[71,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[75,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[95,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[102,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[108,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[113,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[119,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[124,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[130,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[195,101] unchecked cast required: java.util.Map<java.lang.String,java.lang.String> found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/relateng/RelateNGPolygonsAdjacentPerfTest.java:[76,31] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/PerformanceTestRunner.java:[52,44] unchecked call to getConstructor(java.lang.Class<?>...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/PerformanceTestRunner.java:[93,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/PerformanceTestRunner.java:[96,39] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/geom/TestSerializable.java:[61,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/geom/TestSerializable.java:[63,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/BidirectionalComparatorTest.java:[67,24] unchecked call to compare(T,T) as a member of the raw type java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/dissolve/LineDissolvePerfTest.java:[91,19] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateSyntheticTest.java:[120,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateSyntheticTest.java:[121,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateSyntheticTest.java:[122,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateSyntheticTest.java:[123,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/index/STRtreeDemo.java:[96,20] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayPerfTest.java:[79,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayPerfTest.java:[92,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java:[87,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/union/OverlapUnionTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/union/OverlapUnionTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java has additional unchecked or unsafe operations. [INFO] [INFO] --- surefire:2.15:test (default-test) @ jts-core --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.locationtech.jts.algorithm.RectangleTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.locationtech.jts.algorithm.RectangleTest Running org.locationtech.jts.algorithm.MinimumBoundingCircleTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.locationtech.jts.algorithm.MinimumBoundingCircleTest Running org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistanceTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistanceTest Running org.locationtech.jts.algorithm.distance.DiscreteFrechetDistanceTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec - in org.locationtech.jts.algorithm.distance.DiscreteFrechetDistanceTest Running org.locationtech.jts.algorithm.distance.DiscreteFrechetDistanceDiagonalTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.algorithm.distance.DiscreteFrechetDistanceDiagonalTest Running org.locationtech.jts.algorithm.distance.MatrixStorageTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.jts.algorithm.distance.MatrixStorageTest Running org.locationtech.jts.algorithm.RectangleLineIntersectorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in org.locationtech.jts.algorithm.RectangleLineIntersectorTest Running org.locationtech.jts.algorithm.construct.MaximumInscribedCircleTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 sec - in org.locationtech.jts.algorithm.construct.MaximumInscribedCircleTest Running org.locationtech.jts.algorithm.construct.LargestEmptyCircleTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 sec - in org.locationtech.jts.algorithm.construct.LargestEmptyCircleTest Running org.locationtech.jts.algorithm.NonRobustLineIntersectorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.NonRobustLineIntersectorTest Running org.locationtech.jts.algorithm.AngleTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.locationtech.jts.algorithm.AngleTest Running org.locationtech.jts.algorithm.RobustLineIntersectorZTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.algorithm.RobustLineIntersectorZTest Running org.locationtech.jts.algorithm.hull.ConcaveHullOfPolygonsTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.locationtech.jts.algorithm.hull.ConcaveHullOfPolygonsTest Running org.locationtech.jts.algorithm.hull.ConcaveHullTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.locationtech.jts.algorithm.hull.ConcaveHullTest Running org.locationtech.jts.algorithm.DistanceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.DistanceTest Running org.locationtech.jts.algorithm.LocatePointInRingTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.algorithm.LocatePointInRingTest Running org.locationtech.jts.algorithm.PointInRingTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.algorithm.PointInRingTest Running org.locationtech.jts.algorithm.RayCrossingCounterTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.locationtech.jts.algorithm.RayCrossingCounterTest Running org.locationtech.jts.algorithm.match.FrechetSimilarityMeasureTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.match.FrechetSimilarityMeasureTest Running org.locationtech.jts.algorithm.match.HausdorffSimilarityMeasureTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.algorithm.match.HausdorffSimilarityMeasureTest Running org.locationtech.jts.algorithm.RobustLineIntersectorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.algorithm.RobustLineIntersectorTest Running org.locationtech.jts.algorithm.PolygonNodeTopologyTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.PolygonNodeTopologyTest Running org.locationtech.jts.algorithm.ConvexHullTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.algorithm.ConvexHullTest Running org.locationtech.jts.algorithm.CentroidTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.algorithm.CentroidTest Running org.locationtech.jts.algorithm.IntersectionTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.IntersectionTest Running org.locationtech.jts.algorithm.OrientationIndexTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.algorithm.OrientationIndexTest Running org.locationtech.jts.algorithm.OrientationIsCCWTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.algorithm.OrientationIsCCWTest Running org.locationtech.jts.algorithm.PointLocationTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.PointLocationTest Running org.locationtech.jts.algorithm.CGAlgorithmsDDTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.algorithm.CGAlgorithmsDDTest Running org.locationtech.jts.algorithm.PointLocatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.PointLocatorTest Running org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocatorTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocatorTest Running org.locationtech.jts.algorithm.locate.SimplePointInAreaLocatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.locationtech.jts.algorithm.locate.SimplePointInAreaLocatorTest Running org.locationtech.jts.algorithm.LengthTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.algorithm.LengthTest Running org.locationtech.jts.algorithm.OrientationIndexFailureTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.algorithm.OrientationIndexFailureTest Running org.locationtech.jts.algorithm.PointLocationOn4DLineTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.PointLocationOn4DLineTest Running org.locationtech.jts.algorithm.MinimumDiameterTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.algorithm.MinimumDiameterTest Running org.locationtech.jts.algorithm.AreaTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.algorithm.AreaTest Running org.locationtech.jts.algorithm.MinimumAreaRectanglelTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.algorithm.MinimumAreaRectanglelTest Running org.locationtech.jts.algorithm.InteriorPointTest ....................................................................................................................................................................................................................................................Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.13 sec - in org.locationtech.jts.algorithm.InteriorPointTest Running org.locationtech.jts.algorithm.RobustLineIntersectionTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.locationtech.jts.algorithm.RobustLineIntersectionTest Running org.locationtech.jts.geom.GeometryFactoryTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.geom.GeometryFactoryTest Running org.locationtech.jts.geom.TriangleTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.geom.TriangleTest Running org.locationtech.jts.geom.CoordinateArraysTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.geom.CoordinateArraysTest Running org.locationtech.jts.geom.impl.BasicCoordinateSequenceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.impl.BasicCoordinateSequenceTest Running org.locationtech.jts.geom.impl.PackedCoordinateSequenceFloatTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.locationtech.jts.geom.impl.PackedCoordinateSequenceFloatTest Running org.locationtech.jts.geom.impl.PackedCoordinateSequenceTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jts.geom.impl.PackedCoordinateSequenceTest Running org.locationtech.jts.geom.impl.PackedCoordinateSequenceDoubleTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.geom.impl.PackedCoordinateSequenceDoubleTest Running org.locationtech.jts.geom.impl.CoordinateArraySequenceTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.geom.impl.CoordinateArraySequenceTest Running org.locationtech.jts.geom.util.GeometryExtracterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.util.GeometryExtracterTest Running org.locationtech.jts.geom.util.AffineTransformationTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.geom.util.AffineTransformationTest Running org.locationtech.jts.geom.util.GeometryFixerTest Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.locationtech.jts.geom.util.GeometryFixerTest Running org.locationtech.jts.geom.util.AffineTransformationBuilderTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.geom.util.AffineTransformationBuilderTest Running org.locationtech.jts.geom.util.GeometryMapperTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.geom.util.GeometryMapperTest Running org.locationtech.jts.geom.MiscellaneousTest Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.geom.MiscellaneousTest Running org.locationtech.jts.geom.GeometryCopyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.GeometryCopyTest Running org.locationtech.jts.geom.GeometryCoordinateTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.GeometryCoordinateTest Running org.locationtech.jts.geom.GeometryCollectionImplTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.GeometryCollectionImplTest Running org.locationtech.jts.geom.GeometryOpGCUnsupportedTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.geom.GeometryOpGCUnsupportedTest Running org.locationtech.jts.geom.prep.PreparedGeometryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.geom.prep.PreparedGeometryTest Running org.locationtech.jts.geom.GeometryOverlayTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.locationtech.jts.geom.GeometryOverlayTest Running org.locationtech.jts.geom.IntersectionMatrixTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.geom.IntersectionMatrixTest Running org.locationtech.jts.geom.LineStringImplTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.geom.LineStringImplTest Running org.locationtech.jts.geom.TriangleCircumcentreTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.TriangleCircumcentreTest Running org.locationtech.jts.geom.GeometryCompareToTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.GeometryCompareToTest Running org.locationtech.jts.geom.LineSegmentTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.geom.LineSegmentTest Running org.locationtech.jts.geom.GeometryXYZMTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.GeometryXYZMTest Running org.locationtech.jts.geom.CoordinateSequencesTest Testing minCoordinateIndex Testing copy Testing scrolling of closed ring Testing reverse Testing isRing Testing indexOf Testing scrolling of circular string Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.geom.CoordinateSequencesTest Running org.locationtech.jts.geom.NormalizeTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.jts.geom.NormalizeTest Running org.locationtech.jts.geom.CoordinateListTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.CoordinateListTest Running org.locationtech.jts.geom.AreaLengthTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.AreaLengthTest Running org.locationtech.jts.geom.GeometryCollectionIteratorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.GeometryCollectionIteratorTest Running org.locationtech.jts.geom.PointImplTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.PointImplTest Running org.locationtech.jts.geom.CoordinateTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.geom.CoordinateTest Running org.locationtech.jts.geom.PredicateShortCircuitTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.jts.geom.PredicateShortCircuitTest Running org.locationtech.jts.geom.PrecisionModelTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.PrecisionModelTest Running org.locationtech.jts.geom.MultiPointImplTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.MultiPointImplTest Running org.locationtech.jts.geom.RectanglePredicateTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.RectanglePredicateTest Running org.locationtech.jts.geom.IsRectangleTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.IsRectangleTest Running org.locationtech.jts.geom.BidirectionalComparatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.locationtech.jts.geom.BidirectionalComparatorTest Running org.locationtech.jts.geom.GeometryReverseTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.GeometryReverseTest Running org.locationtech.jts.geom.RectanglePredicateSyntheticTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 sec - in org.locationtech.jts.geom.RectanglePredicateSyntheticTest Running org.locationtech.jts.geom.GeometryImplTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.locationtech.jts.geom.GeometryImplTest Running org.locationtech.jts.geom.EnvelopeTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.geom.EnvelopeTest Running org.locationtech.jts.operation.linemerge.LineSequencerTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.locationtech.jts.operation.linemerge.LineSequencerTest Running org.locationtech.jts.operation.linemerge.LineMergerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jts.operation.linemerge.LineMergerTest Running org.locationtech.jts.operation.buffer.VariableBufferTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.operation.buffer.VariableBufferTest Running org.locationtech.jts.operation.buffer.BufferParameterTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jts.operation.buffer.BufferParameterTest Running org.locationtech.jts.operation.buffer.DepthSegmentTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.buffer.DepthSegmentTest Running org.locationtech.jts.operation.buffer.BufferTest Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.774 sec - in org.locationtech.jts.operation.buffer.BufferTest Running org.locationtech.jts.operation.buffer.OffsetCurveTest Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.locationtech.jts.operation.buffer.OffsetCurveTest Running org.locationtech.jts.operation.buffer.BufferResultValidatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 sec - in org.locationtech.jts.operation.buffer.BufferResultValidatorTest Running org.locationtech.jts.operation.polygonize.PolygonizerTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.locationtech.jts.operation.polygonize.PolygonizerTest Running org.locationtech.jts.operation.overlay.FixedPrecisionSnappingTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.overlay.FixedPrecisionSnappingTest Running org.locationtech.jts.operation.overlay.OverlayMiscTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.overlay.OverlayMiscTest Running org.locationtech.jts.operation.overlayng.PrecisionReducerTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.operation.overlayng.PrecisionReducerTest Running org.locationtech.jts.operation.overlayng.OverlayNGRobustTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.locationtech.jts.operation.overlayng.OverlayNGRobustTest Running org.locationtech.jts.operation.overlayng.OverlayGraphTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.overlayng.OverlayGraphTest Running org.locationtech.jts.operation.overlayng.OverlayNGEmptyDisjointTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.overlayng.OverlayNGEmptyDisjointTest Running org.locationtech.jts.operation.overlayng.OverlayNGStrictModeTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.operation.overlayng.OverlayNGStrictModeTest Running org.locationtech.jts.operation.overlayng.OverlayNGSnappingNoderTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.operation.overlayng.OverlayNGSnappingNoderTest Running org.locationtech.jts.operation.overlayng.UnaryUnionNGTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.operation.overlayng.UnaryUnionNGTest Running org.locationtech.jts.operation.overlayng.ElevationModelTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.overlayng.ElevationModelTest Running org.locationtech.jts.operation.overlayng.OverlayNGFloatingNoderTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.overlayng.OverlayNGFloatingNoderTest Running org.locationtech.jts.operation.overlayng.PrecisionUtilTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.overlayng.PrecisionUtilTest Running org.locationtech.jts.operation.overlayng.OverlayNGMixedPointsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.operation.overlayng.OverlayNGMixedPointsTest Running org.locationtech.jts.operation.overlayng.OverlayNGTest Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.locationtech.jts.operation.overlayng.OverlayNGTest Running org.locationtech.jts.operation.overlayng.OverlayNGGeometryCollectionTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.operation.overlayng.OverlayNGGeometryCollectionTest Running org.locationtech.jts.operation.overlayng.CoverageUnionTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.overlayng.CoverageUnionTest Running org.locationtech.jts.operation.overlayng.OverlayNGInvalidTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.overlayng.OverlayNGInvalidTest Running org.locationtech.jts.operation.overlayng.OverlayNGZTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.locationtech.jts.operation.overlayng.OverlayNGZTest Running org.locationtech.jts.operation.overlayng.LineLimiterTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.overlayng.LineLimiterTest Running org.locationtech.jts.operation.overlayng.RingClipperTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.overlayng.RingClipperTest Running org.locationtech.jts.operation.overlayng.OverlayNGPointsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.overlayng.OverlayNGPointsTest Running org.locationtech.jts.operation.relateng.RelatePredicateTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jts.operation.relateng.RelatePredicateTest Running org.locationtech.jts.operation.relateng.RelateNGGCTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.locationtech.jts.operation.relateng.RelateNGGCTest Running org.locationtech.jts.operation.relateng.RelateGeometryTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.relateng.RelateGeometryTest Running org.locationtech.jts.operation.relateng.LinearBoundaryTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.relateng.LinearBoundaryTest Running org.locationtech.jts.operation.relateng.RelatePointLocatorTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.relateng.RelatePointLocatorTest Running org.locationtech.jts.operation.relateng.AdjacentEdgeLocatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.relateng.AdjacentEdgeLocatorTest Running org.locationtech.jts.operation.relateng.PolygonNodeConverterTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.relateng.PolygonNodeConverterTest Running org.locationtech.jts.operation.relateng.RelateNGBoundaryNodeRuleTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.relateng.RelateNGBoundaryNodeRuleTest Running org.locationtech.jts.operation.relateng.RelateNGTest Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.locationtech.jts.operation.relateng.RelateNGTest Running org.locationtech.jts.operation.relateng.RelateNGRobustnessTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.operation.relateng.RelateNGRobustnessTest Running org.locationtech.jts.operation.union.CascadedPolygonUnionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.524 sec - in org.locationtech.jts.operation.union.CascadedPolygonUnionTest Running org.locationtech.jts.operation.union.OverlapUnionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.locationtech.jts.operation.union.OverlapUnionTest Running org.locationtech.jts.operation.union.UnaryUnionTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.operation.union.UnaryUnionTest Running org.locationtech.jts.operation.union.CascadedPolygonUnionFileTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.union.CascadedPolygonUnionFileTest Running org.locationtech.jts.operation.distance3d.WithinDistance3DTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.jts.operation.distance3d.WithinDistance3DTest Running org.locationtech.jts.operation.distance3d.Distance3DOpTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.operation.distance3d.Distance3DOpTest Running org.locationtech.jts.operation.relate.ContainsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.relate.ContainsTest Running org.locationtech.jts.operation.relate.RelateBoundaryNodeRuleTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.relate.RelateBoundaryNodeRuleTest Running org.locationtech.jts.operation.relate.RelateTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.relate.RelateTest Running org.locationtech.jts.operation.distance.DistanceTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.operation.distance.DistanceTest Running org.locationtech.jts.operation.distance.IndexedFacetDistanceTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.operation.distance.IndexedFacetDistanceTest Running org.locationtech.jts.operation.BoundaryTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.BoundaryTest Running org.locationtech.jts.operation.valid.ValidSelfTouchingRingTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jts.operation.valid.ValidSelfTouchingRingTest Running org.locationtech.jts.operation.valid.IsValidTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jts.operation.valid.IsValidTest Running org.locationtech.jts.operation.valid.ValidClosedRingTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.valid.ValidClosedRingTest Running org.locationtech.jts.operation.valid.IsSimpleTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.valid.IsSimpleTest Running org.locationtech.jts.operation.predicate.RectangleIntersectsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.predicate.RectangleIntersectsTest Running org.locationtech.jts.index.quadtree.DoubleBitsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.index.quadtree.DoubleBitsTest Running org.locationtech.jts.index.quadtree.IsEmptyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.index.quadtree.IsEmptyTest Running org.locationtech.jts.index.quadtree.QuadtreeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 sec - in org.locationtech.jts.index.quadtree.QuadtreeTest Running org.locationtech.jts.index.strtree.STRtreeTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec - in org.locationtech.jts.index.strtree.STRtreeTest Running org.locationtech.jts.index.strtree.SIRtreeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.index.strtree.SIRtreeTest Running org.locationtech.jts.index.strtree.EnvelopeDistanceTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.index.strtree.EnvelopeDistanceTest Running org.locationtech.jts.index.strtree.STRtreeNearestNeighbourTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec - in org.locationtech.jts.index.strtree.STRtreeNearestNeighbourTest Running org.locationtech.jts.index.strtree.IntervalTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.index.strtree.IntervalTest Running org.locationtech.jts.index.kdtree.KdTreeTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.index.kdtree.KdTreeTest Running org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTreeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.index.intervalrtree.SortedPackedIntervalRTreeTest Running org.locationtech.jts.index.VertexSequencePackedRtreeTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.index.VertexSequencePackedRtreeTest Running org.locationtech.jts.index.hprtree.HPRtreeTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.locationtech.jts.index.hprtree.HPRtreeTest Running org.locationtech.jts.simplify.TopologyPreservingSimplifierTest Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.locationtech.jts.simplify.TopologyPreservingSimplifierTest Running org.locationtech.jts.simplify.PolygonHullSimplifierTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.simplify.PolygonHullSimplifierTest Running org.locationtech.jts.simplify.VWSimplifierTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.simplify.VWSimplifierTest Running org.locationtech.jts.simplify.DouglasPeuckerSimplifierTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jts.simplify.DouglasPeuckerSimplifierTest Running org.locationtech.jts.io.gml2.StaticMultiLineStringTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec - in org.locationtech.jts.io.gml2.StaticMultiLineStringTest Running org.locationtech.jts.io.gml2.StaticMultiPointTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.io.gml2.StaticMultiPointTest Running org.locationtech.jts.io.gml2.StaticLineStringTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.jts.io.gml2.StaticLineStringTest Running org.locationtech.jts.io.gml2.GMLReaderTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.locationtech.jts.io.gml2.GMLReaderTest Running org.locationtech.jts.io.gml2.StaticMultiPolygonTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec - in org.locationtech.jts.io.gml2.StaticMultiPolygonTest Running org.locationtech.jts.io.gml2.StaticPolygonTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.locationtech.jts.io.gml2.StaticPolygonTest Running org.locationtech.jts.io.gml2.StaticPointTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.io.gml2.StaticPointTest Running org.locationtech.jts.io.WKBTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.locationtech.jts.io.WKBTest Running org.locationtech.jts.io.WKTReadWriteTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.io.WKTReadWriteTest Running org.locationtech.jts.io.WKTReaderTest Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.jts.io.WKTReaderTest Running org.locationtech.jts.io.WKTWriterTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.io.WKTWriterTest Running org.locationtech.jts.io.WKTReaderParseErrorTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.io.WKTReaderParseErrorTest Running org.locationtech.jts.io.WKBWriterTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.io.WKBWriterTest Running org.locationtech.jts.io.WKTReaderFixStructureTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.io.WKTReaderFixStructureTest Running org.locationtech.jts.io.SerializabilityTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.io.SerializabilityTest Running org.locationtech.jts.io.OrdinateFormatTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.io.OrdinateFormatTest Running org.locationtech.jts.io.kml.KMLReaderTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.locationtech.jts.io.kml.KMLReaderTest Running org.locationtech.jts.io.kml.KMLWriterTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.io.kml.KMLWriterTest Running org.locationtech.jts.io.WKTWriterStaticFnTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in org.locationtech.jts.io.WKTWriterStaticFnTest Running org.locationtech.jts.io.WKBReaderTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.io.WKBReaderTest Running org.locationtech.jts.io.WKTReaderExpNotationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.io.WKTReaderExpNotationTest Running org.locationtech.jts.math.DDTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.math.DDTest Running org.locationtech.jts.math.DDIOTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec - in org.locationtech.jts.math.DDIOTest Running org.locationtech.jts.math.Vector2DTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.math.Vector2DTest Running org.locationtech.jts.math.Vector3DTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.math.Vector3DTest Running org.locationtech.jts.math.DDBasicTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.math.DDBasicTest Running org.locationtech.jts.math.DDComputeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.math.DDComputeTest Running org.locationtech.jts.noding.snapround.SegmentStringNodingTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.noding.snapround.SegmentStringNodingTest Running org.locationtech.jts.noding.snapround.SnapRoundingNoderTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.noding.snapround.SnapRoundingNoderTest Running org.locationtech.jts.noding.snapround.SnapRoundingTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.locationtech.jts.noding.snapround.SnapRoundingTest Running org.locationtech.jts.noding.snapround.HotPixelTest Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.noding.snapround.HotPixelTest Running org.locationtech.jts.noding.SegmentPointComparatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.noding.SegmentPointComparatorTest Running org.locationtech.jts.noding.SegmentPointComparatorFullTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.noding.SegmentPointComparatorFullTest Running org.locationtech.jts.noding.NodedSegmentStringTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.noding.NodedSegmentStringTest Running org.locationtech.jts.noding.snap.SnappingNoderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.noding.snap.SnappingNoderTest Running org.locationtech.jts.noding.FastNodingValidatorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.noding.FastNodingValidatorTest Running org.locationtech.jts.noding.SegmentStringTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.noding.SegmentStringTest Running org.locationtech.jts.triangulate.polygon.ConstrainedDelaunayTriangulatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.triangulate.polygon.ConstrainedDelaunayTriangulatorTest Running org.locationtech.jts.triangulate.polygon.PolygonTriangulatorTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.locationtech.jts.triangulate.polygon.PolygonTriangulatorTest Running org.locationtech.jts.triangulate.polygon.PolygonHoleJoinerTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.triangulate.polygon.PolygonHoleJoinerTest Running org.locationtech.jts.triangulate.VoronoiDiagramBuilderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.triangulate.VoronoiDiagramBuilderTest Running org.locationtech.jts.triangulate.tri.TriTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.triangulate.tri.TriTest Running org.locationtech.jts.triangulate.VoronoiTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.locationtech.jts.triangulate.VoronoiTest Running org.locationtech.jts.triangulate.ConformingDelaunayTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.locationtech.jts.triangulate.ConformingDelaunayTest Running org.locationtech.jts.triangulate.DelaunayTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.triangulate.DelaunayTest Running org.locationtech.jts.precision.GeometryPrecisionReducerTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.jts.precision.GeometryPrecisionReducerTest Running org.locationtech.jts.precision.CommonBitsOpTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.precision.CommonBitsOpTest Running org.locationtech.jts.precision.GeometryPrecisionReducerPointwiseTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.precision.GeometryPrecisionReducerPointwiseTest Running org.locationtech.jts.precision.SimpleGeometryPrecisionReducerTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.precision.SimpleGeometryPrecisionReducerTest Running org.locationtech.jts.precision.MinimumClearanceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.precision.MinimumClearanceTest Running org.locationtech.jts.coverage.CoveragePolygonValidatorTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.jts.coverage.CoveragePolygonValidatorTest Running org.locationtech.jts.coverage.CoverageValidatorTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.coverage.CoverageValidatorTest Running org.locationtech.jts.coverage.CoverageSimplifierTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.locationtech.jts.coverage.CoverageSimplifierTest Running org.locationtech.jts.coverage.CoverageGapFinderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.coverage.CoverageGapFinderTest Running org.locationtech.jts.coverage.CoverageUnionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.coverage.CoverageUnionTest Running org.locationtech.jts.coverage.CoverageRingEdgesTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.coverage.CoverageRingEdgesTest Running org.locationtech.jts.coverage.TPVWSimplifierTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.coverage.TPVWSimplifierTest Running org.locationtech.jts.util.IntArrayListTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.util.IntArrayListTest Running org.locationtech.jts.util.PriorityQueueTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.locationtech.jts.util.PriorityQueueTest Running org.locationtech.jts.util.UniqueCoordinateArrayFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.util.UniqueCoordinateArrayFilterTest Running org.locationtech.jts.linearref.LengthIndexedLineTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.jts.linearref.LengthIndexedLineTest Running org.locationtech.jts.linearref.LengthLocationMapTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.linearref.LengthLocationMapTest Running org.locationtech.jts.linearref.LocationIndexedLineTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.linearref.LocationIndexedLineTest Running org.locationtech.jts.linearref.LinearLocationTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.linearref.LinearLocationTest Running org.locationtech.jts.planargraph.DirectedEdgeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.planargraph.DirectedEdgeTest Running org.locationtech.jts.awt.PolygonShapeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.jts.awt.PolygonShapeTest Running org.locationtech.jts.edgegraph.EdgeGraphTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.edgegraph.EdgeGraphTest Running org.locationtech.jts.shape.CubicBezierCurveTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.shape.CubicBezierCurveTest Running org.locationtech.jts.shape.fractal.HilbertCodeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.shape.fractal.HilbertCodeTest Running org.locationtech.jts.shape.fractal.MortonCodeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.shape.fractal.MortonCodeTest Running org.locationtech.jts.dissolve.LineDissolverTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.dissolve.LineDissolverTest Running org.locationtech.jts.densify.DensifierTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.densify.DensifierTest Results : Tests run: 2113, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- bundle:3.3.0:bundle (default-bundle) @ jts-core --- [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-core --- [INFO] No previous run data found, generating javadoc. [INFO] 82 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/algorithm/hull/ConcaveHull.java:143: warning - @param argument "maxLength" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/algorithm/hull/ConcaveHullOfPolygons.java:197: warning - @param argument "geom" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.java:67: warning - Tag @link: reference not found: Polygon [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/coverage/CoveragePolygonValidator.java:156: warning - @param argument "adjGeoms" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/VertexSequencePackedRtree.java:38: warning - Tag @link: reference not found: LineString [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/VertexSequencePackedRtree.java:38: warning - Tag @link: reference not found: Polygon [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/math/MathUtil.java:208: warning - Tag @link: reference not found: KDtree [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/noding/BoundaryChainNoder.java:40: warning - Tag @link: reference not found: CoverageUnion [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/noding/SegmentString.java:77: warning - @param argument "ringSS" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/noding/SegmentString.java:94: warning - @param argument "ringSS" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/buffer/OffsetCurve.java:151: warning - Tag @link: can't find JOIN_STYLE in org.locationtech.jts.operation.buffer.BufferParameters [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/overlayng/CoverageUnion.java:58: warning - Tag @link: reference not found: Polygon [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/overlayng/CoverageUnion.java:58: warning - Tag @link: reference not found: LineString [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/overlayng/OverlayNG.java:107: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/RelateNG.java:75: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:48: warning - @line is an unknown tag. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:48: warning - Tag @link: reference not found: LineString [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:143: warning - Tag @link: reference not found: Location [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:48: warning - @line is an unknown tag. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:48: warning - Tag @link: reference not found: LineString [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:48: warning - @line is an unknown tag. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:111: warning - Tag @see: reference not found: Dimension [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:143: warning - Tag @link: reference not found: Location [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:143: warning - Tag @link: reference not found: Dimension [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:143: warning - Tag @see: reference not found: Dimension [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:143: warning - Tag @see: reference not found: Location [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/precision/GeometryPrecisionReducer.java:100: warning - @param argument "g" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/precision/GeometryPrecisionReducer.java:100: warning - @param argument "precModel" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/shape/CubicBezierCurve.java:86: warning - Tag @link: reference not found: MultiLineString [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/polygon/ConstrainedDelaunayTriangulator.java:66: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/polygon/ConstrainedDelaunayTriangulator.java:66: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/polygon/PolygonHoleJoiner.java:61: warning - @param argument "inputPolygon" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/polygon/PolygonHoleJoiner.java:72: warning - @param argument "inputPolygon" is not a parameter name. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/polygon/PolygonTriangulator.java:74: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/polygon/PolygonTriangulator.java:74: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/tri/Tri.java:525: warning - Tag @see: missing '#': "getIndex(Tri)" [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/tri/Tri.java:52: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/tri/Tri.java:52: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/tri/Tri.java:350: warning - @throw is an unknown tag. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/algorithm/hull/package-info.java:19: warning - Tag @link: reference not found: ConvexHull [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/coverage/package-info.java:35: warning - Tag @link: reference not found: Polygon [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/coverage/package-info.java:35: warning - Tag @link: reference not found: MultiPolygon [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/coverage/package-info.java:35: warning - Tag @link: reference not found: CoverageUnion [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/coverage/package-info.java:35: warning - Tag @link: reference not found: CoverageValidator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/overlayng/package-info.java:212: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: RelateNG [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: RelatePredicate [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: IntersectionMatrixPattern [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: IntersectionMatrix [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: BoundaryNodeRule [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: RelateNG [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: RelateNG [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/polygon/package-info.java:19: warning - Tag @link: reference not found: ConstrainedDelaunayTriangulator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/polygon/package-info.java:19: warning - Tag @link: reference not found: PolygonTriangulator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/tri/package-info.java:18: warning - Tag @link: reference not found: Tri [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/tri/package-info.java:18: warning - Tag @link: reference not found: TriangulationBuilder [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/tri/Tri.java:52: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/polygon/PolygonTriangulator.java:74: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/polygon/ConstrainedDelaunayTriangulator.java:66: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/tri/Tri.java:52: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/tri/Tri.java:52: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/polygon/ConstrainedDelaunayTriangulator.java:66: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/polygon/PolygonTriangulator.java:74: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:48: warning - @line is an unknown tag. [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:48: warning - Tag @link: reference not found: LineString [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/triangulate/tri/Tri.java:52: warning - Tag @link: reference not found: GeometryCollection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/TopologyPredicate.java:143: warning - Tag @link: reference not found: Location [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/relateng/package-info.java:99: warning - Tag @link: reference not found: Geometry [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-core --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-sources.jar [WARNING] artifact org.locationtech.jts:jts-core:java-source:sources:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- jar:3.0.2:test-jar (default) @ jts-core --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-tests.jar [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-core >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-core --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-core <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-core --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- install:3.1.2:install (default-install) @ jts-core --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.20.0-SNAPSHOT/jts-core-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.20.0-SNAPSHOT/jts-core-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.20.0-SNAPSHOT/jts-core-1.20.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.20.0-SNAPSHOT/jts-core-1.20.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.20.0-SNAPSHOT/jts-core-1.20.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bundle:3.3.0:install (default-install) @ jts-core --- [INFO] Writing OBR metadata [INFO] Installing org/locationtech/jts/jts-core/1.20.0-SNAPSHOT/jts-core-1.20.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jts-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jts-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 610 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeList.java:[50,14] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeList.java:[52,15] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeIntersectionList.java:[57,16] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeIntersectionList.java:[113,19] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/PrecisionModel.java:[99,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[113,36] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[125,43] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[136,46] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[147,46] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[158,40] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[169,50] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[180,56] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[191,46] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[189,16] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[193,62] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[210,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[214,67] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[218,77] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[222,71] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[225,76] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/Geometry.java:[1857,42] unchecked call to compareTo(T) as a member of the raw type java.lang.Comparable [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollection.java:[256,29] unchecked call to TreeSet(java.util.Collection<? extends E>) as a member of the raw type java.util.TreeSet [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollection.java:[257,29] unchecked call to TreeSet(java.util.Collection<? extends E>) as a member of the raw type java.util.TreeSet [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/MultiPolygon.java:[104,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geom/MultiPolygon.java:[108,78] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[144,25] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[145,39] unchecked call to ArrayList(java.util.Collection<? extends E>) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[146,21] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T>,java.util.Comparator<? super T> found: java.util.ArrayList,java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[146,22] unchecked conversion required: java.util.List<T> found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[146,58] unchecked conversion required: java.util.Comparator<? super T> found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[150,29] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[265,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[317,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[375,32] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[378,30] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[461,21] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[471,42] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractNode.java:[128,24] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/planargraph/DirectedEdge.java:[45,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/planargraph/Node.java:[39,23] unchecked call to HashSet(java.util.Collection<? extends E>) as a member of the raw type java.util.HashSet [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/planargraph/Node.java:[41,26] unchecked call to retainAll(java.util.Collection<?>) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/planargraph/DirectedEdgeStar.java:[93,23] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T> found: java.util.List<org.locationtech.jts.planargraph.DirectedEdge> [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/IsSimpleOp.java:[200,17] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/IsSimpleOp.java:[339,20] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java:[90,14] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java:[95,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java:[121,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/GeometryGraph.java:[266,20] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/GeometryGraph.java:[306,20] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeMap.java:[59,18] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeMap.java:[68,18] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/NodeMap.java:[111,21] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEndStar.java:[71,16] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEndStar.java:[105,18] unchecked call to ArrayList(java.util.Collection<? extends E>) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[70,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[118,106] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[96,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[155,106] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[133,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[183,91] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[170,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[195,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[230,77] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[219,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[253,87] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[242,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[276,82] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[265,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[297,85] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[288,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[358,53] unchecked call to put(K,V) as a member of the raw type java.util.WeakHashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[403,61] unchecked call to put(K,V) as a member of the raw type java.util.WeakHashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[306,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[434,80] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[423,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[456,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[459,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[462,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[477,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[480,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[483,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[486,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GeometryStrategies.java:[489,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java:[97,37] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java:[134,27] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java:[170,72] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/io/gml2/GMLHandler.java:[219,27] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/algorithm/construct/IndexedPointInPolygonsLocator.java:[56,58] unchecked conversion required: java.util.List<org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocator> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[127,39] unchecked call to ArrayList(java.util.Collection<? extends E>) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[128,21] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T>,java.util.Comparator<? super T> found: java.util.ArrayList,java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[128,22] unchecked conversion required: java.util.List<T> found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[128,45] unchecked conversion required: java.util.Comparator<? super T> found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[138,30] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[160,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[360,13] unchecked call to add(E) as a member of the raw type java.util.PriorityQueue [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[443,13] unchecked call to add(E) as a member of the raw type java.util.PriorityQueue [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[547,13] unchecked call to add(E) as a member of the raw type java.util.PriorityQueue [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[578,46] unchecked call to add(E) as a member of the raw type java.util.PriorityQueue [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/STRtree.java:[586,48] unchecked call to add(E) as a member of the raw type java.util.PriorityQueue [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/index/strtree/BoundablePair.java:[207,17] unchecked call to add(E) as a member of the raw type java.util.PriorityQueue [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/main/java/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jts-core --- [INFO] Copying 11 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jts-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 369 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/test-classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/GeometryTestCase.java:[249,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/GeometryTestCase.java:[257,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/linemerge/LineSequencerTest.java:[241,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/triangulate/VoronoiPerfTest.java:[67,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/bintree/BinTreeCorrectTest.java:[130,56] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/bintree/IntervalList.java:[34,13] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/bintree/IntervalList.java:[43,19] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/predicate/RectangleIntersectsPerfTest.java:[143,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[110,34] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[115,88] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[118,98] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[121,92] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[124,99] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/geom/prep/TestDataBuilder.java:[91,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/union/PolygonUnionPerfTest.java:[131,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/OverlayNGRobustTest.java:[122,37] unchecked method invocation: method union in class org.locationtech.jts.operation.overlayng.OverlayNGRobust is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry>,org.locationtech.jts.geom.GeometryFactory found: java.util.List,org.locationtech.jts.geom.GeometryFactory [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/OverlayNGRobustTest.java:[122,38] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/OverlayNGRobustTest.java:[125,37] unchecked method invocation: method union in class org.locationtech.jts.operation.overlayng.OverlayNGRobust is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/OverlayNGRobustTest.java:[125,38] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/union/CascadedPolygonUnionTest.java:[98,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeTest.java:[144,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeTest.java:[146,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeTest.java:[148,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeTest.java:[214,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/coverage/CoveragePolygonValidatorTest.java:[221,58] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Polygon> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java:[140,13] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java:[141,13] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java:[142,13] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java:[143,13] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java:[144,13] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/geom/impl/PackedCoordinateSequenceMemoryTest.java:[53,35] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[67,58] unchecked conversion required: java.util.List<org.locationtech.jts.geom.LineString> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[69,19] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[69,49] unchecked conversion required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[75,72] unchecked conversion required: java.util.Collection<org.locationtech.jts.noding.NodedSegmentString> found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/linemerge/LineMergerTest.java:[123,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/NodedSegmentStringTest.java:[58,45] unchecked method invocation: method toLines in class org.locationtech.jts.noding.NodingTestUtil is applied to given types required: java.util.Collection<org.locationtech.jts.noding.NodedSegmentString>,org.locationtech.jts.geom.GeometryFactory found: java.util.List,org.locationtech.jts.geom.GeometryFactory [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/NodedSegmentStringTest.java:[58,46] unchecked conversion required: java.util.Collection<org.locationtech.jts.noding.NodedSegmentString> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[58,21] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[58,22] unchecked conversion required: java.util.List<T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[66,20] unchecked method invocation: method min in class java.util.Collections is applied to given types required: java.util.Collection<? extends T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[66,21] unchecked conversion required: java.util.Collection<? extends T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[112,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/index/EnvelopeList.java:[34,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/index/EnvelopeList.java:[43,19] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/UnaryUnionNGTest.java:[81,34] unchecked method invocation: method union in class org.locationtech.jts.operation.overlayng.UnaryUnionNG is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry>,org.locationtech.jts.geom.GeometryFactory,org.locationtech.jts.geom.PrecisionModel found: java.util.List,org.locationtech.jts.geom.GeometryFactory,org.locationtech.jts.geom.PrecisionModel [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/UnaryUnionNGTest.java:[81,35] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/UnaryUnionNGTest.java:[84,34] unchecked method invocation: method union in class org.locationtech.jts.operation.overlayng.UnaryUnionNG is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry>,org.locationtech.jts.geom.PrecisionModel found: java.util.List,org.locationtech.jts.geom.PrecisionModel [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/UnaryUnionNGTest.java:[84,35] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/relateng/LinearBoundaryTest.java:[95,40] unchecked conversion required: java.util.List<org.locationtech.jts.geom.LineString> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/edgegraph/EdgeGraphTest.java:[129,54] unchecked conversion required: java.util.Collection<org.locationtech.jts.edgegraph.HalfEdge> found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/snapround/SnapRoundingTest.java:[142,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java:[188,37] unchecked method invocation: method toCoordinateArray in class org.locationtech.jts.algorithm.ConvexHull is applied to given types required: java.util.Stack<org.locationtech.jts.geom.Coordinate> found: java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java:[188,38] unchecked conversion required: java.util.Stack<org.locationtech.jts.geom.Coordinate> found: java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/noding/FastNodingValidatorTest.java:[103,24] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/buffer/BufferValidator.java:[124,22] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/util/PriorityQueueTest.java:[64,34] unchecked call to compareTo(T) as a member of the raw type java.lang.Comparable [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/quadtree/QuadtreeCorrectTest.java:[155,48] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayRobustTest.java:[82,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayRobustTest.java:[95,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeNearestNeighbourTest.java:[207,21] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T>,java.util.Comparator<? super T> found: java.util.List,org.locationtech.jts.index.strtree.GeometryDistanceComparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeNearestNeighbourTest.java:[207,22] unchecked conversion required: java.util.List<T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/SpatialIndexTester.java:[94,23] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/SpatialIndexTester.java:[155,75] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/index/TreeTimeTest.java:[55,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/index/TreeTimeTest.java:[56,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/index/IndexTester.java:[88,18] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/index/IndexTester.java:[103,16] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/overlayng/OverlayCaseDumper.java:[193,29] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[39,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[41,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[45,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[47,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[51,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[71,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[75,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[95,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[102,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[108,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[113,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[119,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[124,27] unchecked method invocation: method checkParsingResult in class org.locationtech.jts.io.kml.KMLReaderTest is applied to given types required: java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[130,17] unchecked conversion required: java.util.Map<java.lang.String,java.lang.String>[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[195,101] unchecked cast required: java.util.Map<java.lang.String,java.lang.String> found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/operation/relateng/RelateNGPolygonsAdjacentPerfTest.java:[76,31] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/PerformanceTestRunner.java:[52,44] unchecked call to getConstructor(java.lang.Class<?>...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/PerformanceTestRunner.java:[93,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/PerformanceTestRunner.java:[96,39] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/geom/TestSerializable.java:[61,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/geom/TestSerializable.java:[63,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/BidirectionalComparatorTest.java:[67,24] unchecked call to compare(T,T) as a member of the raw type java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/dissolve/LineDissolvePerfTest.java:[91,19] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateSyntheticTest.java:[120,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateSyntheticTest.java:[121,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateSyntheticTest.java:[122,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/geom/RectanglePredicateSyntheticTest.java:[123,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/index/STRtreeDemo.java:[96,20] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayPerfTest.java:[79,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/test/jts/perf/triangulate/DelaunayPerfTest.java:[92,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java:[87,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/union/OverlapUnionTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/operation/union/OverlapUnionTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java has additional unchecked or unsafe operations. [INFO] [INFO] --- surefire:2.15:test (default-test) @ jts-core --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- bundle:3.3.0:bundle (default-bundle) @ jts-core --- [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-core --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-javadoc.jar [WARNING] artifact org.locationtech.jts:jts-core:javadoc:javadoc:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-core --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-sources.jar [WARNING] artifact org.locationtech.jts:jts-core:java-source:sources:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- jar:3.0.2:test-jar (default) @ jts-core --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-tests.jar [WARNING] artifact org.locationtech.jts:jts-core:test-jar:tests:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-core >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-core --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-core <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-core --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- install:3.1.2:install (default-install) @ jts-core --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.20.0-SNAPSHOT/jts-core-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.20.0-SNAPSHOT/jts-core-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.20.0-SNAPSHOT/jts-core-1.20.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.20.0-SNAPSHOT/jts-core-1.20.0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/core/target/jts-core-1.20.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.20.0-SNAPSHOT/jts-core-1.20.0-SNAPSHOT-tests.jar [INFO] [INFO] --- bundle:3.3.0:install (default-install) @ jts-core --- [INFO] Installing org/locationtech/jts/jts-core/1.20.0-SNAPSHOT/jts-core-1.20.0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ jts-core --- [INFO] [INFO] --- bundle:3.3.0:deploy (default-deploy) @ jts-core --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --------------------< org.locationtech.jts:jts-io >--------------------- [INFO] Building org.locationtech.jts:jts-io 1.20.0-SNAPSHOT [5/10] [INFO] from modules/io/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jts-io --- [INFO] [INFO] >>> source:2.2.1:jar (default-cli) > generate-sources @ jts-io >>> [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-io --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] <<< source:2.2.1:jar (default-cli) < generate-sources @ jts-io <<< [INFO] [INFO] [INFO] --- source:2.2.1:jar (default-cli) @ jts-io --- [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-io --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-io --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-io --- [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-io >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-io --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-io <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-io --- [INFO] PMD version: 6.36.0 [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-io --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-io/1.20.0-SNAPSHOT/jts-io-1.20.0-SNAPSHOT.pom [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-io --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-io --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-io --- [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-io >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-io --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-io <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-io --- [INFO] PMD version: 6.36.0 [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-io --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-io/1.20.0-SNAPSHOT/jts-io-1.20.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ jts-io --- [INFO] [INFO] ---------------< org.locationtech.jts.io:jts-io-common >---------------- [INFO] Building org.locationtech.jts.io:jts-io-common 1.20.0-SNAPSHOT [6/10] [INFO] from modules/io/common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jts-io-common --- [INFO] [INFO] >>> source:2.2.1:jar (default-cli) > generate-sources @ jts-io-common >>> [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-io-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] <<< source:2.2.1:jar (default-cli) < generate-sources @ jts-io-common <<< [INFO] [INFO] [INFO] --- source:2.2.1:jar (default-cli) @ jts-io-common --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-io-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jts-io-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jts-io-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonReader.java:[480,32] unchecked conversion required: java.util.List<java.util.List<java.lang.Number>> found: java.util.List [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jts-io-common --- [INFO] Copying 8 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jts-io-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/test-classes [INFO] [INFO] --- surefire:2.15:test (default-test) @ jts-io-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.locationtech.jts.io.twkb.TWKBWriterTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 sec - in org.locationtech.jts.io.twkb.TWKBWriterTest Running org.locationtech.jts.io.twkb.TWKBReaderTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec - in org.locationtech.jts.io.twkb.TWKBReaderTest Running org.locationtech.jts.io.twkb.TWKBReadWriteTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec - in org.locationtech.jts.io.twkb.TWKBReadWriteTest Running org.locationtech.jts.io.twkb.VarintTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.io.twkb.VarintTest Running org.locationtech.jts.io.geojson.GeoJsonWriterTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.locationtech.jts.io.geojson.GeoJsonWriterTest Running org.locationtech.jts.io.geojson.GeoJsonReaderTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in org.locationtech.jts.io.geojson.GeoJsonReaderTest Running org.locationtech.jts.io.geojson.GeoJsonTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.locationtech.jts.io.geojson.GeoJsonTest Results : Tests run: 75, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ jts-io-common --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-io-common --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-io-common --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT-sources.jar [WARNING] artifact org.locationtech.jts.io:jts-io-common:java-source:sources:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-io-common >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-io-common --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-io-common <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-io-common --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-io-common --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.20.0-SNAPSHOT/jts-io-common-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.20.0-SNAPSHOT/jts-io-common-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.20.0-SNAPSHOT/jts-io-common-1.20.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.20.0-SNAPSHOT/jts-io-common-1.20.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-io-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jts-io-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jts-io-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonReader.java:[480,32] unchecked conversion required: java.util.List<java.util.List<java.lang.Number>> found: java.util.List [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jts-io-common --- [INFO] Copying 8 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jts-io-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/test-classes [INFO] [INFO] --- surefire:2.15:test (default-test) @ jts-io-common --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ jts-io-common --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-io-common --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT-javadoc.jar [WARNING] artifact org.locationtech.jts.io:jts-io-common:javadoc:javadoc:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-io-common --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT-sources.jar [WARNING] artifact org.locationtech.jts.io:jts-io-common:java-source:sources:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-io-common >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-io-common --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-io-common <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-io-common --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-io-common --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.20.0-SNAPSHOT/jts-io-common-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.20.0-SNAPSHOT/jts-io-common-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.20.0-SNAPSHOT/jts-io-common-1.20.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/io/common/target/jts-io-common-1.20.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.20.0-SNAPSHOT/jts-io-common-1.20.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ jts-io-common --- [INFO] [INFO] ------------------< org.locationtech.jts:jts-example >------------------ [INFO] Building org.locationtech.jts:jts-example 1.20.0-SNAPSHOT [7/10] [INFO] from modules/example/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jts-example --- [INFO] [INFO] >>> source:2.2.1:jar (default-cli) > generate-sources @ jts-example >>> [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-example --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] <<< source:2.2.1:jar (default-cli) < generate-sources @ jts-example <<< [INFO] [INFO] [INFO] --- source:2.2.1:jar (default-cli) @ jts-example --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/target/jts-example-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-example --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jts-example --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jts-example --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/target/classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[68,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[69,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[75,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[76,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java:[132,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java:[155,43] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java:[222,43] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/io/gml2/KMLReaderExample.java:[163,42] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java:[48,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java:[49,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java:[50,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java:[51,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java:[52,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java:[53,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[57,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[58,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[59,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[60,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[61,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[62,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[63,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[64,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[65,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[66,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[67,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[68,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[69,14] unchecked call to add(E) as a member of the raw type java.util.Collection [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jts-example --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jts-example --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.15:test (default-test) @ jts-example --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ jts-example --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/target/jts-example-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-example --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-example --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/target/jts-example-1.20.0-SNAPSHOT-sources.jar [WARNING] artifact org.locationtech.jts:jts-example:java-source:sources:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-example >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-example --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-example <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-example --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-example --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.20.0-SNAPSHOT/jts-example-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/target/jts-example-1.20.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.20.0-SNAPSHOT/jts-example-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/target/jts-example-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.20.0-SNAPSHOT/jts-example-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-example --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jts-example --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jts-example --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/target/classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[68,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[69,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[75,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[76,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java:[132,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java:[155,43] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java:[222,43] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/io/gml2/KMLReaderExample.java:[163,42] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java:[48,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java:[49,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java:[50,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java:[51,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java:[52,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/polygonize/PolygonizeExample.java:[53,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[57,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[58,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[59,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[60,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[61,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[62,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[63,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[64,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[65,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[66,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[67,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[68,14] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/main/java/org/locationtech/jtsexample/operation/linemerge/LineMergeExample.java:[69,14] unchecked call to add(E) as a member of the raw type java.util.Collection [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jts-example --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jts-example --- [INFO] No sources to compile [INFO] [INFO] --- surefire:2.15:test (default-test) @ jts-example --- [INFO] No tests to run. [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ jts-example --- [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-example --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-example --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/target/jts-example-1.20.0-SNAPSHOT-sources.jar [WARNING] artifact org.locationtech.jts:jts-example:java-source:sources:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-example >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-example --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-example <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-example --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-example --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.20.0-SNAPSHOT/jts-example-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/target/jts-example-1.20.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.20.0-SNAPSHOT/jts-example-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/example/target/jts-example-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.20.0-SNAPSHOT/jts-example-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ jts-example --- [INFO] [INFO] -------------------< org.locationtech.jts:jts-tests >------------------- [INFO] Building org.locationtech.jts:jts-tests 1.20.0-SNAPSHOT [8/10] [INFO] from modules/tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jts-tests --- [INFO] [INFO] >>> source:2.2.1:jar (default-cli) > generate-sources @ jts-tests >>> [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] <<< source:2.2.1:jar (default-cli) < generate-sources @ jts-tests <<< [INFO] [INFO] [INFO] --- source:2.2.1:jar (default-cli) @ jts-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/jts-tests-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jts-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jts-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[45,17] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[46,15] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[160,59] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[180,24] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/command/OptionSpec.java:[96,23] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java:[45,31] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java:[47,31] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java:[88,26] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[29,25] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[31,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[43,25] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[45,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[57,24] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[62,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[78,24] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[82,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[92,46] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[94,46] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/ArgumentConverter.java:[36,35] unchecked call to isAssignableFrom(java.lang.Class<?>) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[68,33] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[68,34] unchecked conversion required: java.util.List<T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[106,42] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[124,26] unchecked call to set(int,E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[127,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryMethodOperation.java:[142,35] unchecked call to isAssignableFrom(java.lang.Class<?>) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestEngine.java:[115,40] unchecked method invocation: method unmodifiableList in class java.util.Collections is applied to given types required: java.util.List<? extends T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestEngine.java:[115,70] unchecked conversion required: java.util.List<? extends T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[94,44] unchecked method invocation: method unmodifiableList in class java.util.Collections is applied to given types required: java.util.List<? extends T> found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[94,45] unchecked conversion required: java.util.List<? extends T> found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[113,32] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[188,36] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[301,30] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[303,36] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[518,57] unchecked call to isAssignableFrom(java.lang.Class<?>) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[605,29] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java:[93,46] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java:[101,26] unchecked method invocation: method createGeometry in class org.locationtech.jtstest.testrunner.TestRunBuilder is applied to given types required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java:[101,27] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java:[180,23] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java:[192,23] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java:[232,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[265,23] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[265,40] unchecked conversion required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[269,23] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[269,40] unchecked conversion required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[278,25] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[278,61] unchecked conversion required: java.util.Collection<? extends E> found: java.util.List [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jts-tests --- [INFO] Copying 128 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jts-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/test-classes [INFO] [INFO] --- surefire:2.15:test (default-test) @ jts-tests --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.locationtech.jtstest.CoreGeometryXMLTest Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestBoundary.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestBuffer.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestBufferMitredJoin.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestCentroid.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestConvexHull-big.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestConvexHull.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestDensify.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestDistance.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestEqualsExact.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestInteriorPoint.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestMinimumClearance.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestNGOverlayA.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestNGOverlayAPrec.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestNGOverlayEmpty.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestNGOverlayGC.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestNGOverlayL.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestNGOverlayLPrec.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestNGOverlayP.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestNGOverlayPPrec.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestOverlayAA.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestOverlayAAPrec.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestOverlayEmpty.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestOverlayLA.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestOverlayLAPrec.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestOverlayLL.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestOverlayLLPrec.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestOverlayPA.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestOverlayPL.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestOverlayPLPrec.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestOverlayPP.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestPolygonize.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestPreparedPointPredicate.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestPreparedPolygonPredicate.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestPreparedPredicatesWithGeometryCollection.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestRectanglePredicate.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestRelateAA.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestRelateLA.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestRelateLL.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestRelatePA.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestRelatePL.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestRelatePP.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestSimple.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestSimplify.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestUnaryUnion.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestUnaryUnionFloating.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestValid.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestValid2-big.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestValid2.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/general/TestWithinDistance.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/validate/TestRelateAA-big.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/validate/TestRelateAA.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/validate/TestRelateAC.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/validate/TestRelateLA.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/validate/TestRelateLC.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/validate/TestRelateLL.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/validate/TestRelatePA.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/validate/TestRelatePL.xml Reading test file /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/test/resources/testxml/validate/TestRelatePP.xml Running tests... 2006 cases with 7803 tests -- 7803 passed, 0 failed, 0 exceptions Elapsed time: 1.614 seconds Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.675 sec - in org.locationtech.jtstest.CoreGeometryXMLTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ jts-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/jts-tests-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-tests --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/jts-tests-1.20.0-SNAPSHOT-sources.jar [WARNING] artifact org.locationtech.jts:jts-tests:java-source:sources:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (make-assembly) @ jts-tests --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/JTSTestRunner.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/JTSTestRunner.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/jts-tests-1.20.0-SNAPSHOT.jar with assembly file: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/JTSTestRunner.jar [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-tests >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-tests --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-tests <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-tests --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-tests --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-tests/1.20.0-SNAPSHOT/jts-tests-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/JTSTestRunner.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-tests/1.20.0-SNAPSHOT/jts-tests-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/jts-tests-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-tests/1.20.0-SNAPSHOT/jts-tests-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jts-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jts-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[45,17] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[46,15] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[160,59] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[180,24] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/command/OptionSpec.java:[96,23] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java:[45,31] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java:[47,31] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java:[88,26] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[29,25] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[31,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[43,25] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[45,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[57,24] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[62,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[78,24] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[82,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[92,46] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[94,46] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/ArgumentConverter.java:[36,35] unchecked call to isAssignableFrom(java.lang.Class<?>) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[68,33] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[68,34] unchecked conversion required: java.util.List<T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[106,42] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[124,26] unchecked call to set(int,E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[127,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryMethodOperation.java:[142,35] unchecked call to isAssignableFrom(java.lang.Class<?>) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestEngine.java:[115,40] unchecked method invocation: method unmodifiableList in class java.util.Collections is applied to given types required: java.util.List<? extends T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestEngine.java:[115,70] unchecked conversion required: java.util.List<? extends T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[94,44] unchecked method invocation: method unmodifiableList in class java.util.Collections is applied to given types required: java.util.List<? extends T> found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[94,45] unchecked conversion required: java.util.List<? extends T> found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[113,32] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[188,36] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[301,30] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[303,36] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[518,57] unchecked call to isAssignableFrom(java.lang.Class<?>) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[605,29] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java:[93,46] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java:[101,26] unchecked method invocation: method createGeometry in class org.locationtech.jtstest.testrunner.TestRunBuilder is applied to given types required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java:[101,27] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java:[180,23] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java:[192,23] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java:[232,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[265,23] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[265,40] unchecked conversion required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[269,23] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[269,40] unchecked conversion required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[278,25] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[278,61] unchecked conversion required: java.util.Collection<? extends E> found: java.util.List [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jts-tests --- [INFO] Copying 128 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jts-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/test-classes [INFO] [INFO] --- surefire:2.15:test (default-test) @ jts-tests --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ jts-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/jts-tests-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-tests --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/jts-tests-1.20.0-SNAPSHOT-sources.jar [WARNING] artifact org.locationtech.jts:jts-tests:java-source:sources:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (make-assembly) @ jts-tests --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/JTSTestRunner.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/JTSTestRunner.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/jts-tests-1.20.0-SNAPSHOT.jar with assembly file: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/JTSTestRunner.jar [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-tests >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-tests --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-tests <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-tests --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-tests --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-tests/1.20.0-SNAPSHOT/jts-tests-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/JTSTestRunner.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-tests/1.20.0-SNAPSHOT/jts-tests-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/tests/target/jts-tests-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-tests/1.20.0-SNAPSHOT/jts-tests-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ jts-tests --- [INFO] [INFO] --------------------< org.locationtech.jts:jts-app >-------------------- [INFO] Building org.locationtech.jts:jts-app 1.20.0-SNAPSHOT [9/10] [INFO] from modules/app/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jts-app --- [INFO] [INFO] >>> source:2.2.1:jar (default-cli) > generate-sources @ jts-app >>> [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-app --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] <<< source:2.2.1:jar (default-cli) < generate-sources @ jts-app <<< [INFO] [INFO] [INFO] --- source:2.2.1:jar (default-cli) @ jts-app --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/jts-app-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-app --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jts-app --- [INFO] Copying 79 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jts-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 272 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/io/IOUtil.java:[62,19] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestBuilderModel.java:[430,29] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestBuilderModel.java:[431,29] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEditModel.java:[290,19] unchecked call to ArrayList(java.util.Collection<? extends E>) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEditModel.java:[291,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEditModel.java:[380,19] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/LayerList.java:[128,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/StyleList.java:[52,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialIndexFunctions.java:[234,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialIndexFunctions.java:[345,21] unchecked call to ArrayList(java.util.Collection<? extends E>) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialIndexFunctions.java:[375,64] unchecked conversion required: java.util.List<org.locationtech.jts.index.chain.MonotoneChain> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineBandTool.java:[64,40] unchecked method invocation: method unmodifiableList in class java.util.Collections is applied to given types required: java.util.List<? extends T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineBandTool.java:[64,41] unchecked conversion required: java.util.List<? extends T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineBandTool.java:[151,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineBandTool.java:[219,46] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonOverlayFunctions.java:[94,71] unchecked cast required: java.util.List<org.locationtech.jts.geom.Polygon> found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonOverlayFunctions.java:[200,54] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[136,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[137,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[138,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[139,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[140,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[167,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[169,17] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[171,17] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[173,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[176,17] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[178,17] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[180,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ComponentLocater.java:[41,47] unchecked conversion required: java.util.List<org.locationtech.jtstest.testbuilder.geom.GeometryLocation> found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ComponentLocater.java:[83,34] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ComponentLocater.java:[92,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/NodingFunctions.java:[66,75] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Coordinate> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/NodingFunctions.java:[87,43] unchecked method invocation: method dedup in class org.locationtech.jtstest.function.NodingFunctions is applied to given types required: java.util.List<org.locationtech.jts.geom.Coordinate> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/NodingFunctions.java:[87,44] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Coordinate> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestListPanel.java:[42,18] unchecked call to JList(javax.swing.ListModel<E>) as a member of the raw type javax.swing.JList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestListPanel.java:[133,29] unchecked call to setCellRenderer(javax.swing.ListCellRenderer<? super E>) as a member of the raw type javax.swing.JList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestListPanel.java:[164,33] unchecked call to addElement(E) as a member of the raw type javax.swing.DefaultListModel [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java:[174,35] unchecked call to DefaultComboBoxModel(E[]) as a member of the raw type javax.swing.DefaultComboBoxModel [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java:[175,24] unchecked call to setModel(javax.swing.ComboBoxModel<E>) as a member of the raw type javax.swing.JComboBox [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java:[178,36] unchecked call to DefaultComboBoxModel(E[]) as a member of the raw type javax.swing.DefaultComboBoxModel [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java:[179,25] unchecked call to setModel(javax.swing.ComboBoxModel<E>) as a member of the raw type javax.swing.JComboBox [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java:[510,19] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ValidPanel.java:[364,19] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ScalarFunctionPanel.java:[243,19] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LayerStylePanel.java:[264,25] unchecked call to JComboBox(E[]) as a member of the raw type javax.swing.JComboBox [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LayerStylePanel.java:[474,20] unchecked call to JComboBox(E[]) as a member of the raw type javax.swing.JComboBox [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionTreePanel.java:[190,37] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/DoubleKeyMap.java:[30,27] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/DoubleKeyMap.java:[36,27] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java:[54,59] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java:[86,34] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java:[113,26] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java:[120,34] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java:[140,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java:[152,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreeModel.java:[382,20] unchecked method invocation: method sort in interface java.util.List is applied to given types required: java.util.Comparator<? super E> found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreeModel.java:[382,42] unchecked conversion required: java.util.Comparator<? super E> found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreeModel.java:[500,20] unchecked method invocation: method sort in interface java.util.List is applied to given types required: java.util.Comparator<? super E> found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreeModel.java:[500,42] unchecked conversion required: java.util.Comparator<? super E> found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatBufferedReader.java:[105,27] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatBufferedReader.java:[115,27] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/DiffFunctions.java:[160,63] unchecked conversion required: java.util.List<org.locationtech.jts.geom.LineString> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/ConversionFunctions.java:[88,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/ConversionFunctions.java:[96,24] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/StretchedVertexFinder.java:[162,46] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/CreateShapeFunctions.java:[113,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/CreateShapeFunctions.java:[271,21] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T> found: java.util.List<org.locationtech.jtstest.function.CreateShapeFunctions.OrderedPoint> [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayFunctions.java:[40,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/BufferByUnionFunctions.java:[35,33] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/AdjacentVertexFinder.java:[74,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/AdjacentVertexFinder.java:[77,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/FileUtil.java:[78,29] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/ValidationFunctions.java:[46,23] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/ValidationFunctions.java:[60,25] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonizeFunctions.java:[71,16] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonizeFunctions.java:[72,16] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonizeFunctions.java:[73,16] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java:[88,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java:[109,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java:[120,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java:[217,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java:[228,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/GeometryFunctions.java:[94,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/LineHandlingFunctions.java:[57,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/LineHandlingFunctions.java:[70,19] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatFileReader.java:[136,27] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatFileReader.java:[146,27] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/dnd/FileDrop.java:[323,45] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/VertexLocater.java:[110,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/ClassUtil.java:[64,44] unchecked call to getConstructor(java.lang.Class<?>...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/ClassUtil.java:[67,32] unchecked call to getMethod(java.lang.String,java.lang.Class<?>...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/GeometryVerticesMover.java:[81,27] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/TopologyStretcher.java:[122,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/TopologyStretcher.java:[156,42] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/BufferFunctions.java:[120,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/BufferFunctions.java:[140,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionListPanel.java:[46,36] unchecked call to JList(javax.swing.ListModel<E>) as a member of the raw type javax.swing.JList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionListPanel.java:[106,25] unchecked call to setCellRenderer(javax.swing.ListCellRenderer<? super E>) as a member of the raw type javax.swing.JList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionListPanel.java:[150,34] unchecked call to addElement(E) as a member of the raw type javax.swing.DefaultListModel [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestCaseEdit.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestCaseEdit.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/CreateRandomShapeFunctions.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jts-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jts-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/test-classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/test/java/org/locationtech/jtstest/TestFileGeometryExtractor.java:[65,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [INFO] [INFO] --- surefire:2.15:test (default-test) @ jts-app --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.locationtech.jtstest.TestReaderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.locationtech.jtstest.TestReaderTest Running org.locationtech.jtstest.testbuilder.geom.SegmentClipperTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jtstest.testbuilder.geom.SegmentClipperTest Running org.locationtech.jtstest.testbuilder.geom.ConstrainedInteriorPointTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.locationtech.jtstest.testbuilder.geom.ConstrainedInteriorPointTest Running org.locationtech.jtstest.TestBuilderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jtstest.TestBuilderTest Running org.locationtech.jtstest.cmd.JTSOpCmdTest Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 sec - in org.locationtech.jtstest.cmd.JTSOpCmdTest Results : Tests run: 46, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ jts-app --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/jts-app-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-app --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-app --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/jts-app-1.20.0-SNAPSHOT-sources.jar [WARNING] artifact org.locationtech.jts:jts-app:java-source:sources:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (make-assembly) @ jts-app --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/JTSTestBuilder.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/JTSTestBuilder.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/jts-app-1.20.0-SNAPSHOT.jar with assembly file: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/JTSTestBuilder.jar [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-app >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-app --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-app <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-app --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-app --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-app/1.20.0-SNAPSHOT/jts-app-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/JTSTestBuilder.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-app/1.20.0-SNAPSHOT/jts-app-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/jts-app-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-app/1.20.0-SNAPSHOT/jts-app-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-app --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jts-app --- [INFO] Copying 79 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jts-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 272 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/io/IOUtil.java:[62,19] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestBuilderModel.java:[430,29] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestBuilderModel.java:[431,29] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEditModel.java:[290,19] unchecked call to ArrayList(java.util.Collection<? extends E>) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEditModel.java:[291,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/GeometryEditModel.java:[380,19] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/LayerList.java:[128,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/style/StyleList.java:[52,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialIndexFunctions.java:[234,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialIndexFunctions.java:[345,21] unchecked call to ArrayList(java.util.Collection<? extends E>) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SpatialIndexFunctions.java:[375,64] unchecked conversion required: java.util.List<org.locationtech.jts.index.chain.MonotoneChain> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineBandTool.java:[64,40] unchecked method invocation: method unmodifiableList in class java.util.Collections is applied to given types required: java.util.List<? extends T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineBandTool.java:[64,41] unchecked conversion required: java.util.List<? extends T> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineBandTool.java:[151,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/LineBandTool.java:[219,46] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonOverlayFunctions.java:[94,71] unchecked cast required: java.util.List<org.locationtech.jts.geom.Polygon> found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonOverlayFunctions.java:[200,54] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[136,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[137,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[138,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[139,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[140,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[167,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[169,17] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[171,17] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[173,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[176,17] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[178,17] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/tools/BoxBandTool.java:[180,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ComponentLocater.java:[41,47] unchecked conversion required: java.util.List<org.locationtech.jtstest.testbuilder.geom.GeometryLocation> found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ComponentLocater.java:[83,34] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/ComponentLocater.java:[92,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/NodingFunctions.java:[66,75] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Coordinate> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/NodingFunctions.java:[87,43] unchecked method invocation: method dedup in class org.locationtech.jtstest.function.NodingFunctions is applied to given types required: java.util.List<org.locationtech.jts.geom.Coordinate> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/NodingFunctions.java:[87,44] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Coordinate> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestListPanel.java:[42,18] unchecked call to JList(javax.swing.ListModel<E>) as a member of the raw type javax.swing.JList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestListPanel.java:[133,29] unchecked call to setCellRenderer(javax.swing.ListCellRenderer<? super E>) as a member of the raw type javax.swing.JList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/TestListPanel.java:[164,33] unchecked call to addElement(E) as a member of the raw type javax.swing.DefaultListModel [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java:[174,35] unchecked call to DefaultComboBoxModel(E[]) as a member of the raw type javax.swing.DefaultComboBoxModel [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java:[175,24] unchecked call to setModel(javax.swing.ComboBoxModel<E>) as a member of the raw type javax.swing.JComboBox [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java:[178,36] unchecked call to DefaultComboBoxModel(E[]) as a member of the raw type javax.swing.DefaultComboBoxModel [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java:[179,25] unchecked call to setModel(javax.swing.ComboBoxModel<E>) as a member of the raw type javax.swing.JComboBox [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/SpatialFunctionPanel.java:[510,19] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ValidPanel.java:[364,19] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ScalarFunctionPanel.java:[243,19] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LayerStylePanel.java:[264,25] unchecked call to JComboBox(E[]) as a member of the raw type javax.swing.JComboBox [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/LayerStylePanel.java:[474,20] unchecked call to JComboBox(E[]) as a member of the raw type javax.swing.JComboBox [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionTreePanel.java:[190,37] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/DoubleKeyMap.java:[30,27] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/DoubleKeyMap.java:[36,27] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java:[54,59] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java:[86,34] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java:[113,26] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java:[120,34] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java:[140,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/FacetLocater.java:[152,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreeModel.java:[382,20] unchecked method invocation: method sort in interface java.util.List is applied to given types required: java.util.Comparator<? super E> found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreeModel.java:[382,42] unchecked conversion required: java.util.Comparator<? super E> found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreeModel.java:[500,20] unchecked method invocation: method sort in interface java.util.List is applied to given types required: java.util.Comparator<? super E> found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryTreeModel.java:[500,42] unchecked conversion required: java.util.Comparator<? super E> found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatBufferedReader.java:[105,27] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatBufferedReader.java:[115,27] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/DiffFunctions.java:[160,63] unchecked conversion required: java.util.List<org.locationtech.jts.geom.LineString> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/ConversionFunctions.java:[88,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/ConversionFunctions.java:[96,24] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/StretchedVertexFinder.java:[162,46] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/CreateShapeFunctions.java:[113,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/CreateShapeFunctions.java:[271,21] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List<T> found: java.util.List<org.locationtech.jtstest.function.CreateShapeFunctions.OrderedPoint> [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/OverlayFunctions.java:[40,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/BufferByUnionFunctions.java:[35,33] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/AdjacentVertexFinder.java:[74,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/AdjacentVertexFinder.java:[77,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/FileUtil.java:[78,29] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/ValidationFunctions.java:[46,23] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/ValidationFunctions.java:[60,25] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonizeFunctions.java:[71,16] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonizeFunctions.java:[72,16] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/PolygonizeFunctions.java:[73,16] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java:[88,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java:[109,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java:[120,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java:[217,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/SelectionFunctions.java:[228,15] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/GeometryFunctions.java:[94,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/LineHandlingFunctions.java:[57,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/LineHandlingFunctions.java:[70,19] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatFileReader.java:[136,27] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/io/MultiFormatFileReader.java:[146,27] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/dnd/FileDrop.java:[323,45] unchecked call to <T>toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/geom/VertexLocater.java:[110,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/ClassUtil.java:[64,44] unchecked call to getConstructor(java.lang.Class<?>...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/util/ClassUtil.java:[67,32] unchecked call to getMethod(java.lang.String,java.lang.Class<?>...) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/GeometryVerticesMover.java:[81,27] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/TopologyStretcher.java:[122,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/topostretch/TopologyStretcher.java:[156,42] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/BufferFunctions.java:[120,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/BufferFunctions.java:[140,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionListPanel.java:[46,36] unchecked call to JList(javax.swing.ListModel<E>) as a member of the raw type javax.swing.JList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionListPanel.java:[106,25] unchecked call to setCellRenderer(javax.swing.ListCellRenderer<? super E>) as a member of the raw type javax.swing.JList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/GeometryFunctionListPanel.java:[150,34] unchecked call to addElement(E) as a member of the raw type javax.swing.DefaultListModel [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestCaseEdit.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/model/TestCaseEdit.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/main/java/org/locationtech/jtstest/function/CreateRandomShapeFunctions.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jts-app --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jts-app --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/test-classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/src/test/java/org/locationtech/jtstest/TestFileGeometryExtractor.java:[65,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [INFO] [INFO] --- surefire:2.15:test (default-test) @ jts-app --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ jts-app --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/jts-app-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-app --- [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-app --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/jts-app-1.20.0-SNAPSHOT-sources.jar [WARNING] artifact org.locationtech.jts:jts-app:java-source:sources:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (make-assembly) @ jts-app --- [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/JTSTestBuilder.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/JTSTestBuilder.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/jts-app-1.20.0-SNAPSHOT.jar with assembly file: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/JTSTestBuilder.jar [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-app >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-app --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-app <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-app --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-app --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-app/1.20.0-SNAPSHOT/jts-app-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/JTSTestBuilder.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-app/1.20.0-SNAPSHOT/jts-app-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/app/target/jts-app-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-app/1.20.0-SNAPSHOT/jts-app-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ jts-app --- [INFO] [INFO] --------------------< org.locationtech.jts:jts-lab >-------------------- [INFO] Building org.locationtech.jts:jts-lab 1.20.0-SNAPSHOT [10/10] [INFO] from modules/lab/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jts-lab --- [INFO] [INFO] >>> source:2.2.1:jar (default-cli) > generate-sources @ jts-lab >>> [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-lab --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] <<< source:2.2.1:jar (default-cli) < generate-sources @ jts-lab <<< [INFO] [INFO] [INFO] --- source:2.2.1:jar (default-cli) @ jts-lab --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-lab --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jts-lab --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jts-lab --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[64,22] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[64,52] unchecked conversion required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[83,41] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Polygon> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[88,61] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Polygon> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[112,58] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Polygon> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[149,25] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[149,54] unchecked conversion required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/overlayarea/OverlayArea.java:[317,43] unchecked conversion required: java.util.List<org.locationtech.jts.index.kdtree.KdNode> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/clean/HoleRemover.java:[91,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/PartitionedUnion.java:[46,27] unchecked method invocation: constructor <init> in class org.locationtech.jts.operation.union.PartitionedUnion is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/PartitionedUnion.java:[46,48] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/SparsePolygonUnion.java:[47,29] unchecked method invocation: constructor <init> in class org.locationtech.jts.operation.union.SparsePolygonUnion is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/SparsePolygonUnion.java:[47,52] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/SparsePolygonUnion.java:[54,29] unchecked method invocation: constructor <init> in class org.locationtech.jts.operation.union.SparsePolygonUnion is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/SparsePolygonUnion.java:[54,52] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/SparsePolygonUnion.java:[69,20] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/clean/InvalidHoleRemover.java:[105,20] unchecked call to add(E) as a member of the raw type java.util.List [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jts-lab --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jts-lab --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/test-classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/test/java/test/jts/perf/operation/overlayarea/OverlayAreaStarsGridPerfTest.java:[114,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/test/java/test/jts/perf/operation/overlayarea/OverlayAreaGridsPerfTest.java:[155,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/test/java/test/jts/perf/clip/TestPerfRectangleClipPolygon.java:[30,41] unchecked cast required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [INFO] [INFO] --- surefire:2.15:test (default-test) @ jts-lab --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.locationtech.jts.geom.OctagonalEnvelopeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.locationtech.jts.geom.OctagonalEnvelopeTest Running org.locationtech.jts.operation.overlayarea.SimpleOverlayAreaTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.locationtech.jts.operation.overlayarea.SimpleOverlayAreaTest Running org.locationtech.jts.operation.overlayarea.GeometryAreaTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.operation.overlayarea.GeometryAreaTest Running org.locationtech.jts.operation.overlayarea.OverlayAreaTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.locationtech.jts.operation.overlayarea.OverlayAreaTest Running org.locationtech.jts.operation.union.SparsePolygonUnionTest MULTIPOLYGON (((10 20, 20 20, 20 10, 10 10, 10 20)), ((30 20, 40 20, 40 10, 30 10, 30 20))) POLYGON ((10 20, 20 20, 25 20, 25 30, 30 30, 30 20, 30 10, 20 10, 10 10, 10 20)) POLYGON ((10 20, 20 20, 30 20, 30 10, 20 10, 10 10, 10 20)) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.locationtech.jts.operation.union.SparsePolygonUnionTest Running org.locationtech.jts.operation.union.DisjointSetsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.operation.union.DisjointSetsTest Running org.locationtech.jts.algorithm.axis.ApproximateMedialAxisTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.locationtech.jts.algorithm.axis.ApproximateMedialAxisTest Running org.locationtech.jtslab.clip.RectangleClipPolygonTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.locationtech.jtslab.clip.RectangleClipPolygonTest Running org.locationtech.jtslab.clean.SmallHoleRemoverTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jtslab.clean.SmallHoleRemoverTest Running org.locationtech.jtslab.clean.InvalidHoleRemoverTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jtslab.clean.InvalidHoleRemoverTest Results : Tests run: 46, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ jts-lab --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-lab --- [INFO] No previous run data found, generating javadoc. [INFO] 8 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/geom/util/GeometryEditorEx.java:116: warning - Tag @link: reference not found: GeometryOperation [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/geom/util/GeometryEditorEx.java:130: warning - Tag @link: reference not found: GeometryOperation [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/geom/util/GeometryEditorEx.java:116: warning - Tag @link: reference not found: GeometryOperation [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/geom/util/GeometryEditorEx.java:130: warning - Tag @link: reference not found: GeometryOperation [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/geom/util/GeometryEditorEx.java:116: warning - Tag @link: reference not found: GeometryOperation [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/geom/util/GeometryEditorEx.java:130: warning - Tag @link: reference not found: GeometryOperation [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/geom/util/GeometryEditorEx.java:116: warning - Tag @link: reference not found: GeometryOperation [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/geom/util/GeometryEditorEx.java:130: warning - Tag @link: reference not found: GeometryOperation [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-lab --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT-sources.jar [WARNING] artifact org.locationtech.jts:jts-lab:java-source:sources:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-lab >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-lab --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-lab <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-lab --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-lab --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-lab/1.20.0-SNAPSHOT/jts-lab-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-lab/1.20.0-SNAPSHOT/jts-lab-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-lab/1.20.0-SNAPSHOT/jts-lab-1.20.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-lab/1.20.0-SNAPSHOT/jts-lab-1.20.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- checkstyle:3.1.2:check (validate) @ jts-lab --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jts-lab --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ jts-lab --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[64,22] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[64,52] unchecked conversion required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[83,41] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Polygon> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[88,61] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Polygon> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[112,58] unchecked conversion required: java.util.List<org.locationtech.jts.geom.Polygon> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[149,25] unchecked method invocation: method addAll in interface java.util.List is applied to given types required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/IteratedOverlayFunctions.java:[149,54] unchecked conversion required: java.util.Collection<? extends E> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/overlayarea/OverlayArea.java:[317,43] unchecked conversion required: java.util.List<org.locationtech.jts.index.kdtree.KdNode> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/clean/HoleRemover.java:[91,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/PartitionedUnion.java:[46,27] unchecked method invocation: constructor <init> in class org.locationtech.jts.operation.union.PartitionedUnion is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/PartitionedUnion.java:[46,48] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/SparsePolygonUnion.java:[47,29] unchecked method invocation: constructor <init> in class org.locationtech.jts.operation.union.SparsePolygonUnion is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/SparsePolygonUnion.java:[47,52] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/SparsePolygonUnion.java:[54,29] unchecked method invocation: constructor <init> in class org.locationtech.jts.operation.union.SparsePolygonUnion is applied to given types required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/SparsePolygonUnion.java:[54,52] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jts/operation/union/SparsePolygonUnion.java:[69,20] unchecked conversion required: java.util.Collection<org.locationtech.jts.geom.Geometry> found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/main/java/org/locationtech/jtslab/clean/InvalidHoleRemover.java:[105,20] unchecked call to add(E) as a member of the raw type java.util.List [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jts-lab --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/test/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ jts-lab --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/test-classes [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/test/java/test/jts/perf/operation/overlayarea/OverlayAreaStarsGridPerfTest.java:[114,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/test/java/test/jts/perf/operation/overlayarea/OverlayAreaGridsPerfTest.java:[155,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/src/test/java/test/jts/perf/clip/TestPerfRectangleClipPolygon.java:[30,41] unchecked cast required: java.util.List<org.locationtech.jts.geom.Geometry> found: java.util.List [INFO] [INFO] --- surefire:2.15:test (default-test) @ jts-lab --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- jar:3.0.2:jar (default-jar) @ jts-lab --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ jts-lab --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT-javadoc.jar [WARNING] artifact org.locationtech.jts:jts-lab:javadoc:javadoc:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- source:2.2.1:jar-no-fork (attach-sources) @ jts-lab --- [INFO] Building jar: /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT-sources.jar [WARNING] artifact org.locationtech.jts:jts-lab:java-source:sources:1.20.0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] >>> pmd:3.14.0:check (default) > :pmd @ jts-lab >>> [INFO] [INFO] --- pmd:3.14.0:pmd (pmd) @ jts-lab --- [INFO] [INFO] <<< pmd:3.14.0:check (default) < :pmd @ jts-lab <<< [INFO] [INFO] [INFO] --- pmd:3.14.0:check (default) @ jts-lab --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- install:3.1.1:install (default-install) @ jts-lab --- [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-lab/1.20.0-SNAPSHOT/jts-lab-1.20.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-lab/1.20.0-SNAPSHOT/jts-lab-1.20.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-lab/1.20.0-SNAPSHOT/jts-lab-1.20.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/JTS_deploy_snapshots/modules/lab/target/jts-lab-1.20.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-lab/1.20.0-SNAPSHOT/jts-lab-1.20.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- deploy:3.0.0-M1:deploy (default-deploy) @ jts-lab --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for JTS Topology Suite 1.20.0-SNAPSHOT: [INFO] [INFO] JTS Topology Suite Build Configuration ............. SUCCESS [ 3.514 s] [INFO] JTS Topology Suite ................................. SUCCESS [ 8.715 s] [INFO] org.locationtech.jts:jts-modules ................... SUCCESS [ 0.608 s] [INFO] org.locationtech.jts:jts-core ...................... SUCCESS [01:04 min] [INFO] org.locationtech.jts:jts-io ........................ SUCCESS [ 0.561 s] [INFO] org.locationtech.jts.io:jts-io-common .............. SUCCESS [ 5.184 s] [INFO] org.locationtech.jts:jts-example ................... SUCCESS [ 1.670 s] [INFO] org.locationtech.jts:jts-tests ..................... SUCCESS [ 6.295 s] [INFO] org.locationtech.jts:jts-app ....................... SUCCESS [ 15.374 s] [INFO] org.locationtech.jts:jts-lab ....................... SUCCESS [ 4.348 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:57 min [INFO] Finished at: 2024-06-11T18:58:22Z [INFO] ------------------------------------------------------------------------ Triggering a new build of Jeo Finished: SUCCESS