Started by timer Running as SYSTEM Agent basic-0k64b is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-0k64b" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jts.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-0k64b" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-0k64b" - 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-4.7" 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 - 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-0k64b (basic) in workspace /home/jenkins/agent/workspace/TestBranch 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/TestBranch # 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/fixBuildAfterQA^{commit} # timeout=10 Checking out Revision 81ace5550f4ebcc2800338b9ca45eb5f12a2ad8e (origin/fixBuildAfterQA) > git config core.sparsecheckout # timeout=10 > git checkout -f 81ace5550f4ebcc2800338b9ca45eb5f12a2ad8e # timeout=10 Commit message: "Fixing the nightly build." > git rev-list --no-walk 81ace5550f4ebcc2800338b9ca45eb5f12a2ad8e # timeout=10 [TestBranch] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean source:jar install deploy Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) 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: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [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:jts >---------------------- [INFO] Building JTS Topology Suite 1.18.2-SNAPSHOT [1/9] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jts --- [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default-cli) > generate-sources @ jts >>> [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default-cli) < generate-sources @ jts <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default-cli) @ jts --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts --- [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts --- [INFO] PMD version: 6.36.0 [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jts --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts/1.18.2-SNAPSHOT/jts-1.18.2-SNAPSHOT.pom [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts --- [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts --- [INFO] PMD version: 6.36.0 [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jts --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts/1.18.2-SNAPSHOT/jts-1.18.2-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jts --- [INFO] [INFO] ------------------< org.locationtech.jts:jts-modules >------------------ [INFO] Building org.locationtech.jts:jts-modules 1.18.2-SNAPSHOT [2/9] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jts-modules --- [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default-cli) > generate-sources @ jts-modules >>> [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-modules --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default-cli) < generate-sources @ jts-modules <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default-cli) @ jts-modules --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-modules --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts-modules --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts-modules --- [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts-modules >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts-modules --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts-modules <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts-modules --- [INFO] PMD version: 6.36.0 [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts-modules --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jts-modules --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-modules/1.18.2-SNAPSHOT/jts-modules-1.18.2-SNAPSHOT.pom [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-modules --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts-modules --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts-modules --- [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts-modules >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts-modules --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts-modules <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts-modules --- [INFO] PMD version: 6.36.0 [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts-modules --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jts-modules --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-modules/1.18.2-SNAPSHOT/jts-modules-1.18.2-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jts-modules --- [INFO] [INFO] -------------------< org.locationtech.jts:jts-core >-------------------- [INFO] Building org.locationtech.jts:jts-core 1.18.2-SNAPSHOT [3/9] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jts-core --- [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default-cli) > generate-sources @ jts-core >>> [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default-cli) < generate-sources @ jts-core <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default-cli) @ jts-core --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jts-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jts-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 534 source files to /home/jenkins/agent/workspace/TestBranch/modules/core/target/classes [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdTree.java:[380,19] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/Geometry.java:[1839,42] unchecked call to compareTo(T) as a member of the raw type java.lang.Comparable [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[113,36] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[125,43] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[136,46] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[147,46] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[158,40] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[169,50] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[180,56] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[191,46] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[193,62] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[214,67] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[218,77] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[222,71] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[225,76] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/PrecisionModel.java:[97,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollection.java:[244,29] unchecked call to TreeSet(java.util.Collection) as a member of the raw type java.util.TreeSet [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollection.java:[245,29] unchecked call to TreeSet(java.util.Collection) as a member of the raw type java.util.TreeSet [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/MultiPolygon.java:[100,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/MultiPolygon.java:[104,78] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[145,39] unchecked call to ArrayList(java.util.Collection) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/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,java.util.Comparator found: java.util.ArrayList,java.util.Comparator [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[146,22] unchecked conversion required: java.util.List found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[146,58] unchecked conversion required: java.util.Comparator found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/LineBuilder.java:[117,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/LineBuilder.java:[148,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/LineBuilder.java:[159,27] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayOp.java:[397,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayOp.java:[604,20] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayOp.java:[605,20] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayOp.java:[606,20] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java:[89,14] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java:[94,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java:[120,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeRing.java:[75,49] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeRing.java:[128,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeRing.java:[200,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeRing.java:[207,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEndStar.java:[105,18] unchecked call to ArrayList(java.util.Collection) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.java:[111,40] unchecked call to ArrayList(java.util.Collection) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.java:[478,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.java:[479,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.java:[480,41] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.java:[484,39] unchecked call to removeAll(java.util.Collection) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.java:[485,36] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[200,30] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[215,30] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[509,21] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[519,21] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[550,28] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[552,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[565,28] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[567,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[588,31] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[598,50] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[600,47] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[601,47] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[603,49] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[604,49] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[650,31] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[697,47] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[700,41] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[730,36] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[756,36] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[800,46] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[902,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[927,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[934,21] unchecked method invocation: method addAll in class org.locationtech.jts.geom.CoordinateList is applied to given types required: java.util.Collection,boolean found: java.util.List,boolean [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[934,22] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/bintree/NodeBase.java:[55,14] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/bintree/NodeBase.java:[59,17] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/bintree/NodeBase.java:[83,23] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNodeList.java:[63,16] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNodeList.java:[115,35] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNodeList.java:[137,35] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNodeList.java:[185,19] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/planargraph/PlanarGraph.java:[81,14] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/planargraph/PlanarGraph.java:[92,17] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/planargraph/PlanarGraph.java:[214,23] unchecked call to add(E) as a member of the raw type java.util.List [INFO] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java: /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeGraph.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jts-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jts-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 308 source files to /home/jenkins/agent/workspace/TestBranch/modules/core/target/test-classes [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/test/jts/GeometryTestCase.java:[220,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/test/jts/GeometryTestCase.java:[228,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedPolygonIntersectsPerfTest.java:[123,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[115,88] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[118,98] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[121,92] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[124,99] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/test/java/org/locationtech/jts/noding/FastNodingValidatorTest.java:[103,24] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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.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/TestBranch/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/UnaryUnionNGTest.java:[81,35] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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.PrecisionModel found: java.util.List,org.locationtech.jts.geom.PrecisionModel [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/UnaryUnionNGTest.java:[84,35] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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.GeometryFactory found: java.util.List,org.locationtech.jts.geom.GeometryFactory [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/OverlayNGRobustTest.java:[122,38] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/OverlayNGRobustTest.java:[125,38] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/test/java/org/locationtech/jts/edgegraph/EdgeGraphTest.java:[129,54] unchecked conversion required: java.util.Collection found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[58,22] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[66,21] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/test/java/test/jts/perf/operation/overlayng/OverlayCaseDumper.java:[193,29] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[67,58] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[69,49] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[75,72] unchecked conversion required: java.util.Collection found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeNearestNeighbourTest.java:[182,21] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List,java.util.Comparator found: java.util.List,org.locationtech.jts.index.strtree.GeometryDistanceComparator [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeNearestNeighbourTest.java:[182,22] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java:[89,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java:[91,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[41,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[47,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[71,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[95,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[108,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[119,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[130,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[195,101] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/test/java/test/jts/perf/PerformanceTestRunner.java:[96,39] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/test/java/test/jts/perf/dissolve/LineDissolvePerfTest.java:[91,19] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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.geom.GeometryFactory found: java.util.List,org.locationtech.jts.geom.GeometryFactory [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/noding/NodedSegmentStringTest.java:[58,46] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java:[117,15] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java:[118,15] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java:[119,15] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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 [INFO] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/util/PriorityQueueTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/util/PriorityQueueTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java: /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java has additional unchecked or unsafe operations. [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jts-core --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/TestBranch/modules/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.locationtech.jts.algorithm.InteriorPointTest ....................................................................................................................................................................................................................................................Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.29 sec - in org.locationtech.jts.algorithm.InteriorPointTest Running org.locationtech.jts.algorithm.AngleTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.algorithm.AngleTest 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.PointLocationOnLineTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.algorithm.PointLocationOnLineTest Running org.locationtech.jts.algorithm.locate.SimplePointInAreaLocatorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.algorithm.locate.SimplePointInAreaLocatorTest Running org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocatorTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.locationtech.jts.algorithm.locate.IndexedPointInAreaLocatorTest Running org.locationtech.jts.algorithm.MinimumBoundingCircleTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.locationtech.jts.algorithm.MinimumBoundingCircleTest Running org.locationtech.jts.algorithm.RobustLineIntersectionTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.locationtech.jts.algorithm.RobustLineIntersectionTest Running org.locationtech.jts.algorithm.PointInRingTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.algorithm.PointInRingTest Running org.locationtech.jts.algorithm.construct.LargestEmptyCircleTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in org.locationtech.jts.algorithm.construct.LargestEmptyCircleTest Running org.locationtech.jts.algorithm.construct.MaximumInscibedCircleTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in org.locationtech.jts.algorithm.construct.MaximumInscibedCircleTest 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.DistanceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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 sec - in org.locationtech.jts.algorithm.LocatePointInRingTest 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.NonRobustLineIntersectorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jts.algorithm.NonRobustLineIntersectorTest Running org.locationtech.jts.algorithm.OrientationIndexFailureTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.OrientationIndexFailureTest Running org.locationtech.jts.algorithm.PointLocatorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.algorithm.PointLocatorTest Running org.locationtech.jts.algorithm.RectangleLineIntersectorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.locationtech.jts.algorithm.RectangleLineIntersectorTest Running org.locationtech.jts.algorithm.RobustLineIntersectorZTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jts.algorithm.RobustLineIntersectorZTest 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.OrientationIndexTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.OrientationIndexTest Running org.locationtech.jts.algorithm.AreaTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.AreaTest Running org.locationtech.jts.algorithm.IntersectionTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.IntersectionTest Running org.locationtech.jts.algorithm.OrientationIsCCWTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.locationtech.jts.algorithm.OrientationIsCCWTest 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.RobustLineIntersectorTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.algorithm.RobustLineIntersectorTest Running org.locationtech.jts.algorithm.ConvexHullTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.algorithm.ConvexHullTest Running org.locationtech.jts.algorithm.RayCrossingCounterTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.algorithm.RayCrossingCounterTest Running org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistanceTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.algorithm.distance.DiscreteHausdorffDistanceTest Running org.locationtech.jts.util.PriorityQueueTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 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.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.simplify.DouglasPeuckerSimplifierTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.locationtech.jts.simplify.DouglasPeuckerSimplifierTest Running org.locationtech.jts.simplify.TopologyPreservingSimplifierTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.locationtech.jts.simplify.TopologyPreservingSimplifierTest Running org.locationtech.jts.simplify.VWSimplifierTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.simplify.VWSimplifierTest Running org.locationtech.jts.geom.BidirectionalComparatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.BidirectionalComparatorTest Running org.locationtech.jts.geom.impl.CoordinateArraySequenceTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.locationtech.jts.geom.impl.CoordinateArraySequenceTest Running org.locationtech.jts.geom.impl.PackedCoordinateSequenceFloatTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.impl.PackedCoordinateSequenceFloatTest Running org.locationtech.jts.geom.impl.BasicCoordinateSequenceTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.impl.BasicCoordinateSequenceTest Running org.locationtech.jts.geom.impl.PackedCoordinateSequenceDoubleTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.locationtech.jts.geom.impl.PackedCoordinateSequenceDoubleTest Running org.locationtech.jts.geom.impl.PackedCoordinateSequenceTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.impl.PackedCoordinateSequenceTest Running org.locationtech.jts.geom.NormalizeTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.locationtech.jts.geom.NormalizeTest Running org.locationtech.jts.geom.PrecisionModelTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.PrecisionModelTest Running org.locationtech.jts.geom.GeometryReverseTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.GeometryReverseTest Running org.locationtech.jts.geom.PredicateShortCircuitTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.locationtech.jts.geom.PredicateShortCircuitTest 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.01 sec - in org.locationtech.jts.geom.CoordinateSequencesTest 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.util.GeometryFixerTest Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in org.locationtech.jts.geom.util.GeometryFixerTest 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.GeometryExtracterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.util.GeometryExtracterTest Running org.locationtech.jts.geom.util.AffineTransformationBuilderTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.util.AffineTransformationBuilderTest Running org.locationtech.jts.geom.LineStringImplTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.geom.LineStringImplTest Running org.locationtech.jts.geom.CoordinateArraysTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.geom.CoordinateArraysTest Running org.locationtech.jts.geom.GeometryCompareToTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.GeometryCompareToTest 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.GeometryImplTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 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.01 sec - in org.locationtech.jts.geom.EnvelopeTest Running org.locationtech.jts.geom.RectanglePredicateSyntheticTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 sec - in org.locationtech.jts.geom.RectanglePredicateSyntheticTest Running org.locationtech.jts.geom.IntersectionMatrixTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.geom.IntersectionMatrixTest Running org.locationtech.jts.geom.GeometryOverlayTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.geom.GeometryOverlayTest 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.RectanglePredicateTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.RectanglePredicateTest Running org.locationtech.jts.geom.LineSegmentTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.locationtech.jts.geom.LineSegmentTest Running org.locationtech.jts.geom.GeometryCopyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.GeometryCopyTest 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.GeometryCollectionImplTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.GeometryCollectionImplTest Running org.locationtech.jts.geom.GeometryCollectionIteratorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.GeometryCollectionIteratorTest 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.TriangleTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.TriangleTest Running org.locationtech.jts.geom.AreaLengthTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.AreaLengthTest Running org.locationtech.jts.geom.GeometryOpGCUnsupportedTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.geom.GeometryOpGCUnsupportedTest Running org.locationtech.jts.geom.CoordinateTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.geom.CoordinateTest Running org.locationtech.jts.geom.MiscellaneousTest Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.geom.MiscellaneousTest Running org.locationtech.jts.geom.MultiPointImplTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.locationtech.jts.geom.MultiPointImplTest Running org.locationtech.jts.io.WKTReaderParseErrorTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.io.WKTReaderParseErrorTest Running org.locationtech.jts.io.gml2.StaticMultiPolygonTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.35 sec - in org.locationtech.jts.io.gml2.StaticMultiPolygonTest Running org.locationtech.jts.io.gml2.StaticLineStringTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.locationtech.jts.io.gml2.StaticLineStringTest Running org.locationtech.jts.io.gml2.StaticPointTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.io.gml2.StaticPointTest Running org.locationtech.jts.io.gml2.StaticMultiLineStringTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.locationtech.jts.io.gml2.StaticMultiLineStringTest Running org.locationtech.jts.io.gml2.StaticPolygonTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.locationtech.jts.io.gml2.StaticPolygonTest Running org.locationtech.jts.io.gml2.GMLReaderTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.io.gml2.GMLReaderTest Running org.locationtech.jts.io.gml2.StaticMultiPointTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.io.gml2.StaticMultiPointTest Running org.locationtech.jts.io.WKTReaderExpTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.io.WKTReaderExpTest Running org.locationtech.jts.io.WKBTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.locationtech.jts.io.WKBTest Running org.locationtech.jts.io.WKBReaderTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jts.io.WKBReaderTest Running org.locationtech.jts.io.OrdinateFormatTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.io.OrdinateFormatTest Running org.locationtech.jts.io.WKTReaderTest Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.jts.io.WKTReaderTest Running org.locationtech.jts.io.kml.KMLWriterTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.io.kml.KMLWriterTest Running org.locationtech.jts.io.kml.KMLReaderTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.locationtech.jts.io.kml.KMLReaderTest 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.WKTWriterTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.io.WKTWriterTest Running org.locationtech.jts.io.SerializabilityTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.locationtech.jts.io.SerializabilityTest Running org.locationtech.jts.io.WKTReadWriteTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.io.WKTReadWriteTest Running org.locationtech.jts.io.WKTWriterStaticFnTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec - in org.locationtech.jts.io.WKTWriterStaticFnTest Running org.locationtech.jts.index.quadtree.DoubleBitsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.index.quadtree.DoubleBitsTest Running org.locationtech.jts.index.quadtree.QuadtreeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec - in org.locationtech.jts.index.quadtree.QuadtreeTest Running org.locationtech.jts.index.quadtree.IsEmptyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.index.quadtree.IsEmptyTest Running org.locationtech.jts.index.strtree.STRtreeTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in org.locationtech.jts.index.strtree.STRtreeTest 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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 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.strtree.SIRtreeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.locationtech.jts.index.strtree.SIRtreeTest 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.hprtree.HPRtreeTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec - in org.locationtech.jts.index.hprtree.HPRtreeTest 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.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.SnapRoundingTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.locationtech.jts.noding.snapround.SnapRoundingTest Running org.locationtech.jts.noding.snapround.SnapRoundingNoderTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.noding.snapround.SnapRoundingNoderTest 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.FastNodingValidatorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.noding.FastNodingValidatorTest Running org.locationtech.jts.noding.snap.SnappingNoderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.noding.snap.SnappingNoderTest Running org.locationtech.jts.noding.SegmentPointComparatorFullTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.noding.SegmentPointComparatorFullTest 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.NodedSegmentStringTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.noding.NodedSegmentStringTest Running org.locationtech.jts.operation.overlayng.PrecisionUtilTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.operation.overlayng.PrecisionUtilTest Running org.locationtech.jts.operation.overlayng.UnaryUnionNGTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.locationtech.jts.operation.overlayng.UnaryUnionNGTest 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.RingClipperTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.overlayng.RingClipperTest Running org.locationtech.jts.operation.overlayng.OverlayNGStrictModeTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.locationtech.jts.operation.overlayng.OverlayNGStrictModeTest Running org.locationtech.jts.operation.overlayng.CoverageUnionTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.overlayng.CoverageUnionTest Running org.locationtech.jts.operation.overlayng.OverlayNGZTest Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.locationtech.jts.operation.overlayng.OverlayNGZTest Running org.locationtech.jts.operation.overlayng.OverlayNGSnappingNoderTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.overlayng.OverlayNGSnappingNoderTest Running org.locationtech.jts.operation.overlayng.OverlayNGFloatingNoderTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.overlayng.OverlayNGFloatingNoderTest Running org.locationtech.jts.operation.overlayng.OverlayNGTest Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.locationtech.jts.operation.overlayng.OverlayNGTest Running org.locationtech.jts.operation.overlayng.OverlayGraphTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.overlayng.OverlayGraphTest 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.OverlayNGMixedPointsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.overlayng.OverlayNGMixedPointsTest Running org.locationtech.jts.operation.overlayng.OverlayNGPointsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.overlayng.OverlayNGPointsTest 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.LineLimiterTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.overlayng.LineLimiterTest Running org.locationtech.jts.operation.overlayng.PrecisionReducerTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.operation.overlayng.PrecisionReducerTest Running org.locationtech.jts.operation.valid.IsSimpleTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.valid.IsSimpleTest Running org.locationtech.jts.operation.valid.ValidSelfTouchingRingTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.locationtech.jts.operation.valid.ValidSelfTouchingRingTest 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.IsValidTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jts.operation.valid.IsValidTest Running org.locationtech.jts.operation.valid.PolygonNodeTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.valid.PolygonNodeTest Running org.locationtech.jts.operation.distance.DistanceTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.002 sec - in org.locationtech.jts.operation.distance.IndexedFacetDistanceTest Running org.locationtech.jts.operation.buffer.BufferTest Tests run: 74, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 sec - in org.locationtech.jts.operation.buffer.BufferTest Running org.locationtech.jts.operation.buffer.DepthSegmentTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.buffer.DepthSegmentTest Running org.locationtech.jts.operation.buffer.VariableBufferTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.buffer.VariableBufferTest Running org.locationtech.jts.operation.buffer.BufferResultValidatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec - in org.locationtech.jts.operation.buffer.BufferResultValidatorTest Running org.locationtech.jts.operation.distance3d.Distance3DOpTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.locationtech.jts.operation.distance3d.Distance3DOpTest Running org.locationtech.jts.operation.distance3d.WithinDistance3DTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.distance3d.WithinDistance3DTest Running org.locationtech.jts.operation.union.CascadedPolygonUnionFileTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.union.CascadedPolygonUnionFileTest Running org.locationtech.jts.operation.union.OverlapUnionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.union.OverlapUnionTest Running org.locationtech.jts.operation.union.CascadedPolygonUnionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec - in org.locationtech.jts.operation.union.CascadedPolygonUnionTest Running org.locationtech.jts.operation.union.UnaryUnionTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.operation.union.UnaryUnionTest 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.ContainsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.relate.ContainsTest Running org.locationtech.jts.operation.relate.RelateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.relate.RelateTest Running org.locationtech.jts.operation.linemerge.LineMergerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.operation.linemerge.LineMergerTest Running org.locationtech.jts.operation.linemerge.LineSequencerTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.operation.linemerge.LineSequencerTest Running org.locationtech.jts.operation.BoundaryTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.operation.BoundaryTest 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.overlay.FixedPrecisionSnappingTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.operation.overlay.FixedPrecisionSnappingTest Running org.locationtech.jts.operation.polygonize.PolygonizerTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.locationtech.jts.operation.polygonize.PolygonizerTest Running org.locationtech.jts.triangulate.VoronoiDiagramBuilderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.locationtech.jts.triangulate.VoronoiDiagramBuilderTest Running org.locationtech.jts.triangulate.DelaunayTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.locationtech.jts.triangulate.DelaunayTest Running org.locationtech.jts.triangulate.VoronoiTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.edgegraph.EdgeGraphTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.locationtech.jts.edgegraph.EdgeGraphTest 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.math.DDBasicTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.math.DDBasicTest Running org.locationtech.jts.math.DDIOTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec - in org.locationtech.jts.math.DDIOTest Running org.locationtech.jts.math.Vector3DTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.math.Vector3DTest 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.Vector2DTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.math.Vector2DTest 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.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.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.SimpleGeometryPrecisionReducerTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.locationtech.jts.precision.SimpleGeometryPrecisionReducerTest Running org.locationtech.jts.precision.GeometryPrecisionReducerTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.locationtech.jts.precision.GeometryPrecisionReducerTest 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.awt.PolygonShapeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.locationtech.jts.awt.PolygonShapeTest Running org.locationtech.jts.linearref.LengthIndexedLineTest Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.linearref.LengthIndexedLineTest Running org.locationtech.jts.linearref.LocationIndexedLineTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.dissolve.LineDissolverTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.locationtech.jts.dissolve.LineDissolverTest Running org.locationtech.jts.densify.DensifierTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.locationtech.jts.densify.DensifierTest 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 Results : Tests run: 1533, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-bundle-plugin:3.3.0:bundle (default-bundle) @ jts-core --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts-core --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts-core --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ jts-core --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-tests.jar [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts-core >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts-core --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts-core <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts-core --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jts-core --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:3.3.0:install (default-install) @ jts-core --- [INFO] Writing OBR metadata [INFO] Installing org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jts-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jts-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 534 source files to /home/jenkins/agent/workspace/TestBranch/modules/core/target/classes [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/kdtree/KdTree.java:[380,19] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/Geometry.java:[1839,42] unchecked call to compareTo(T) as a member of the raw type java.lang.Comparable [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[113,36] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[125,43] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[136,46] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[147,46] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[158,40] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[169,50] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[180,56] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryFactory.java:[191,46] unchecked call to toArray(T[]) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[193,62] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[214,67] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[218,77] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[222,71] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java:[225,76] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/PrecisionModel.java:[97,26] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollection.java:[244,29] unchecked call to TreeSet(java.util.Collection) as a member of the raw type java.util.TreeSet [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/GeometryCollection.java:[245,29] unchecked call to TreeSet(java.util.Collection) as a member of the raw type java.util.TreeSet [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/MultiPolygon.java:[100,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geom/MultiPolygon.java:[104,78] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[145,39] unchecked call to ArrayList(java.util.Collection) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/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,java.util.Comparator found: java.util.ArrayList,java.util.Comparator [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[146,22] unchecked conversion required: java.util.List found: java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/strtree/AbstractSTRtree.java:[146,58] unchecked conversion required: java.util.Comparator found: java.util.Comparator [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/LineBuilder.java:[117,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/LineBuilder.java:[148,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/LineBuilder.java:[159,27] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayOp.java:[397,21] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayOp.java:[604,20] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayOp.java:[605,20] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/overlay/OverlayOp.java:[606,20] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java:[89,14] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java:[94,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/PlanarGraph.java:[120,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeRing.java:[75,49] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeRing.java:[128,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeRing.java:[200,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeRing.java:[207,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/main/java/org/locationtech/jts/geomgraph/EdgeEndStar.java:[105,18] unchecked call to ArrayList(java.util.Collection) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.java:[111,40] unchecked call to ArrayList(java.util.Collection) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.java:[478,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.java:[479,40] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.java:[480,41] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.java:[484,39] unchecked call to removeAll(java.util.Collection) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.java:[485,36] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[200,30] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[215,30] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[509,21] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[519,21] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[550,28] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[552,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[565,28] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[567,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[588,31] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[598,50] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[600,47] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[601,47] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[603,49] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[604,49] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[650,31] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[697,47] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[700,41] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[730,36] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[756,36] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[800,46] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[902,16] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[927,18] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[934,21] unchecked method invocation: method addAll in class org.locationtech.jts.geom.CoordinateList is applied to given types required: java.util.Collection,boolean found: java.util.List,boolean [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.java:[934,22] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/bintree/NodeBase.java:[55,14] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/bintree/NodeBase.java:[59,17] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/index/bintree/NodeBase.java:[83,23] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNodeList.java:[63,16] unchecked call to put(K,V) as a member of the raw type java.util.Map [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNodeList.java:[115,35] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNodeList.java:[137,35] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/noding/SegmentNodeList.java:[185,19] unchecked call to add(E) as a member of the raw type java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/planargraph/PlanarGraph.java:[81,14] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/planargraph/PlanarGraph.java:[92,17] unchecked call to add(E) as a member of the raw type java.util.Set [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/planargraph/PlanarGraph.java:[214,23] unchecked call to add(E) as a member of the raw type java.util.List [INFO] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java: /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/TestBranch/modules/core/src/main/java/org/locationtech/jts/operation/polygonize/PolygonizeGraph.java: Some input files additionally use unchecked or unsafe operations. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jts-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jts-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 308 source files to /home/jenkins/agent/workspace/TestBranch/modules/core/target/test-classes [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/test/jts/GeometryTestCase.java:[220,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/test/jts/GeometryTestCase.java:[228,21] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/test/java/test/jts/perf/geom/prep/PreparedPolygonIntersectsPerfTest.java:[123,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[115,88] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[118,98] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[121,92] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/generator/MultiGenerator.java:[124,99] unchecked call to toArray(T[]) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/test/java/org/locationtech/jts/noding/FastNodingValidatorTest.java:[103,24] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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.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/TestBranch/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/UnaryUnionNGTest.java:[81,35] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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.PrecisionModel found: java.util.List,org.locationtech.jts.geom.PrecisionModel [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/UnaryUnionNGTest.java:[84,35] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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.GeometryFactory found: java.util.List,org.locationtech.jts.geom.GeometryFactory [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/OverlayNGRobustTest.java:[122,38] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/OverlayNGRobustTest.java:[125,38] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/test/java/org/locationtech/jts/edgegraph/EdgeGraphTest.java:[129,54] unchecked conversion required: java.util.Collection found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[58,22] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/test/jts/perf/operation/buffer/DepthSegmentStressTest.java:[66,21] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/core/src/test/java/test/jts/perf/operation/overlayng/OverlayCaseDumper.java:[193,29] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[67,58] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[69,49] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/noding/NodingTestUtil.java:[75,72] unchecked conversion required: java.util.Collection found: java.util.Collection [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeNearestNeighbourTest.java:[182,21] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List,java.util.Comparator found: java.util.List,org.locationtech.jts.index.strtree.GeometryDistanceComparator [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/index/strtree/STRtreeNearestNeighbourTest.java:[182,22] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java:[89,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/index/hprtree/HPRtreeTest.java:[91,19] unchecked call to add(E) as a member of the raw type java.util.ArrayList [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[41,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[47,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[71,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[95,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[108,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[119,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/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[] found: java.lang.String,java.lang.String,java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[130,17] unchecked conversion required: java.util.Map[] found: java.util.Map[] [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/io/kml/KMLReaderTest.java:[195,101] unchecked cast required: java.util.Map found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/test/java/test/jts/perf/PerformanceTestRunner.java:[96,39] unchecked call to toArray(T[]) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/core/src/test/java/test/jts/perf/dissolve/LineDissolvePerfTest.java:[91,19] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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.geom.GeometryFactory found: java.util.List,org.locationtech.jts.geom.GeometryFactory [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/noding/NodedSegmentStringTest.java:[58,46] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java:[117,15] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java:[118,15] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/algorithm/ConvexHullTest.java:[119,15] unchecked call to push(E) as a member of the raw type java.util.Stack [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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 [INFO] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/util/PriorityQueueTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/util/PriorityQueueTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java: /home/jenkins/agent/workspace/TestBranch/modules/core/src/test/java/org/locationtech/jts/geom/MiscellaneousTest.java has additional unchecked or unsafe operations. [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jts-core --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-bundle-plugin:3.3.0:bundle (default-bundle) @ jts-core --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts-core --- [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts-core --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ jts-core --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-tests.jar [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts-core >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts-core --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts-core <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts-core --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:3.0.0-M1:install (default-install) @ jts-core --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/core/target/jts-core-1.18.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-bundle-plugin:3.3.0:install (default-install) @ jts-core --- [INFO] Installing org/locationtech/jts/jts-core/1.18.2-SNAPSHOT/jts-core-1.18.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-deploy) @ jts-core --- [INFO] [INFO] --- maven-bundle-plugin: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.18.2-SNAPSHOT [4/9] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jts-io --- [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default-cli) > generate-sources @ jts-io >>> [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-io --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default-cli) < generate-sources @ jts-io <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default-cli) @ jts-io --- [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-io --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts-io --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts-io --- [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts-io >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts-io --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts-io <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts-io --- [INFO] PMD version: 6.36.0 [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts-io --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jts-io --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-io/1.18.2-SNAPSHOT/jts-io-1.18.2-SNAPSHOT.pom [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-io --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts-io --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts-io --- [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts-io >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts-io --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts-io <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts-io --- [INFO] PMD version: 6.36.0 [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts-io --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jts-io --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-io/1.18.2-SNAPSHOT/jts-io-1.18.2-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jts-io --- [INFO] [INFO] ---------------< org.locationtech.jts.io:jts-io-common >---------------- [INFO] Building org.locationtech.jts.io:jts-io-common 1.18.2-SNAPSHOT [5/9] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jts-io-common --- [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default-cli) > generate-sources @ jts-io-common >>> [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-io-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default-cli) < generate-sources @ jts-io-common <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default-cli) @ jts-io-common --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-io-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jts-io-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TestBranch/modules/io/common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jts-io-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/classes [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonReader.java:[444,32] unchecked conversion required: java.util.List> found: java.util.List [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jts-io-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TestBranch/modules/io/common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jts-io-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jts-io-common --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.locationtech.jts.io.geojson.GeoJsonReaderTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.locationtech.jts.io.geojson.GeoJsonReaderTest Running org.locationtech.jts.io.geojson.GeoJsonWriterTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.locationtech.jts.io.geojson.GeoJsonWriterTest Running org.locationtech.jts.io.geojson.GeoJsonTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.locationtech.jts.io.geojson.GeoJsonTest Results : Tests run: 39, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ jts-io-common --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts-io-common --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts-io-common --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts-io-common >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts-io-common --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts-io-common <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts-io-common --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts-io-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jts-io-common --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.18.2-SNAPSHOT/jts-io-common-1.18.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/common/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.18.2-SNAPSHOT/jts-io-common-1.18.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.18.2-SNAPSHOT/jts-io-common-1.18.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.18.2-SNAPSHOT/jts-io-common-1.18.2-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.18.2-SNAPSHOT/jts-io-common-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-io-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jts-io-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TestBranch/modules/io/common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jts-io-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/classes [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/io/common/src/main/java/org/locationtech/jts/io/geojson/GeoJsonReader.java:[444,32] unchecked conversion required: java.util.List> found: java.util.List [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jts-io-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TestBranch/modules/io/common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jts-io-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jts-io-common --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ jts-io-common --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin: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/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts-io-common --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts-io-common >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts-io-common --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts-io-common <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts-io-common --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts-io-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jts-io-common --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.18.2-SNAPSHOT/jts-io-common-1.18.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/common/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.18.2-SNAPSHOT/jts-io-common-1.18.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.18.2-SNAPSHOT/jts-io-common-1.18.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.18.2-SNAPSHOT/jts-io-common-1.18.2-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.18.2-SNAPSHOT/jts-io-common-1.18.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.18.2-SNAPSHOT/jts-io-common-1.18.2-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/io/common/target/jts-io-common-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/io/jts-io-common/1.18.2-SNAPSHOT/jts-io-common-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jts-io-common --- [INFO] [INFO] ------------------< org.locationtech.jts:jts-example >------------------ [INFO] Building org.locationtech.jts:jts-example 1.18.2-SNAPSHOT [6/9] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jts-example --- [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default-cli) > generate-sources @ jts-example >>> [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-example --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default-cli) < generate-sources @ jts-example <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default-cli) @ jts-example --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/example/target/jts-example-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-example --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jts-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jts-example --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/TestBranch/modules/example/target/classes [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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 [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/io/gml2/KMLReaderExample.java:[149,42] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[62,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[63,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[69,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[70,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java:[128,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java:[151,43] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java:[218,43] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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 [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jts-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TestBranch/modules/example/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jts-example --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jts-example --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ jts-example --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/example/target/jts-example-1.18.2-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts-example --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts-example --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/example/target/jts-example-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts-example >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts-example --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts-example <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts-example --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts-example --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jts-example --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/example/target/jts-example-1.18.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.18.2-SNAPSHOT/jts-example-1.18.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/example/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.18.2-SNAPSHOT/jts-example-1.18.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/example/target/jts-example-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.18.2-SNAPSHOT/jts-example-1.18.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/example/target/jts-example-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.18.2-SNAPSHOT/jts-example-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-example --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jts-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jts-example --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/TestBranch/modules/example/target/classes [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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 [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/io/gml2/KMLReaderExample.java:[149,42] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[62,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[63,20] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[69,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/LineStringSelfIntersections.java:[70,22] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java:[128,28] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java:[151,43] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/example/src/main/java/org/locationtech/jtsexample/technique/SearchUsingPreparedGeometryIndex.java:[218,43] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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 [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jts-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TestBranch/modules/example/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jts-example --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin: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] --- maven-jar-plugin:3.0.2:jar (default-jar) @ jts-example --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/example/target/jts-example-1.18.2-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts-example --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts-example --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/example/target/jts-example-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts-example >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts-example --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts-example <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts-example --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts-example --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jts-example --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/example/target/jts-example-1.18.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.18.2-SNAPSHOT/jts-example-1.18.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/example/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.18.2-SNAPSHOT/jts-example-1.18.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/example/target/jts-example-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.18.2-SNAPSHOT/jts-example-1.18.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/example/target/jts-example-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.18.2-SNAPSHOT/jts-example-1.18.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/example/target/jts-example-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-example/1.18.2-SNAPSHOT/jts-example-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jts-example --- [INFO] [INFO] -------------------< org.locationtech.jts:jts-tests >------------------- [INFO] Building org.locationtech.jts:jts-tests 1.18.2-SNAPSHOT [7/9] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jts-tests --- [INFO] [INFO] >>> maven-source-plugin:2.2.1:jar (default-cli) > generate-sources @ jts-tests >>> [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-tests --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] <<< maven-source-plugin:2.2.1:jar (default-cli) < generate-sources @ jts-tests <<< [INFO] [INFO] [INFO] --- maven-source-plugin:2.2.1:jar (default-cli) @ jts-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/tests/target/jts-tests-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-tests --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jts-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jts-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/TestBranch/modules/tests/target/classes [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestEngine.java:[115,70] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[80,44] unchecked method invocation: method unmodifiableList in class java.util.Collections is applied to given types required: java.util.List found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[80,45] unchecked conversion required: java.util.List found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[99,32] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[174,36] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[287,30] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[289,36] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[504,57] unchecked call to isAssignableFrom(java.lang.Class) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[591,29] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[29,25] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[43,25] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[64,33] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[64,34] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[102,42] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[120,26] unchecked call to set(int,E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[123,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java:[93,46] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java:[101,27] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryMethodOperation.java:[141,35] unchecked call to isAssignableFrom(java.lang.Class) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[43,17] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[44,15] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[158,59] unchecked call to toArray(T[]) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[178,24] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/command/OptionSpec.java:[95,23] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[265,40] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[269,40] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[278,61] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java:[45,31] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java:[47,31] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 [INFO] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jts-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 129 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jts-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/TestBranch/modules/tests/target/test-classes [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/java/org/locationtech/jtstest/CoreGeometryXMLTest.java:[56,27] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/java/org/locationtech/jtstest/CoreGeometryXMLTest.java:[58,28] unchecked method invocation: method setTestFiles in class org.locationtech.jtstest.testrunner.TestEngine is applied to given types required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/java/org/locationtech/jtstest/CoreGeometryXMLTest.java:[58,29] unchecked conversion required: java.util.List found: java.util.List [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jts-tests --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/TestBranch/modules/tests/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.locationtech.jtstest.CoreGeometryXMLTest Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestBoundary.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestBuffer.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestBufferMitredJoin.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestCentroid.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestConvexHull-big.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestConvexHull.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestDensify.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestDistance.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestEqualsExact.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestInteriorPoint.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestMinimumClearance.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestNGOverlayA.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestNGOverlayAPrec.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestNGOverlayEmpty.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestNGOverlayL.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestNGOverlayLPrec.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestNGOverlayP.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestNGOverlayPPrec.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestOverlayAA.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestOverlayAAPrec.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestOverlayEmpty.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestOverlayLA.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestOverlayLAPrec.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestOverlayLL.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestOverlayLLPrec.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestOverlayPA.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestOverlayPL.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestOverlayPLPrec.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestOverlayPP.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestPolygonize.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestPreparedPointPredicate.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestPreparedPolygonPredicate.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestPreparedPredicatesWithGeometryCollection.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestRectanglePredicate.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestRelateAA.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestRelateAC.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestRelateLA.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestRelateLC.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestRelateLL.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestRelatePA.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestRelatePL.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestRelatePP.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestSimple.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestUnaryUnion.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestUnaryUnionFloating.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestValid.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestValid2-big.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestValid2.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/general/TestWithinDistance.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/validate/TestRelateAA-big.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/validate/TestRelateAA.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/validate/TestRelateAC.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/validate/TestRelateLA.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/validate/TestRelateLC.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/validate/TestRelateLL.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/validate/TestRelatePA.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/validate/TestRelatePL.xml Reading test file /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/resources/testxml/validate/TestRelatePP.xml Running tests... 1950 cases with 7571 tests -- 7571 passed, 0 failed, 0 exceptions Elapsed time: 1.264 seconds Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.341 sec - in org.locationtech.jtstest.CoreGeometryXMLTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ jts-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/tests/target/jts-tests-1.18.2-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts-tests --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/tests/target/jts-tests-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-assembly-plugin:2.6:single (make-assembly) @ jts-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/tests/target/JTSTestRunner.jar [WARNING] Configuration options: 'appendAssemblyId' is set to false, and 'classifier' is missing. Instead of attaching the assembly file: /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/tests/target/jts-tests-1.18.2-SNAPSHOT.jar with assembly file: /home/jenkins/agent/workspace/TestBranch/modules/tests/target/JTSTestRunner.jar [INFO] [INFO] >>> maven-pmd-plugin:3.14.0:check (default) > :pmd @ jts-tests >>> [INFO] [INFO] --- maven-pmd-plugin:3.14.0:pmd (pmd) @ jts-tests --- [INFO] [INFO] <<< maven-pmd-plugin:3.14.0:check (default) < :pmd @ jts-tests <<< [INFO] [INFO] [INFO] --- maven-pmd-plugin:3.14.0:check (default) @ jts-tests --- [INFO] PMD version: 6.36.0 [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.2:check (validateQA) @ jts-tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jts-tests --- [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/tests/target/JTSTestRunner.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-tests/1.18.2-SNAPSHOT/jts-tests-1.18.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/tests/pom.xml to /home/jenkins/.m2/repository/org/locationtech/jts/jts-tests/1.18.2-SNAPSHOT/jts-tests-1.18.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/tests/target/jts-tests-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-tests/1.18.2-SNAPSHOT/jts-tests-1.18.2-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/TestBranch/modules/tests/target/jts-tests-1.18.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/jts/jts-tests/1.18.2-SNAPSHOT/jts-tests-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- directory-maven-plugin:0.3.1:highest-basedir (directories) @ jts-tests --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/TestBranch [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jts-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jts-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/TestBranch/modules/tests/target/classes [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestEngine.java:[115,70] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[80,44] unchecked method invocation: method unmodifiableList in class java.util.Collections is applied to given types required: java.util.List found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[80,45] unchecked conversion required: java.util.List found: java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[99,32] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[174,36] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[287,30] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[289,36] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[504,57] unchecked call to isAssignableFrom(java.lang.Class) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestReader.java:[591,29] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[29,25] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/util/FilesUtil.java:[43,25] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[64,33] unchecked method invocation: method sort in class java.util.Collections is applied to given types required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[64,34] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[102,42] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[120,26] unchecked call to set(int,E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryFunctionRegistry.java:[123,26] unchecked call to add(E) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java:[93,46] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/TestRunBuilder.java:[101,27] unchecked conversion required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/geomop/GeometryMethodOperation.java:[141,35] unchecked call to isAssignableFrom(java.lang.Class) as a member of the raw type java.lang.Class [WARNING] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/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/TestBranch/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/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[43,17] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[44,15] unchecked call to add(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[158,59] unchecked call to toArray(T[]) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/command/CommandLine.java:[178,24] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/command/OptionSpec.java:[95,23] unchecked call to addElement(E) as a member of the raw type java.util.Vector [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[265,40] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[269,40] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/JTSTestRunnerCmd.java:[278,61] unchecked conversion required: java.util.Collection found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java:[45,31] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/testrunner/Parameters.java:[47,31] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/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 [INFO] /home/jenkins/agent/workspace/TestBranch/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/TestBranch/modules/tests/src/main/java/org/locationtech/jtstest/util/StringUtil.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jts-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 129 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jts-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/TestBranch/modules/tests/target/test-classes [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/java/org/locationtech/jtstest/CoreGeometryXMLTest.java:[56,27] unchecked call to addAll(java.util.Collection) as a member of the raw type java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/java/org/locationtech/jtstest/CoreGeometryXMLTest.java:[58,28] unchecked method invocation: method setTestFiles in class org.locationtech.jtstest.testrunner.TestEngine is applied to given types required: java.util.List found: java.util.List [WARNING] /home/jenkins/agent/workspace/TestBranch/modules/tests/src/test/java/org/locationtech/jtstest/CoreGeometryXMLTest.java:[58,29] unchecked conversion required: java.util.List found: java.util.List [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jts-tests --- [INFO] Skipping execution of surefire because it has already been run for this configuration [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ jts-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/tests/target/jts-tests-1.18.2-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ jts-tests --- [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jts-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/tests/target/jts-tests-1.18.2-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-assembly-plugin:2.6:single (make-assembly) @ jts-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/TestBranch/modules/tests/target/JTSTestRunner.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for JTS Topology Suite 1.18.2-SNAPSHOT: [INFO] [INFO] JTS Topology Suite ................................. SUCCESS [ 9.305 s] [INFO] org.locationtech.jts:jts-modules ................... SUCCESS [ 0.620 s] [INFO] org.locationtech.jts:jts-core ...................... SUCCESS [ 49.655 s] [INFO] org.locationtech.jts:jts-io ........................ SUCCESS [ 0.846 s] [INFO] org.locationtech.jts.io:jts-io-common .............. SUCCESS [ 5.198 s] [INFO] org.locationtech.jts:jts-example ................... SUCCESS [ 2.282 s] [INFO] org.locationtech.jts:jts-tests ..................... FAILURE [ 6.005 s] [INFO] org.locationtech.jts:jts-app ....................... SKIPPED [INFO] org.locationtech.jts:jts-lab ....................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:19 min [INFO] Finished at: 2021-08-25T16:04:59Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (make-assembly) on project jts-tests: Failed to create assembly: Error creating assembly archive jar-with-dependencies: Problem creating jar: jar:file:/home/jenkins/agent/workspace/TestBranch/modules/tests/target/jts-tests-1.18.2-SNAPSHOT.jar!/org/locationtech/jtstest/testrunner/DoubleResult.class: JAR entry org/locationtech/jtstest/testrunner/DoubleResult.class not found in /home/jenkins/agent/workspace/TestBranch/modules/tests/target/jts-tests-1.18.2-SNAPSHOT.jar -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :jts-tests Build step 'Invoke top-level Maven targets' marked build as failure Sending e-mails to: jnh5y@ccri.com mtnclimb@gmail.com Finished: FAILURE