Started by timer Running as SYSTEM Agent centos-7-txvjg is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-txvjg" namespace: "geomesa" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.geomesa.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-txvjg" - 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: "centos-7-txvjg" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.geomesa.svc.cluster.local/geomesa/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-geomesa" 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 centos-7-txvjg (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/nightly snapshots _2.13 The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/locationtech/geomesa.git > git init /home/jenkins/agent/workspace/nightly snapshots _2.13 # timeout=10 Fetching upstream changes from https://github.com/locationtech/geomesa.git > git --version # timeout=10 > git --version # 'git version 2.36.6' > git fetch --tags --force --progress -- https://github.com/locationtech/geomesa.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/locationtech/geomesa.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/main^{commit} # timeout=10 Checking out Revision 9e94a67322f35a13a38e4ff4b9f0c64aef599197 (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 9e94a67322f35a13a38e4ff4b9f0c64aef599197 # timeout=10 Commit message: "GEOMESA-3363 Upgrade to protobuf 3" > git rev-list --no-walk 9e94a67322f35a13a38e4ff4b9f0c64aef599197 # timeout=10 [nightly snapshots _2.13] $ /bin/sh -xe /tmp/jenkins3912779739781480214.sh + ./build/change-scala-version.sh 2.13 ./build/../docs/pom.xml ./build/../geomesa-accumulo/geomesa-accumulo-datastore/pom.xml ./build/../geomesa-accumulo/geomesa-accumulo-dist/pom.xml ./build/../geomesa-accumulo/geomesa-accumulo-distributed-runtime/pom.xml ./build/../geomesa-accumulo/geomesa-accumulo-gs-plugin/pom.xml ./build/../geomesa-accumulo/geomesa-accumulo-indices/pom.xml ./build/../geomesa-accumulo/geomesa-accumulo-iterators/pom.xml ./build/../geomesa-accumulo/geomesa-accumulo-jobs/pom.xml ./build/../geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/pom.xml ./build/../geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/pom.xml ./build/../geomesa-accumulo/geomesa-accumulo-spark/pom.xml ./build/../geomesa-accumulo/geomesa-accumulo-tools/pom.xml ./build/../geomesa-accumulo/pom.xml ./build/../geomesa-archetypes/geomesa-archetypes-binary-dist/pom.xml ./build/../geomesa-archetypes/geomesa-archetypes-gs-plugin/pom.xml ./build/../geomesa-archetypes/pom.xml ./build/../geomesa-arrow/geomesa-arrow-datastore/pom.xml ./build/../geomesa-arrow/geomesa-arrow-dist/pom.xml ./build/../geomesa-arrow/geomesa-arrow-gt/pom.xml ./build/../geomesa-arrow/geomesa-arrow-jts/pom.xml ./build/../geomesa-arrow/geomesa-arrow-tools/pom.xml ./build/../geomesa-arrow/pom.xml ./build/../geomesa-cassandra/geomesa-cassandra-datastore/pom.xml ./build/../geomesa-cassandra/geomesa-cassandra-dist/pom.xml ./build/../geomesa-cassandra/geomesa-cassandra-gs-plugin/pom.xml ./build/../geomesa-cassandra/geomesa-cassandra-tools/pom.xml ./build/../geomesa-cassandra/pom.xml ./build/../geomesa-convert/geomesa-convert-all/pom.xml ./build/../geomesa-convert/geomesa-convert-avro-schema-registry/pom.xml ./build/../geomesa-convert/geomesa-convert-avro/pom.xml ./build/../geomesa-convert/geomesa-convert-common/pom.xml ./build/../geomesa-convert/geomesa-convert-fixedwidth/pom.xml ./build/../geomesa-convert/geomesa-convert-jdbc/pom.xml ./build/../geomesa-convert/geomesa-convert-json/pom.xml ./build/../geomesa-convert/geomesa-convert-parquet/pom.xml ./build/../geomesa-convert/geomesa-convert-redis-cache/pom.xml ./build/../geomesa-convert/geomesa-convert-shp/pom.xml ./build/../geomesa-convert/geomesa-convert-simplefeature/pom.xml ./build/../geomesa-convert/geomesa-convert-text/pom.xml ./build/../geomesa-convert/geomesa-convert-xml/pom.xml ./build/../geomesa-convert/pom.xml ./build/../geomesa-features/geomesa-feature-all/pom.xml ./build/../geomesa-features/geomesa-feature-avro/pom.xml ./build/../geomesa-features/geomesa-feature-common/pom.xml ./build/../geomesa-features/geomesa-feature-exporters/pom.xml ./build/../geomesa-features/geomesa-feature-kryo/pom.xml ./build/../geomesa-features/pom.xml ./build/../geomesa-filter/pom.xml ./build/../geomesa-fs/geomesa-fs-datastore/pom.xml ./build/../geomesa-fs/geomesa-fs-dist/pom.xml ./build/../geomesa-fs/geomesa-fs-gs-plugin/pom.xml ./build/../geomesa-fs/geomesa-fs-spark-runtime/pom.xml ./build/../geomesa-fs/geomesa-fs-spark/pom.xml ./build/../geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/pom.xml ./build/../geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/pom.xml ./build/../geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/pom.xml ./build/../geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/pom.xml ./build/../geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/pom.xml ./build/../geomesa-fs/geomesa-fs-storage/pom.xml ./build/../geomesa-fs/geomesa-fs-tools/pom.xml ./build/../geomesa-fs/pom.xml ./build/../geomesa-gt/geomesa-gt-dist/pom.xml ./build/../geomesa-gt/geomesa-gt-gs-plugin/pom.xml ./build/../geomesa-gt/geomesa-gt-partitioning/pom.xml ./build/../geomesa-gt/geomesa-gt-spark-runtime/pom.xml ./build/../geomesa-gt/geomesa-gt-spark/pom.xml ./build/../geomesa-gt/geomesa-gt-tools/pom.xml ./build/../geomesa-gt/pom.xml ./build/../geomesa-hbase/geomesa-hbase-datastore/pom.xml ./build/../geomesa-hbase/geomesa-hbase-dist/pom.xml ./build/../geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/pom.xml ./build/../geomesa-hbase/geomesa-hbase-gs-plugin/pom.xml ./build/../geomesa-hbase/geomesa-hbase-jobs/pom.xml ./build/../geomesa-hbase/geomesa-hbase-rpc/pom.xml ./build/../geomesa-hbase/geomesa-hbase-server-hbase2/pom.xml ./build/../geomesa-hbase/geomesa-hbase-server/pom.xml ./build/../geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/pom.xml ./build/../geomesa-hbase/geomesa-hbase-spark/pom.xml ./build/../geomesa-hbase/geomesa-hbase-tools/pom.xml ./build/../geomesa-hbase/pom.xml ./build/../geomesa-index-api/pom.xml ./build/../geomesa-jobs/pom.xml ./build/../geomesa-kafka/geomesa-kafka-confluent/pom.xml ./build/../geomesa-kafka/geomesa-kafka-datastore/pom.xml ./build/../geomesa-kafka/geomesa-kafka-dist/pom.xml ./build/../geomesa-kafka/geomesa-kafka-gs-plugin/pom.xml ./build/../geomesa-kafka/geomesa-kafka-tools/pom.xml ./build/../geomesa-kafka/geomesa-kafka-utils/pom.xml ./build/../geomesa-kafka/pom.xml ./build/../geomesa-lambda/geomesa-lambda-datastore/pom.xml ./build/../geomesa-lambda/geomesa-lambda-dist/pom.xml ./build/../geomesa-lambda/geomesa-lambda-gs-plugin/pom.xml ./build/../geomesa-lambda/geomesa-lambda-tools/pom.xml ./build/../geomesa-lambda/pom.xml ./build/../geomesa-memory/geomesa-cqengine-datastore/pom.xml ./build/../geomesa-memory/geomesa-cqengine/pom.xml ./build/../geomesa-memory/pom.xml ./build/../geomesa-metrics/geomesa-metrics-cloudwatch/pom.xml ./build/../geomesa-metrics/geomesa-metrics-core/pom.xml ./build/../geomesa-metrics/geomesa-metrics-graphite/pom.xml ./build/../geomesa-metrics/geomesa-metrics-prometheus/pom.xml ./build/../geomesa-metrics/pom.xml ./build/../geomesa-process/geomesa-process-vector/pom.xml ./build/../geomesa-process/geomesa-process-wps/pom.xml ./build/../geomesa-process/pom.xml ./build/../geomesa-redis/geomesa-redis-datastore/pom.xml ./build/../geomesa-redis/geomesa-redis-dist/pom.xml ./build/../geomesa-redis/geomesa-redis-gs-plugin/pom.xml ./build/../geomesa-redis/geomesa-redis-tools/pom.xml ./build/../geomesa-redis/pom.xml ./build/../geomesa-security/pom.xml ./build/../geomesa-spark/geomesa-spark-converter/pom.xml ./build/../geomesa-spark/geomesa-spark-core/pom.xml ./build/../geomesa-spark/geomesa-spark-jts/pom.xml ./build/../geomesa-spark/geomesa-spark-jupyter-leaflet/pom.xml ./build/../geomesa-spark/geomesa-spark-jupyter-vegas/pom.xml ./build/../geomesa-spark/geomesa-spark-sql/pom.xml ./build/../geomesa-spark/geomesa-spark-test-with-sedona/pom.xml ./build/../geomesa-spark/geomesa-spark-test-without-sedona/pom.xml ./build/../geomesa-spark/geomesa_pyspark/pom.xml ./build/../geomesa-spark/pom.xml ./build/../geomesa-tools/pom.xml ./build/../geomesa-utils-parent/geomesa-hadoop-utils/pom.xml ./build/../geomesa-utils-parent/geomesa-utils/pom.xml ./build/../geomesa-utils-parent/geomesa-zk-utils/pom.xml ./build/../geomesa-utils-parent/pom.xml ./build/../geomesa-z3/pom.xml ./build/../pom.xml [nightly snapshots _2.13] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean deploy -Plocationtech -DskipTests -B Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.22, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/11.0.22+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] GeoMesa [pom] [INFO] GeoMesa Index Z3 [jar] [INFO] GeoMesa Utils Parent [pom] [INFO] GeoMesa Utils [jar] [INFO] GeoMesa Features [pom] [INFO] GeoMesa Features Common [jar] [INFO] GeoMesa Security [jar] [INFO] GeoMesa Features Kryo [jar] [INFO] GeoMesa Features Avro [jar] [INFO] GeoMesa Features All [jar] [INFO] GeoMesa Filters and Functions [jar] [INFO] GeoMesa Arrow Parent [pom] [INFO] GeoMesa Arrow JTS Geometry Vectors [jar] [INFO] GeoMesa Arrow GeoTools Abstractions [jar] [INFO] GeoMesa Index API [jar] [INFO] GeoMesa Hadoop Utils [jar] [INFO] GeoMesa Accumulo [pom] [INFO] GeoMesa Accumulo Indices [jar] [INFO] GeoMesa Accumulo Iterators [jar] [INFO] GeoMesa Process Parent [pom] [INFO] GeoMesa Vector Processes [jar] [INFO] GeoMesa Zookeeper Utils [jar] [INFO] GeoMesa Accumulo Distributed Runtime [jar] [INFO] GeoMesa Accumulo DataStore [jar] [INFO] GeoMesa WPS [jar] [INFO] GeoMesa Archetypes [pom] [INFO] GeoMesa GeoServer Plugin Archetype [pom] [INFO] GeoMesa Accumulo GeoServer Plugin [pom] [INFO] GeoMesa Metrics Parent [pom] [INFO] GeoMesa Metrics Core [jar] [INFO] GeoMesa Convert [pom] [INFO] GeoMesa Convert Common [jar] [INFO] GeoMesa Convert Avro [jar] [INFO] GeoMesa Convert Fixed Width [jar] [INFO] GeoMesa Convert JDBC [jar] [INFO] GeoMesa Convert Json [jar] [INFO] GeoMesa Convert Shapefiles [jar] [INFO] GeoMesa FileSystem [pom] [INFO] GeoMesa FileSystem Storage [pom] [INFO] GeoMesa FileSystem Storage API [jar] [INFO] GeoMesa FileSystem Storage Common [jar] [INFO] GeoMesa FileSystem Storage Parquet [jar] [INFO] GeoMesa Convert Parquet [jar] [INFO] GeoMesa Convert Text [jar] [INFO] GeoMesa Convert XML [jar] [INFO] GeoMesa Convert Redis Cache [jar] [INFO] GeoMesa Convert All [jar] [INFO] GeoMesa Jobs [jar] [INFO] GeoMesa Accumulo Jobs [jar] [INFO] GeoMesa Spark [pom] [INFO] GeoMesa Spark JTS [jar] [INFO] GeoMesa Spark Core [jar] [INFO] GeoMesa Accumulo Spark [jar] [INFO] GeoMesa In-Memory Database [pom] [INFO] GeoMesa Geo-support for CQ Engine [jar] [INFO] GeoMesa Geo-CQ Engine DataStore [jar] [INFO] GeoMesa GeoTools [pom] [INFO] GeoMesa GeoTools Spark [jar] [INFO] GeoMesa Spark SQL [jar] [INFO] GeoMesa FileSystem Storage ORC [jar] [INFO] GeoMesa Feature Exporters [jar] [INFO] GeoMesa Tools [jar] [INFO] GeoMesa Jupyter Leaflet Extensions [jar] [INFO] GeoMesa Accumulo Spark Runtime, Accumulo 2.0.x [jar] [INFO] GeoMesa Accumulo Spark Runtime, Accumulo 2.1.x [jar] [INFO] GeoMesa Spark Converter RDD Provider [jar] [INFO] GeoMesa Accumulo Tools [jar] [INFO] GeoMesa Binary Distribution Archetype [pom] [INFO] GeoMesa Accumulo Distribution [pom] [INFO] GeoMesa Arrow DataStore [jar] [INFO] GeoMesa Arrow Tools [jar] [INFO] GeoMesa Arrow Distribution [pom] [INFO] GeoMesa Cassandra [pom] [INFO] GeoMesa Cassandra DataStore [jar] [INFO] GeoMesa Cassandra Tools [jar] [INFO] GeoMesa Cassandra GeoServer Plugin [pom] [INFO] GeoMesa Cassandra Distribution [pom] [INFO] GeoMesa Convert Avro Schema Registry [jar] [INFO] GeoMesa Convert Simple Feature [jar] [INFO] GeoMesa FileSystem Storage Converters [jar] [INFO] GeoMesa FileSystem DataStore [jar] [INFO] GeoMesa FileSystem Tools [jar] [INFO] GeoMesa Filesystem GeoServer Plugin [pom] [INFO] GeoMesa FileSystem Spark RDD Provider [jar] [INFO] GeoMesa Filesystem Spark Runtime [jar] [INFO] GeoMesa FileSystem Distribution [pom] [INFO] GeoMesa GeoTools Spark Runtime [jar] [INFO] GeoMesa GeoTools Postgis Partitioning [jar] [INFO] GeoMesa GeoTools Tools [jar] [INFO] GeoMesa GeoTools GeoServer Plugin [pom] [INFO] GeoMesa GeoTools Distribution [pom] [INFO] GeoMesa HBase Parent [pom] [INFO] GeoMesa HBase RPC [jar] [INFO] GeoMesa HBase Server [jar] [INFO] GeoMesa HBase Server, HBase 2.x [jar] [INFO] GeoMesa HBase DataStore [jar] [INFO] GeoMesa HBase Distributed Runtime, HBase 2.x [jar] [INFO] GeoMesa HBase Jobs [jar] [INFO] GeoMesa HBase Tools [jar] [INFO] GeoMesa HBase GeoServer Plugin [pom] [INFO] GeoMesa HBase Spark [jar] [INFO] GeoMesa HBase Spark Runtime, HBase 2.x [jar] [INFO] GeoMesa HBase Distribution [pom] [INFO] GeoMesa Kafka Parent [pom] [INFO] GeoMesa Kafka Utils [jar] [INFO] GeoMesa Kafka Datastore [jar] [INFO] GeoMesa Kafka Confluent Datastore [jar] [INFO] GeoMesa Kafka Tools [jar] [INFO] GeoMesa Kafka GeoServer Plugin [pom] [INFO] GeoMesa Kafka Distribution [pom] [INFO] GeoMesa Lambda Architecture [pom] [INFO] GeoMesa Lambda DataStore [jar] [INFO] GeoMesa Lambda Tools [jar] [INFO] GeoMesa Lambda GeoServer Plugin [pom] [INFO] GeoMesa Lambda Distribution [pom] [INFO] GeoMesa Metrics CloudWatch Reporter [jar] [INFO] GeoMesa Metrics Graphite Reporter [jar] [INFO] GeoMesa Metrics Prometheus Reporter [jar] [INFO] GeoMesa Redis Parent [pom] [INFO] GeoMesa Redis Datastore [jar] [INFO] GeoMesa Redis Tools [jar] [INFO] GeoMesa Redis GeoServer Plugin [pom] [INFO] GeoMesa Redis Distribution [pom] [INFO] GeoMesa Spark Test With Sedona [pom] [INFO] GeoMesa Spark Test Without Sedona [pom] [INFO] GeoMesa PySpark [pom] [INFO] GeoMesa Documentation [pom] [INFO] [INFO] ---------------< org.locationtech.geomesa:geomesa_2.13 >---------------- [INFO] Building GeoMesa 5.1.0-SNAPSHOT [1/127] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa_2.13 --- [INFO] No match to regex '-' found in 'org.locationtech.geomesa'. The initial value 'org.locationtech.geomesa' is left as-is... [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-readme) @ geomesa_2.13 --- [INFO] Copying 1 resource from build to [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-images) @ geomesa_2.13 --- [INFO] Copying 1 resource from build to .github [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 3: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa_2.13/5.1.0-SNAPSHOT/geomesa_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------------< org.locationtech.geomesa:geomesa-z3_2.13 >-------------- [INFO] Building GeoMesa Index Z3 5.1.0-SNAPSHOT [2/127] [INFO] from geomesa-z3/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-z3_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-z3_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-z3_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-z3_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-z3_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-z3_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-z3_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-z3_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-z3_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-z3_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-z3_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/src/main/scala:-1: info: compiling [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/target/classes at 1716074025913 [INFO] prepare-compile in 0 s [INFO] compile in 8 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-z3_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-z3_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-z3_2.13 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-z3_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/src/test/scala:-1: info: compiling [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/target/test-classes at 1716074034251 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-z3_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-z3_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-z3_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/target/geomesa-z3_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-z3_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/target/geomesa-z3_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-z3_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/target/geomesa-z3_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-z3_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-z3_2.13/5.1.0-SNAPSHOT/geomesa-z3_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/target/geomesa-z3_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-z3_2.13/5.1.0-SNAPSHOT/geomesa-z3_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/target/geomesa-z3_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-z3_2.13/5.1.0-SNAPSHOT/geomesa-z3_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-z3/target/geomesa-z3_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-z3_2.13/5.1.0-SNAPSHOT/geomesa-z3_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-z3_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-z3_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-utils-parent_2.13 >--------- [INFO] Building GeoMesa Utils Parent 5.1.0-SNAPSHOT [3/127] [INFO] from geomesa-utils-parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-utils-parent_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-utils-parent_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-utils-parent_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-utils-parent_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-utils-parent_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-utils-parent_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-utils-parent_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-utils-parent_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-utils-parent_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-utils-parent_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-utils-parent_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-utils-parent_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-utils-parent_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-utils-parent_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-utils-parent_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-utils-parent_2.13/5.1.0-SNAPSHOT/geomesa-utils-parent_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-utils-parent_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-utils-parent_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------------< org.locationtech.geomesa:geomesa-utils_2.13 >------------- [INFO] Building GeoMesa Utils 5.1.0-SNAPSHOT [4/127] [INFO] from geomesa-utils-parent/geomesa-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-utils_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-utils_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-utils_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-utils_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-utils_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-utils_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-utils_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-utils_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-utils_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-utils_2.13 --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-utils_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/src/main/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/src/main/scala:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/src/main/scala_2.13:-1: info: compiling [INFO] Compiling 153 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/target/classes at 1716074051045 [INFO] prepare-compile in 0 s [INFO] compile in 18 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-utils_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-utils_2.13 --- [INFO] Compiling 4 source files with javac [debug target 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-utils_2.13 --- [INFO] Copying 7 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-utils_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/src/test/scala:-1: info: compiling [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/target/test-classes at 1716074070444 [INFO] prepare-compile in 0 s [INFO] compile in 19 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-utils_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-utils_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-utils_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/target/geomesa-utils_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-utils_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/target/geomesa-utils_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-utils_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/target/geomesa-utils_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-utils_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-utils_2.13/5.1.0-SNAPSHOT/geomesa-utils_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/target/geomesa-utils_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-utils_2.13/5.1.0-SNAPSHOT/geomesa-utils_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/target/geomesa-utils_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-utils_2.13/5.1.0-SNAPSHOT/geomesa-utils_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-utils/target/geomesa-utils_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-utils_2.13/5.1.0-SNAPSHOT/geomesa-utils_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-utils_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-utils_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-features_2.13 >----------- [INFO] Building GeoMesa Features 5.1.0-SNAPSHOT [5/127] [INFO] from geomesa-features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-features_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-features_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-features_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-features_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-features_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-features_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-features_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-features_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-features_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-features_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-features_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-features_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-features_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-features_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-features_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-features_2.13/5.1.0-SNAPSHOT/geomesa-features_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-features_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-features_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------< org.locationtech.geomesa:geomesa-feature-common_2.13 >-------- [INFO] Building GeoMesa Features Common 5.1.0-SNAPSHOT [6/127] [INFO] from geomesa-features/geomesa-feature-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-feature-common_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-feature-common_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-feature-common_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-feature-common_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-feature-common_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-feature-common_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-feature-common_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-feature-common_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-feature-common_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-feature-common_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-feature-common_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/src/main/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/src/main/scala:-1: info: compiling [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/target/classes at 1716074100864 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-feature-common_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-feature-common_2.13 --- [INFO] Compiling 1 source file with javac [debug target 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-feature-common_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-feature-common_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/target/test-classes at 1716074108148 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-feature-common_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-feature-common_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-feature-common_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/target/geomesa-feature-common_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-feature-common_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/target/geomesa-feature-common_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-feature-common_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/target/geomesa-feature-common_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-feature-common_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-common_2.13/5.1.0-SNAPSHOT/geomesa-feature-common_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/target/geomesa-feature-common_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-common_2.13/5.1.0-SNAPSHOT/geomesa-feature-common_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/target/geomesa-feature-common_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-common_2.13/5.1.0-SNAPSHOT/geomesa-feature-common_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-common/target/geomesa-feature-common_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-common_2.13/5.1.0-SNAPSHOT/geomesa-feature-common_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-feature-common_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-feature-common_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-security_2.13 >----------- [INFO] Building GeoMesa Security 5.1.0-SNAPSHOT [7/127] [INFO] from geomesa-security/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-security_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-security_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-security_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-security_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-security_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-security_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-security_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-security_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-security_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-security_2.13 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-security_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/src/main/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/src/main/scala:-1: info: compiling [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/target/classes at 1716074113472 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-security_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-security_2.13 --- [INFO] Compiling 2 source files with javac [debug target 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-security_2.13 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-security_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/src/test/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/src/test/scala:-1: info: compiling [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/target/test-classes at 1716074118795 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-security_2.13 --- [INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-security_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-security_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/target/geomesa-security_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-security_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/target/geomesa-security_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-security_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/target/geomesa-security_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-security_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-security_2.13/5.1.0-SNAPSHOT/geomesa-security_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/target/geomesa-security_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-security_2.13/5.1.0-SNAPSHOT/geomesa-security_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/target/geomesa-security_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-security_2.13/5.1.0-SNAPSHOT/geomesa-security_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-security/target/geomesa-security_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-security_2.13/5.1.0-SNAPSHOT/geomesa-security_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-security_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-security_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-feature-kryo_2.13 >--------- [INFO] Building GeoMesa Features Kryo 5.1.0-SNAPSHOT [8/127] [INFO] from geomesa-features/geomesa-feature-kryo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-feature-kryo_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-feature-kryo_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-feature-kryo_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-feature-kryo_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-feature-kryo_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-feature-kryo_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-feature-kryo_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-feature-kryo_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-feature-kryo_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-feature-kryo_2.13 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-feature-kryo_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/src/main/scala:-1: info: compiling [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/target/classes at 1716074126167 [INFO] prepare-compile in 0 s [INFO] compile in 9 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-feature-kryo_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-feature-kryo_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-feature-kryo_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-feature-kryo_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/src/test/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/src/test/scala:-1: info: compiling [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/target/test-classes at 1716074135814 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-feature-kryo_2.13 --- [INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-feature-kryo_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-feature-kryo_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/target/geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-feature-kryo_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/target/geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-feature-kryo_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/target/geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-feature-kryo_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-kryo_2.13/5.1.0-SNAPSHOT/geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/target/geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-kryo_2.13/5.1.0-SNAPSHOT/geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/target/geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-kryo_2.13/5.1.0-SNAPSHOT/geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-kryo/target/geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-kryo_2.13/5.1.0-SNAPSHOT/geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-feature-kryo_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-feature-kryo_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-feature-avro_2.13 >--------- [INFO] Building GeoMesa Features Avro 5.1.0-SNAPSHOT [9/127] [INFO] from geomesa-features/geomesa-feature-avro/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-feature-avro_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-feature-avro_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-feature-avro_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-feature-avro_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-feature-avro_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-feature-avro_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-feature-avro_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-feature-avro_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-feature-avro_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-feature-avro_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-feature-avro_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/src/main/scala:-1: info: compiling [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/target/classes at 1716074144993 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-feature-avro_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-feature-avro_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-feature-avro_2.13 --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-feature-avro_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/src/test/scala:-1: info: compiling [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/target/test-classes at 1716074151467 [INFO] prepare-compile in 0 s [INFO] compile in 8 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-feature-avro_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-feature-avro_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-feature-avro_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/target/geomesa-feature-avro_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-feature-avro_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/target/geomesa-feature-avro_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-feature-avro_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/target/geomesa-feature-avro_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-feature-avro_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-avro_2.13/5.1.0-SNAPSHOT/geomesa-feature-avro_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/target/geomesa-feature-avro_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-avro_2.13/5.1.0-SNAPSHOT/geomesa-feature-avro_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/target/geomesa-feature-avro_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-avro_2.13/5.1.0-SNAPSHOT/geomesa-feature-avro_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-avro/target/geomesa-feature-avro_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-avro_2.13/5.1.0-SNAPSHOT/geomesa-feature-avro_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-feature-avro_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-feature-avro_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-feature-all_2.13 >---------- [INFO] Building GeoMesa Features All 5.1.0-SNAPSHOT [10/127] [INFO] from geomesa-features/geomesa-feature-all/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-feature-all_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-feature-all_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-feature-all_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-feature-all_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-feature-all_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-feature-all_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-feature-all_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-feature-all_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-feature-all_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-feature-all_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-feature-all_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/target/classes at 1716074160628 [INFO] prepare-compile in 0 s [INFO] compile in 1 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-feature-all_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-feature-all_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-feature-all_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-feature-all_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/src/test/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/target/test-classes at 1716074162600 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-feature-all_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-feature-all_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-feature-all_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/target/geomesa-feature-all_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-feature-all_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/target/geomesa-feature-all_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-feature-all_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/target/geomesa-feature-all_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-feature-all_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-all_2.13/5.1.0-SNAPSHOT/geomesa-feature-all_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/target/geomesa-feature-all_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-all_2.13/5.1.0-SNAPSHOT/geomesa-feature-all_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/target/geomesa-feature-all_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-all_2.13/5.1.0-SNAPSHOT/geomesa-feature-all_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-all/target/geomesa-feature-all_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-all_2.13/5.1.0-SNAPSHOT/geomesa-feature-all_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-feature-all_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-feature-all_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------------< org.locationtech.geomesa:geomesa-filter_2.13 >------------ [INFO] Building GeoMesa Filters and Functions 5.1.0-SNAPSHOT [11/127] [INFO] from geomesa-filter/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-filter_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-filter_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-filter_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-filter_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-filter_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-filter_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-filter_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-filter_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-filter_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-filter_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-filter_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/src/main/scala:-1: info: compiling [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/target/classes at 1716074169856 [INFO] prepare-compile in 0 s [INFO] compile in 9 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-filter_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-filter_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-filter_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-filter_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/src/test/scala:-1: info: compiling [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/target/test-classes at 1716074178915 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-filter_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-filter_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-filter_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/target/geomesa-filter_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-filter_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/target/geomesa-filter_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-filter_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/target/geomesa-filter_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-filter_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-filter_2.13/5.1.0-SNAPSHOT/geomesa-filter_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/target/geomesa-filter_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-filter_2.13/5.1.0-SNAPSHOT/geomesa-filter_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/target/geomesa-filter_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-filter_2.13/5.1.0-SNAPSHOT/geomesa-filter_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-filter/target/geomesa-filter_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-filter_2.13/5.1.0-SNAPSHOT/geomesa-filter_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-filter_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-filter_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------------< org.locationtech.geomesa:geomesa-arrow_2.13 >------------- [INFO] Building GeoMesa Arrow Parent 5.1.0-SNAPSHOT [12/127] [INFO] from geomesa-arrow/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-arrow_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-arrow_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-arrow_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-arrow_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-arrow_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-arrow_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-arrow_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-arrow_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-arrow_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-arrow_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-arrow_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-arrow_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-arrow_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-arrow_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-arrow_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow_2.13/5.1.0-SNAPSHOT/geomesa-arrow_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-arrow_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-arrow_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------------< org.locationtech.geomesa:geomesa-arrow-jts >------------- [INFO] Building GeoMesa Arrow JTS Geometry Vectors 5.1.0-SNAPSHOT [13/127] [INFO] from geomesa-arrow/geomesa-arrow-jts/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-arrow-jts --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-arrow-jts --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-arrow-jts --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-arrow-jts --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-arrow-jts --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-arrow-jts --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-arrow-jts --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-arrow-jts --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-arrow-jts --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-arrow-jts --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-arrow-jts --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/src/main/java:-1: info: compiling [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/target/classes at 1716074188692 [INFO] prepare-compile in 0 s [INFO] compile in 1 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-arrow-jts --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-arrow-jts --- [INFO] Compiling 22 source files with javac [debug target 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-arrow-jts --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-arrow-jts --- [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-arrow-jts --- [INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-arrow-jts --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-arrow-jts --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/target/geomesa-arrow-jts-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-arrow-jts --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/target/geomesa-arrow-jts-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-arrow-jts --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/target/geomesa-arrow-jts-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-arrow-jts --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-jts/5.1.0-SNAPSHOT/geomesa-arrow-jts-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/target/geomesa-arrow-jts-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-jts/5.1.0-SNAPSHOT/geomesa-arrow-jts-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/target/geomesa-arrow-jts-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-jts/5.1.0-SNAPSHOT/geomesa-arrow-jts-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-jts/target/geomesa-arrow-jts-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-jts/5.1.0-SNAPSHOT/geomesa-arrow-jts-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-arrow-jts --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-arrow-jts:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-arrow-gt_2.13 >----------- [INFO] Building GeoMesa Arrow GeoTools Abstractions 5.1.0-SNAPSHOT [14/127] [INFO] from geomesa-arrow/geomesa-arrow-gt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-arrow-gt_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-arrow-gt_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-arrow-gt_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-arrow-gt_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-arrow-gt_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-arrow-gt_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-arrow-gt_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-arrow-gt_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-arrow-gt_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-arrow-gt_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-arrow-gt_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/src/main/scala:-1: info: compiling [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/target/classes at 1716074197948 [INFO] prepare-compile in 0 s [INFO] compile in 9 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-arrow-gt_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-arrow-gt_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-arrow-gt_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-arrow-gt_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/src/test/scala:-1: info: compiling [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/target/test-classes at 1716074207939 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-arrow-gt_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-arrow-gt_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-arrow-gt_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/target/geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-arrow-gt_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/target/geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-arrow-gt_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/target/geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-arrow-gt_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-gt_2.13/5.1.0-SNAPSHOT/geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/target/geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-gt_2.13/5.1.0-SNAPSHOT/geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/target/geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-gt_2.13/5.1.0-SNAPSHOT/geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-gt/target/geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-gt_2.13/5.1.0-SNAPSHOT/geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-arrow-gt_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-arrow-gt_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-index-api_2.13 >----------- [INFO] Building GeoMesa Index API 5.1.0-SNAPSHOT [15/127] [INFO] from geomesa-index-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-index-api_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-index-api_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-index-api_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-index-api_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-index-api_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-index-api_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-index-api_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-index-api_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-index-api_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-index-api_2.13 --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-index-api_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/src/main/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/src/main/scala:-1: info: compiling [INFO] Compiling 145 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/target/classes at 1716074216698 [INFO] prepare-compile in 0 s [INFO] compile in 19 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-index-api_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-index-api_2.13 --- [INFO] Compiling 3 source files with javac [debug target 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-index-api_2.13 --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-index-api_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/src/test/scala:-1: info: compiling [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/target/test-classes at 1716074236962 [INFO] prepare-compile in 0 s [INFO] compile in 11 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-index-api_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-index-api_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-index-api_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/target/geomesa-index-api_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-index-api_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/target/geomesa-index-api_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-index-api_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/target/geomesa-index-api_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ geomesa-index-api_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/target/geomesa-index-api_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-index-api_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-index-api_2.13/5.1.0-SNAPSHOT/geomesa-index-api_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/target/geomesa-index-api_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-index-api_2.13/5.1.0-SNAPSHOT/geomesa-index-api_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/target/geomesa-index-api_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-index-api_2.13/5.1.0-SNAPSHOT/geomesa-index-api_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/target/geomesa-index-api_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-index-api_2.13/5.1.0-SNAPSHOT/geomesa-index-api_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-index-api/target/geomesa-index-api_2.13-5.1.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-index-api_2.13/5.1.0-SNAPSHOT/geomesa-index-api_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-index-api_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-index-api_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-hadoop-utils_2.13 >--------- [INFO] Building GeoMesa Hadoop Utils 5.1.0-SNAPSHOT [16/127] [INFO] from geomesa-utils-parent/geomesa-hadoop-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hadoop-utils_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hadoop-utils_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hadoop-utils_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hadoop-utils_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hadoop-utils_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hadoop-utils_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hadoop-utils_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hadoop-utils_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hadoop-utils_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-hadoop-utils_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hadoop-utils_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/src/main/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/target/classes at 1716074265881 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hadoop-utils_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-hadoop-utils_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-hadoop-utils_2.13 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hadoop-utils_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/target/test-classes at 1716074270139 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-hadoop-utils_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-hadoop-utils_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-hadoop-utils_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/target/geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hadoop-utils_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/target/geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hadoop-utils_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/target/geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hadoop-utils_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hadoop-utils_2.13/5.1.0-SNAPSHOT/geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/target/geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hadoop-utils_2.13/5.1.0-SNAPSHOT/geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/target/geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hadoop-utils_2.13/5.1.0-SNAPSHOT/geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-hadoop-utils/target/geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hadoop-utils_2.13/5.1.0-SNAPSHOT/geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hadoop-utils_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hadoop-utils_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-accumulo_2.13 >----------- [INFO] Building GeoMesa Accumulo 5.1.0-SNAPSHOT [17/127] [INFO] from geomesa-accumulo/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-accumulo_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-accumulo_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-accumulo_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-accumulo_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-accumulo_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-accumulo_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-accumulo_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-accumulo_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-accumulo_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-accumulo_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-accumulo_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-accumulo_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-accumulo_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-accumulo_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-accumulo_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo_2.13/5.1.0-SNAPSHOT/geomesa-accumulo_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-accumulo_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-accumulo_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-accumulo-indices_2.13 >------- [INFO] Building GeoMesa Accumulo Indices 5.1.0-SNAPSHOT [18/127] [INFO] from geomesa-accumulo/geomesa-accumulo-indices/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-accumulo-indices_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-accumulo-indices_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-accumulo-indices_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-accumulo-indices_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-accumulo-indices_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-accumulo-indices_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-accumulo-indices_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-accumulo-indices_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-accumulo-indices_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-accumulo-indices_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-accumulo-indices_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/src/main/scala:-1: info: compiling [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/target/classes at 1716074293199 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-accumulo-indices_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-accumulo-indices_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-accumulo-indices_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-accumulo-indices_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-accumulo-indices_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-accumulo-indices_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-accumulo-indices_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/target/geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-accumulo-indices_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/target/geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-accumulo-indices_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/target/geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-accumulo-indices_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-indices_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/target/geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-indices_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/target/geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-indices_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-indices/target/geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-indices_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-accumulo-indices_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-accumulo-indices_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------< org.locationtech.geomesa:geomesa-accumulo-iterators_2.13 >------ [INFO] Building GeoMesa Accumulo Iterators 5.1.0-SNAPSHOT [19/127] [INFO] from geomesa-accumulo/geomesa-accumulo-iterators/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-accumulo-iterators_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-accumulo-iterators_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-accumulo-iterators_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-accumulo-iterators_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-accumulo-iterators_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-accumulo-iterators_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-accumulo-iterators_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-accumulo-iterators_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-accumulo-iterators_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-accumulo-iterators_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-accumulo-iterators_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/src/main/scala:-1: info: compiling [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/target/classes at 1716074298587 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-accumulo-iterators_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-accumulo-iterators_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-accumulo-iterators_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-accumulo-iterators_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-accumulo-iterators_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-accumulo-iterators_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-accumulo-iterators_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/target/geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-accumulo-iterators_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/target/geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-accumulo-iterators_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/target/geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-accumulo-iterators_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-iterators_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/target/geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-iterators_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/target/geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-iterators_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-iterators/target/geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-iterators_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-accumulo-iterators_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-accumulo-iterators_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-process_2.13 >------------ [INFO] Building GeoMesa Process Parent 5.1.0-SNAPSHOT [20/127] [INFO] from geomesa-process/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-process_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-process_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-process_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-process_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-process_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-process_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-process_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-process_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-process_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-process_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-process_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-process_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-process_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-process_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-process_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-process_2.13/5.1.0-SNAPSHOT/geomesa-process_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-process_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-process_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------< org.locationtech.geomesa:geomesa-process-vector_2.13 >-------- [INFO] Building GeoMesa Vector Processes 5.1.0-SNAPSHOT [21/127] [INFO] from geomesa-process/geomesa-process-vector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-process-vector_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-process-vector_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-process-vector_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-process-vector_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-process-vector_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-process-vector_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-process-vector_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-process-vector_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-process-vector_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-process-vector_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-process-vector_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/src/main/scala:-1: info: compiling [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/target/classes at 1716074305677 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-process-vector_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-process-vector_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-process-vector_2.13 --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-process-vector_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/src/test/scala:-1: info: compiling [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/target/test-classes at 1716074313643 [INFO] prepare-compile in 0 s [INFO] compile in 8 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-process-vector_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-process-vector_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-process-vector_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/target/geomesa-process-vector_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-process-vector_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/target/geomesa-process-vector_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-process-vector_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/target/geomesa-process-vector_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-process-vector_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-process-vector_2.13/5.1.0-SNAPSHOT/geomesa-process-vector_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/target/geomesa-process-vector_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-process-vector_2.13/5.1.0-SNAPSHOT/geomesa-process-vector_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/target/geomesa-process-vector_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-process-vector_2.13/5.1.0-SNAPSHOT/geomesa-process-vector_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-vector/target/geomesa-process-vector_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-process-vector_2.13/5.1.0-SNAPSHOT/geomesa-process-vector_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-process-vector_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-process-vector_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-zk-utils_2.13 >----------- [INFO] Building GeoMesa Zookeeper Utils 5.1.0-SNAPSHOT [22/127] [INFO] from geomesa-utils-parent/geomesa-zk-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-zk-utils_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-zk-utils_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-zk-utils_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-zk-utils_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-zk-utils_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-zk-utils_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-zk-utils_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-zk-utils_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-zk-utils_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-zk-utils_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-zk-utils_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/src/main/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/target/classes at 1716074322028 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-zk-utils_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-zk-utils_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-zk-utils_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-zk-utils_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-zk-utils_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-zk-utils_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-zk-utils_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/target/geomesa-zk-utils_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-zk-utils_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/target/geomesa-zk-utils_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-zk-utils_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/target/geomesa-zk-utils_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-zk-utils_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-zk-utils_2.13/5.1.0-SNAPSHOT/geomesa-zk-utils_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/target/geomesa-zk-utils_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-zk-utils_2.13/5.1.0-SNAPSHOT/geomesa-zk-utils_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/target/geomesa-zk-utils_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-zk-utils_2.13/5.1.0-SNAPSHOT/geomesa-zk-utils_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-utils-parent/geomesa-zk-utils/target/geomesa-zk-utils_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-zk-utils_2.13/5.1.0-SNAPSHOT/geomesa-zk-utils_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-zk-utils_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-zk-utils_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --< org.locationtech.geomesa:geomesa-accumulo-distributed-runtime_2.13 >-- [INFO] Building GeoMesa Accumulo Distributed Runtime 5.1.0-SNAPSHOT [23/127] [INFO] from geomesa-accumulo/geomesa-accumulo-distributed-runtime/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/target/classes at 1716074328890 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/target/geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/target/geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/target/geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (geomesa-accumulo-distributed-runtime) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Including org.locationtech.geomesa:geomesa-accumulo-iterators_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.13:jar:3.6.12 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including com.jayway.jsonpath:json-path:jar:2.9.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.5.0 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:2.5.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-access:jar:1.0.0-beta in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-process:jar:30.2 in the shaded jar. [INFO] Including org.calrissian.mango:mango-core:jar:3.0.0 in the shaded jar. [INFO] Including io.sgr:s2-geometry-library-java:jar:1.0.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-indices_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.12.0 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.10.0 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.26.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:30.2 in the shaded jar. [INFO] Including it.geosolutions.jgridshift:jgridshift-core:jar:1.3 in the shaded jar. [INFO] Including net.sf.geographiclib:GeographicLib-Java:jar:1.49 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:30.2 in the shaded jar. [INFO] Including org.ejml:ejml-core:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-simple:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-fsparse:jar:0.41 in the shaded jar. [INFO] Including org.locationtech.spatial4j:spatial4j:jar:0.8 in the shaded jar. [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.3 in the shaded jar. [INFO] Including com.esotericsoftware:minlog:jar:1.3.0 in the shaded jar. [INFO] Including org.objenesis:objenesis:jar:2.5.1 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.8 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.13:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.4.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.3 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.13:jar:2.3.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.13:jar:2.2.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.13:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:30.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.jts.io:jts-io-common:jar:1.19.0 in the shaded jar. [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-avro_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:15.0.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:23.5.26 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.1.0 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.1.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:15.0.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-main:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:30.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:30.2 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.common:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.15.0 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including com.conversantmedia:disruptor:jar:1.2.15 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.37.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.21.1 in the shaded jar. [INFO] Including org.geotools:gt-api:jar:30.2 in the shaded jar. [INFO] Including commons-pool:commons-pool:jar:1.6 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.1 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.1.2 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.2 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10.1 in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.106.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.106.Final in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. [INFO] Excluding org.geotools:gt-render:jar:30.2 from the shaded jar. [INFO] Excluding org.geotools:gt-coverage:jar:30.2 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.border:jt-border:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.format:jt-format:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.36 from the shaded jar. [WARNING] geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT.jar, geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT.jar, geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT.jar, geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT.jar, geomesa-arrow-jts-5.1.0-SNAPSHOT.jar, geomesa-feature-all_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-avro_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT.jar, geomesa-filter_2.13-5.1.0-SNAPSHOT.jar, geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT.jar, geomesa-index-api_2.13-5.1.0-SNAPSHOT.jar, geomesa-security_2.13-5.1.0-SNAPSHOT.jar, geomesa-z3_2.13-5.1.0-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - git.properties [WARNING] netty-buffer-4.1.106.Final.jar, netty-common-4.1.106.Final.jar define 1 overlapping resource: [WARNING] - META-INF/io.netty.versions.properties [WARNING] org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar define 1 overlapping resource: [WARNING] - plugin.xml [WARNING] commons-compress-1.26.0.jar, commons-pool2-2.12.0.jar, gson-2.10.1.jar, indriya-2.2.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, unit-api-2.1.2.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] arrow-format-15.0.2.jar, arrow-memory-core-15.0.2.jar, arrow-memory-netty-15.0.2.jar, arrow-vector-15.0.2.jar define 1 overlapping resource: [WARNING] - arrow-git.properties [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar define 2 overlapping resources: [WARNING] - LICENSE-EDL-1.0.txt [WARNING] - LICENSE-EPL-1.0.txt [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar, org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar define 1 overlapping resource: [WARNING] - about.html [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar define 4 overlapping resources: [WARNING] - about.ini [WARNING] - about.mappings [WARNING] - about.properties [WARNING] - modeling32.png [WARNING] scala-library-2.13.12.jar, scala-reflect-2.13.12.jar define 2 overlapping resources: [WARNING] - LICENSE [WARNING] - NOTICE [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar define 1 overlapping resource: [WARNING] - plugin.properties [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/target/geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/target/geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-distributed-runtime_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/target/geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-distributed-runtime_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/target/geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-distributed-runtime_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-distributed-runtime/target/geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-distributed-runtime_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-distributed-runtime_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-accumulo-distributed-runtime_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-accumulo-distributed-runtime_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------< org.locationtech.geomesa:geomesa-accumulo-datastore_2.13 >------ [INFO] Building GeoMesa Accumulo DataStore 5.1.0-SNAPSHOT [24/127] [INFO] from geomesa-accumulo/geomesa-accumulo-datastore/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-accumulo-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-accumulo-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-accumulo-datastore_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-accumulo-datastore_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-accumulo-datastore_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-accumulo-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-accumulo-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-accumulo-datastore_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-accumulo-datastore_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-accumulo-datastore_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-accumulo-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala:-1: info: compiling [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/target/classes at 1716074348335 [INFO] prepare-compile in 0 s [INFO] compile in 9 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-accumulo-datastore_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-accumulo-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-accumulo-datastore_2.13 --- [INFO] Copying 38 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-accumulo-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/src/test/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala:-1: info: compiling [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/target/test-classes at 1716074357966 [INFO] prepare-compile in 0 s [INFO] compile in 25 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-accumulo-datastore_2.13 --- [INFO] Compiling 2 source files with javac [debug target 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-accumulo-datastore_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-accumulo-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/target/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-accumulo-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/target/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-accumulo-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/target/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ geomesa-accumulo-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/target/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- failsafe:3.2.3:integration-test (default) @ geomesa-accumulo-datastore_2.13 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.2.3:verify (default) @ geomesa-accumulo-datastore_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-accumulo-datastore_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-datastore_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/target/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-datastore_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/target/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-datastore_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/target/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-datastore_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-datastore/target/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-datastore_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-accumulo-datastore_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-accumulo-datastore_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-process-wps_2.13 >---------- [INFO] Building GeoMesa WPS 5.1.0-SNAPSHOT [25/127] [INFO] from geomesa-process/geomesa-process-wps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-process-wps_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-process-wps_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-process-wps_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-process-wps_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-process-wps_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-process-wps_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-process-wps_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-process-wps_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-process-wps_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-process-wps_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-process-wps_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/target/classes at 1716074386380 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-process-wps_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-process-wps_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-process-wps_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-process-wps_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-process-wps_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-process-wps_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-process-wps_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/target/geomesa-process-wps_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-process-wps_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/target/geomesa-process-wps_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-process-wps_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/target/geomesa-process-wps_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-process-wps_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-process-wps_2.13/5.1.0-SNAPSHOT/geomesa-process-wps_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/target/geomesa-process-wps_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-process-wps_2.13/5.1.0-SNAPSHOT/geomesa-process-wps_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/target/geomesa-process-wps_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-process-wps_2.13/5.1.0-SNAPSHOT/geomesa-process-wps_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-process/geomesa-process-wps/target/geomesa-process-wps_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-process-wps_2.13/5.1.0-SNAPSHOT/geomesa-process-wps_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-process-wps_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-process-wps_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-archetypes_2.13 >---------- [INFO] Building GeoMesa Archetypes 5.1.0-SNAPSHOT [26/127] [INFO] from geomesa-archetypes/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-archetypes_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-archetypes_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-archetypes_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-archetypes_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-archetypes_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-archetypes_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-archetypes_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-archetypes_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-archetypes_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-archetypes_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-archetypes_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-archetypes_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-archetypes_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-archetypes_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-archetypes_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-archetypes_2.13/5.1.0-SNAPSHOT/geomesa-archetypes_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-archetypes_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-archetypes_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----< org.locationtech.geomesa:geomesa-archetypes-gs-plugin_2.13 >----- [INFO] Building GeoMesa GeoServer Plugin Archetype 5.1.0-SNAPSHOT [27/127] [INFO] from geomesa-archetypes/geomesa-archetypes-gs-plugin/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/geomesa-archetypes-gs-plugin/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/geomesa-archetypes-gs-plugin/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/geomesa-archetypes-gs-plugin/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/geomesa-archetypes-gs-plugin/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/geomesa-archetypes-gs-plugin/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-archetypes-gs-plugin_2.13/5.1.0-SNAPSHOT/geomesa-archetypes-gs-plugin_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-archetypes-gs-plugin_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-archetypes-gs-plugin_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------< org.locationtech.geomesa:geomesa-accumulo-gs-plugin_2.13 >------ [INFO] Building GeoMesa Accumulo GeoServer Plugin 5.1.0-SNAPSHOT [28/127] [INFO] from geomesa-accumulo/geomesa-accumulo-gs-plugin/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-gs-plugin/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-gs-plugin/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-gs-plugin/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-gs-plugin/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (create-archive) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-gs-plugin/../../geomesa-archetypes/geomesa-archetypes-gs-plugin/assembly.xml [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-gs-plugin/target/geomesa-accumulo-gs-plugin_2.13-5.1.0-SNAPSHOT-install.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-gs-plugin/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-gs-plugin_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-gs-plugin_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-accumulo-gs-plugin_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-accumulo-gs-plugin_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-metrics_2.13 >------------ [INFO] Building GeoMesa Metrics Parent 5.1.0-SNAPSHOT [29/127] [INFO] from geomesa-metrics/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-metrics_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-metrics_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-metrics_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-metrics_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-metrics_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-metrics_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-metrics_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-metrics_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-metrics_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-metrics_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-metrics_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-metrics_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-metrics_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-metrics_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-metrics_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics_2.13/5.1.0-SNAPSHOT/geomesa-metrics_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-metrics_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-metrics_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-metrics-core_2.13 >--------- [INFO] Building GeoMesa Metrics Core 5.1.0-SNAPSHOT [30/127] [INFO] from geomesa-metrics/geomesa-metrics-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-metrics-core_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-metrics-core_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-metrics-core_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-metrics-core_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-metrics-core_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-metrics-core_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-metrics-core_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-metrics-core_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-metrics-core_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-metrics-core_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-metrics-core_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/src/main/scala:-1: info: compiling [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/target/classes at 1716074394064 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-metrics-core_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-metrics-core_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-metrics-core_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-metrics-core_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-metrics-core_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-metrics-core_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-metrics-core_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/target/geomesa-metrics-core_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-metrics-core_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/target/geomesa-metrics-core_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-metrics-core_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/target/geomesa-metrics-core_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-metrics-core_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-core_2.13/5.1.0-SNAPSHOT/geomesa-metrics-core_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/target/geomesa-metrics-core_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-core_2.13/5.1.0-SNAPSHOT/geomesa-metrics-core_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/target/geomesa-metrics-core_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-core_2.13/5.1.0-SNAPSHOT/geomesa-metrics-core_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-core/target/geomesa-metrics-core_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-core_2.13/5.1.0-SNAPSHOT/geomesa-metrics-core_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-metrics-core_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-metrics-core_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-convert_2.13 >------------ [INFO] Building GeoMesa Convert 5.1.0-SNAPSHOT [31/127] [INFO] from geomesa-convert/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert_2.13/5.1.0-SNAPSHOT/geomesa-convert_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------< org.locationtech.geomesa:geomesa-convert-common_2.13 >-------- [INFO] Building GeoMesa Convert Common 5.1.0-SNAPSHOT [32/127] [INFO] from geomesa-convert/geomesa-convert-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-common_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-common_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-common_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-common_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-common_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-common_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-common_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-common_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-common_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-common_2.13 --- [INFO] Copying 8 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-common_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/src/main/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/src/main/scala:-1: info: compiling [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/target/classes at 1716074401875 [INFO] prepare-compile in 0 s [INFO] compile in 14 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-common_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-common_2.13 --- [INFO] Compiling 2 source files with javac [debug target 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-common_2.13 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-common_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/src/test/scala:-1: info: compiling [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/target/test-classes at 1716074416616 [INFO] prepare-compile in 0 s [INFO] compile in 9 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-common_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-common_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-common_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/target/geomesa-convert-common_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-common_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/target/geomesa-convert-common_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-common_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/target/geomesa-convert-common_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-common_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-common_2.13/5.1.0-SNAPSHOT/geomesa-convert-common_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/target/geomesa-convert-common_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-common_2.13/5.1.0-SNAPSHOT/geomesa-convert-common_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/target/geomesa-convert-common_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-common_2.13/5.1.0-SNAPSHOT/geomesa-convert-common_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-common/target/geomesa-convert-common_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-common_2.13/5.1.0-SNAPSHOT/geomesa-convert-common_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-common_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-common_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-convert-avro_2.13 >--------- [INFO] Building GeoMesa Convert Avro 5.1.0-SNAPSHOT [33/127] [INFO] from geomesa-convert/geomesa-convert-avro/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-avro_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-avro_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-avro_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-avro_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-avro_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-avro_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-avro_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-avro_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-avro_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-avro_2.13 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-avro_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/src/main/scala:-1: info: compiling [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/target/classes at 1716074426384 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-avro_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-avro_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-avro_2.13 --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-avro_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/src/test/scala:-1: info: compiling [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/target/test-classes at 1716074432740 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-avro_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-avro_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-avro_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/target/geomesa-convert-avro_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-avro_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/target/geomesa-convert-avro_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-avro_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/target/geomesa-convert-avro_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-avro_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-avro_2.13/5.1.0-SNAPSHOT/geomesa-convert-avro_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/target/geomesa-convert-avro_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-avro_2.13/5.1.0-SNAPSHOT/geomesa-convert-avro_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/target/geomesa-convert-avro_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-avro_2.13/5.1.0-SNAPSHOT/geomesa-convert-avro_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro/target/geomesa-convert-avro_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-avro_2.13/5.1.0-SNAPSHOT/geomesa-convert-avro_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-avro_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-avro_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------< org.locationtech.geomesa:geomesa-convert-fixedwidth_2.13 >------ [INFO] Building GeoMesa Convert Fixed Width 5.1.0-SNAPSHOT [34/127] [INFO] from geomesa-convert/geomesa-convert-fixedwidth/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-fixedwidth_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-fixedwidth_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-fixedwidth_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-fixedwidth_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-fixedwidth_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-fixedwidth_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/src/main/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/target/classes at 1716074438856 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-fixedwidth_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-fixedwidth_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/target/test-classes at 1716074442608 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/target/geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/target/geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/target/geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-fixedwidth_2.13/5.1.0-SNAPSHOT/geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/target/geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-fixedwidth_2.13/5.1.0-SNAPSHOT/geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/target/geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-fixedwidth_2.13/5.1.0-SNAPSHOT/geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-fixedwidth/target/geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-fixedwidth_2.13/5.1.0-SNAPSHOT/geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-fixedwidth_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-fixedwidth_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-convert-jdbc_2.13 >--------- [INFO] Building GeoMesa Convert JDBC 5.1.0-SNAPSHOT [35/127] [INFO] from geomesa-convert/geomesa-convert-jdbc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-jdbc_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-jdbc_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-jdbc_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-jdbc_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-jdbc_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-jdbc_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-jdbc_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-jdbc_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-jdbc_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-jdbc_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-jdbc_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/src/main/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/target/classes at 1716074447130 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-jdbc_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-jdbc_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-jdbc_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-jdbc_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/target/test-classes at 1716074451110 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-jdbc_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-jdbc_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-jdbc_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/target/geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-jdbc_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/target/geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-jdbc_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/target/geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-jdbc_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-jdbc_2.13/5.1.0-SNAPSHOT/geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/target/geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-jdbc_2.13/5.1.0-SNAPSHOT/geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/target/geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-jdbc_2.13/5.1.0-SNAPSHOT/geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-jdbc/target/geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-jdbc_2.13/5.1.0-SNAPSHOT/geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-jdbc_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-jdbc_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-convert-json_2.13 >--------- [INFO] Building GeoMesa Convert Json 5.1.0-SNAPSHOT [36/127] [INFO] from geomesa-convert/geomesa-convert-json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-json_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-json_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-json_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-json_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-json_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-json_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-json_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-json_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-json_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-json_2.13 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-json_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/src/main/scala:-1: info: compiling [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/target/classes at 1716074455178 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-json_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-json_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-json_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-json_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/src/test/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/target/test-classes at 1716074462304 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-json_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-json_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-json_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/target/geomesa-convert-json_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-json_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/target/geomesa-convert-json_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-json_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/target/geomesa-convert-json_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-json_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-json_2.13/5.1.0-SNAPSHOT/geomesa-convert-json_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/target/geomesa-convert-json_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-json_2.13/5.1.0-SNAPSHOT/geomesa-convert-json_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/target/geomesa-convert-json_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-json_2.13/5.1.0-SNAPSHOT/geomesa-convert-json_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-json/target/geomesa-convert-json_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-json_2.13/5.1.0-SNAPSHOT/geomesa-convert-json_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-json_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-json_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-convert-shp_2.13 >---------- [INFO] Building GeoMesa Convert Shapefiles 5.1.0-SNAPSHOT [37/127] [INFO] from geomesa-convert/geomesa-convert-shp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-shp_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-shp_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-shp_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-shp_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-shp_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-shp_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-shp_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-shp_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-shp_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-shp_2.13 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-shp_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/src/main/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/target/classes at 1716074469541 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-shp_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-shp_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-shp_2.13 --- [INFO] Copying 7 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-shp_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/target/test-classes at 1716074474123 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-shp_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-shp_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-shp_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/target/geomesa-convert-shp_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-shp_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/target/geomesa-convert-shp_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-shp_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/target/geomesa-convert-shp_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-shp_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-shp_2.13/5.1.0-SNAPSHOT/geomesa-convert-shp_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/target/geomesa-convert-shp_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-shp_2.13/5.1.0-SNAPSHOT/geomesa-convert-shp_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/target/geomesa-convert-shp_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-shp_2.13/5.1.0-SNAPSHOT/geomesa-convert-shp_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-shp/target/geomesa-convert-shp_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-shp_2.13/5.1.0-SNAPSHOT/geomesa-convert-shp_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-shp_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-shp_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------------< org.locationtech.geomesa:geomesa-fs_2.13 >-------------- [INFO] Building GeoMesa FileSystem 5.1.0-SNAPSHOT [38/127] [INFO] from geomesa-fs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs_2.13/5.1.0-SNAPSHOT/geomesa-fs_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-fs-storage_2.13 >---------- [INFO] Building GeoMesa FileSystem Storage 5.1.0-SNAPSHOT [39/127] [INFO] from geomesa-fs/geomesa-fs-storage/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs-storage_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs-storage_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs-storage_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs-storage_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs-storage_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs-storage_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs-storage_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs-storage_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs-storage_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs-storage_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs-storage_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs-storage_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs-storage_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs-storage_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs-storage_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs-storage_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs-storage_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------< org.locationtech.geomesa:geomesa-fs-storage-api_2.13 >-------- [INFO] Building GeoMesa FileSystem Storage API 5.1.0-SNAPSHOT [40/127] [INFO] from geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs-storage-api_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs-storage-api_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs-storage-api_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs-storage-api_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs-storage-api_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs-storage-api_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs-storage-api_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs-storage-api_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs-storage-api_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-fs-storage-api_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs-storage-api_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala:-1: info: compiling [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/target/classes at 1716074479016 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs-storage-api_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-fs-storage-api_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-fs-storage-api_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs-storage-api_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-fs-storage-api_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-fs-storage-api_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-fs-storage-api_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/target/geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs-storage-api_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/target/geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs-storage-api_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/target/geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs-storage-api_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-api_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/target/geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-api_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/target/geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-api_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/target/geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-api_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs-storage-api_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs-storage-api_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------< org.locationtech.geomesa:geomesa-fs-storage-common_2.13 >------- [INFO] Building GeoMesa FileSystem Storage Common 5.1.0-SNAPSHOT [41/127] [INFO] from geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs-storage-common_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs-storage-common_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs-storage-common_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs-storage-common_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs-storage-common_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs-storage-common_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs-storage-common_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs-storage-common_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs-storage-common_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-fs-storage-common_2.13 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs-storage-common_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala:-1: info: compiling [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/target/classes at 1716074485555 [INFO] prepare-compile in 0 s [INFO] compile in 13 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs-storage-common_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-fs-storage-common_2.13 --- [INFO] Compiling 1 source file with javac [debug target 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-fs-storage-common_2.13 --- [INFO] Copying 10 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs-storage-common_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala:-1: info: compiling [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/target/test-classes at 1716074499111 [INFO] prepare-compile in 0 s [INFO] compile in 8 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-fs-storage-common_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-fs-storage-common_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-fs-storage-common_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/target/geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs-storage-common_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/target/geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs-storage-common_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/target/geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs-storage-common_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-common_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/target/geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-common_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/target/geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-common_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/target/geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-common_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs-storage-common_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs-storage-common_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------< org.locationtech.geomesa:geomesa-fs-storage-parquet_2.13 >------ [INFO] Building GeoMesa FileSystem Storage Parquet 5.1.0-SNAPSHOT [42/127] [INFO] from geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs-storage-parquet_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs-storage-parquet_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs-storage-parquet_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs-storage-parquet_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs-storage-parquet_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs-storage-parquet_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala:-1: info: compiling [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/target/classes at 1716074509896 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs-storage-parquet_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Copying 12 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs-storage-parquet_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala:-1: info: compiling [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/target/test-classes at 1716074517327 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/target/geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/target/geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/target/geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-parquet_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/target/geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-parquet_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/target/geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-parquet_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/target/geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-parquet_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs-storage-parquet_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs-storage-parquet_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-convert-parquet_2.13 >-------- [INFO] Building GeoMesa Convert Parquet 5.1.0-SNAPSHOT [43/127] [INFO] from geomesa-convert/geomesa-convert-parquet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-parquet_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-parquet_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-parquet_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-parquet_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-parquet_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-parquet_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-parquet_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-parquet_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-parquet_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-parquet_2.13 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-parquet_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/src/main/scala:-1: info: compiling [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/target/classes at 1716074525453 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-parquet_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-parquet_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-parquet_2.13 --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-parquet_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/target/test-classes at 1716074531137 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-parquet_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-parquet_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-parquet_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/target/geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-parquet_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/target/geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-parquet_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/target/geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-parquet_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-parquet_2.13/5.1.0-SNAPSHOT/geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/target/geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-parquet_2.13/5.1.0-SNAPSHOT/geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/target/geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-parquet_2.13/5.1.0-SNAPSHOT/geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-parquet/target/geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-parquet_2.13/5.1.0-SNAPSHOT/geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-parquet_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-parquet_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-convert-text_2.13 >--------- [INFO] Building GeoMesa Convert Text 5.1.0-SNAPSHOT [44/127] [INFO] from geomesa-convert/geomesa-convert-text/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-text_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-text_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-text_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-text_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-text_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-text_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-text_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-text_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-text_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-text_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-text_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/src/main/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/target/classes at 1716074536200 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-text_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-text_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-text_2.13 --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-text_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/src/test/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/target/test-classes at 1716074541409 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-text_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-text_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-text_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/target/geomesa-convert-text_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-text_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/target/geomesa-convert-text_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-text_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/target/geomesa-convert-text_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-text_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-text_2.13/5.1.0-SNAPSHOT/geomesa-convert-text_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/target/geomesa-convert-text_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-text_2.13/5.1.0-SNAPSHOT/geomesa-convert-text_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/target/geomesa-convert-text_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-text_2.13/5.1.0-SNAPSHOT/geomesa-convert-text_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-text/target/geomesa-convert-text_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-text_2.13/5.1.0-SNAPSHOT/geomesa-convert-text_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-text_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-text_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-convert-xml_2.13 >---------- [INFO] Building GeoMesa Convert XML 5.1.0-SNAPSHOT [45/127] [INFO] from geomesa-convert/geomesa-convert-xml/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-xml_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-xml_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-xml_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-xml_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-xml_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-xml_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-xml_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-xml_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-xml_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-xml_2.13 --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-xml_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/src/main/scala:-1: info: compiling [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/target/classes at 1716074548483 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-xml_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-xml_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-xml_2.13 --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-xml_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/src/test/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/target/test-classes at 1716074554001 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-xml_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-xml_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-xml_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/target/geomesa-convert-xml_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-xml_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/target/geomesa-convert-xml_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-xml_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/target/geomesa-convert-xml_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-xml_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-xml_2.13/5.1.0-SNAPSHOT/geomesa-convert-xml_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/target/geomesa-convert-xml_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-xml_2.13/5.1.0-SNAPSHOT/geomesa-convert-xml_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/target/geomesa-convert-xml_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-xml_2.13/5.1.0-SNAPSHOT/geomesa-convert-xml_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-xml/target/geomesa-convert-xml_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-xml_2.13/5.1.0-SNAPSHOT/geomesa-convert-xml_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-xml_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-xml_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----< org.locationtech.geomesa:geomesa-convert-redis-cache_2.13 >------ [INFO] Building GeoMesa Convert Redis Cache 5.1.0-SNAPSHOT [46/127] [INFO] from geomesa-convert/geomesa-convert-redis-cache/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-redis-cache_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-redis-cache_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-redis-cache_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-redis-cache_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-redis-cache_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-redis-cache_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-redis-cache_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-redis-cache_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-redis-cache_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-redis-cache_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-redis-cache_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/target/classes at 1716074559561 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-redis-cache_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-redis-cache_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-redis-cache_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-redis-cache_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/target/test-classes at 1716074562462 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-redis-cache_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-redis-cache_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-redis-cache_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/target/geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-redis-cache_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/target/geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-redis-cache_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/target/geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-redis-cache_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-redis-cache_2.13/5.1.0-SNAPSHOT/geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/target/geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-redis-cache_2.13/5.1.0-SNAPSHOT/geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/target/geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-redis-cache_2.13/5.1.0-SNAPSHOT/geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-redis-cache/target/geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-redis-cache_2.13/5.1.0-SNAPSHOT/geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-redis-cache_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-redis-cache_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-convert-all_2.13 >---------- [INFO] Building GeoMesa Convert All 5.1.0-SNAPSHOT [47/127] [INFO] from geomesa-convert/geomesa-convert-all/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-all_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-all_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-all_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-all_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-all_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-all_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-all_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-all_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-all_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-all_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-all_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/target/classes at 1716074567917 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-all_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-all_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-all_2.13 --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-all_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/src/test/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/src/test/scala:-1: info: compiling [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/target/test-classes at 1716074570669 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-all_2.13 --- [INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-all_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-all_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/target/geomesa-convert-all_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-all_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/target/geomesa-convert-all_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-all_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/target/geomesa-convert-all_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-all_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-all_2.13/5.1.0-SNAPSHOT/geomesa-convert-all_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/target/geomesa-convert-all_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-all_2.13/5.1.0-SNAPSHOT/geomesa-convert-all_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/target/geomesa-convert-all_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-all_2.13/5.1.0-SNAPSHOT/geomesa-convert-all_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-all/target/geomesa-convert-all_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-all_2.13/5.1.0-SNAPSHOT/geomesa-convert-all_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-all_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-all_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------------< org.locationtech.geomesa:geomesa-jobs_2.13 >------------- [INFO] Building GeoMesa Jobs 5.1.0-SNAPSHOT [48/127] [INFO] from geomesa-jobs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-jobs_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-jobs_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-jobs_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-jobs_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-jobs_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-jobs_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-jobs_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-jobs_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-jobs_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-jobs_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-jobs_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/src/main/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/src/main/scala:-1: info: compiling [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/target/classes at 1716074577297 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-jobs_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-jobs_2.13 --- [INFO] Compiling 1 source file with javac [debug target 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-jobs_2.13 --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-jobs_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/src/test/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/target/test-classes at 1716074583571 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-jobs_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-jobs_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-jobs_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/target/geomesa-jobs_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-jobs_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/target/geomesa-jobs_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-jobs_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/target/geomesa-jobs_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-jobs_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-jobs_2.13/5.1.0-SNAPSHOT/geomesa-jobs_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/target/geomesa-jobs_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-jobs_2.13/5.1.0-SNAPSHOT/geomesa-jobs_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/target/geomesa-jobs_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-jobs_2.13/5.1.0-SNAPSHOT/geomesa-jobs_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-jobs/target/geomesa-jobs_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-jobs_2.13/5.1.0-SNAPSHOT/geomesa-jobs_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-jobs_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-jobs_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------< org.locationtech.geomesa:geomesa-accumulo-jobs_2.13 >--------- [INFO] Building GeoMesa Accumulo Jobs 5.1.0-SNAPSHOT [49/127] [INFO] from geomesa-accumulo/geomesa-accumulo-jobs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-accumulo-jobs_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-accumulo-jobs_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-accumulo-jobs_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-accumulo-jobs_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-accumulo-jobs_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-accumulo-jobs_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-accumulo-jobs_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-accumulo-jobs_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-accumulo-jobs_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-accumulo-jobs_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-accumulo-jobs_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala:-1: info: compiling [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/target/classes at 1716074588325 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-accumulo-jobs_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-accumulo-jobs_2.13 --- [INFO] Compiling 3 source files with javac [debug target 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-accumulo-jobs_2.13 --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-accumulo-jobs_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/target/test-classes at 1716074595425 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-accumulo-jobs_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-accumulo-jobs_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-accumulo-jobs_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/target/geomesa-accumulo-jobs_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-accumulo-jobs_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/target/geomesa-accumulo-jobs_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-accumulo-jobs_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/target/geomesa-accumulo-jobs_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-accumulo-jobs_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-jobs_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-jobs_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/target/geomesa-accumulo-jobs_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-jobs_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-jobs_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/target/geomesa-accumulo-jobs_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-jobs_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-jobs_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-jobs/target/geomesa-accumulo-jobs_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-jobs_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-jobs_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-accumulo-jobs_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-accumulo-jobs_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------------< org.locationtech.geomesa:geomesa-spark_2.13 >------------- [INFO] Building GeoMesa Spark 5.1.0-SNAPSHOT [50/127] [INFO] from geomesa-spark/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-spark_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-spark_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-spark_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-spark_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-spark_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-spark_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-spark_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-spark_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-spark_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-spark_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-spark_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-spark_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-spark_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-spark_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-spark_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark_2.13/5.1.0-SNAPSHOT/geomesa-spark_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-spark_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-spark_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-spark-jts_2.13 >----------- [INFO] Building GeoMesa Spark JTS 5.1.0-SNAPSHOT [51/127] [INFO] from geomesa-spark/geomesa-spark-jts/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-spark-jts_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-spark-jts_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-spark-jts_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-spark-jts_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-spark-jts_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-spark-jts_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-spark-jts_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-spark-jts_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-spark-jts_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-spark-jts_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-spark-jts_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/src/main/scala:-1: info: compiling [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/target/classes at 1716074607155 [INFO] prepare-compile in 0 s [INFO] compile in 11 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-spark-jts_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-spark-jts_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-spark-jts_2.13 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-spark-jts_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/src/test/scala:-1: info: compiling [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/target/test-classes at 1716074619059 [INFO] prepare-compile in 0 s [INFO] compile in 9 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-spark-jts_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-spark-jts_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-spark-jts_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/target/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-spark-jts_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/target/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-spark-jts_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/target/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ geomesa-spark-jts_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/target/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-spark-jts_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-jts_2.13/5.1.0-SNAPSHOT/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/target/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-jts_2.13/5.1.0-SNAPSHOT/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/target/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-jts_2.13/5.1.0-SNAPSHOT/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/target/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-jts_2.13/5.1.0-SNAPSHOT/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jts/target/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-jts_2.13/5.1.0-SNAPSHOT/geomesa-spark-jts_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-spark-jts_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-spark-jts_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-spark-core_2.13 >---------- [INFO] Building GeoMesa Spark Core 5.1.0-SNAPSHOT [52/127] [INFO] from geomesa-spark/geomesa-spark-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-spark-core_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-spark-core_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-spark-core_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-spark-core_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-spark-core_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-spark-core_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-spark-core_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-spark-core_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-spark-core_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-spark-core_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-spark-core_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/src/main/scala:-1: info: compiling [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/target/classes at 1716074629489 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-spark-core_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-spark-core_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-spark-core_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-spark-core_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-spark-core_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-spark-core_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-spark-core_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/target/geomesa-spark-core_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-spark-core_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/target/geomesa-spark-core_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-spark-core_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/target/geomesa-spark-core_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-spark-core_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-core_2.13/5.1.0-SNAPSHOT/geomesa-spark-core_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/target/geomesa-spark-core_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-core_2.13/5.1.0-SNAPSHOT/geomesa-spark-core_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/target/geomesa-spark-core_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-core_2.13/5.1.0-SNAPSHOT/geomesa-spark-core_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-core/target/geomesa-spark-core_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-core_2.13/5.1.0-SNAPSHOT/geomesa-spark-core_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-spark-core_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-spark-core_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------< org.locationtech.geomesa:geomesa-accumulo-spark_2.13 >-------- [INFO] Building GeoMesa Accumulo Spark 5.1.0-SNAPSHOT [53/127] [INFO] from geomesa-accumulo/geomesa-accumulo-spark/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-accumulo-spark_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-accumulo-spark_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-accumulo-spark_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-accumulo-spark_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-accumulo-spark_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-accumulo-spark_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-accumulo-spark_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-accumulo-spark_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-accumulo-spark_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-accumulo-spark_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-accumulo-spark_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/target/classes at 1716074635155 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-accumulo-spark_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-accumulo-spark_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-accumulo-spark_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-accumulo-spark_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-accumulo-spark_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-accumulo-spark_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-accumulo-spark_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/target/geomesa-accumulo-spark_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-accumulo-spark_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/target/geomesa-accumulo-spark_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-accumulo-spark_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/target/geomesa-accumulo-spark_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-accumulo-spark_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-spark_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-spark_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/target/geomesa-accumulo-spark_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-spark_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-spark_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/target/geomesa-accumulo-spark_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-spark_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-spark_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark/target/geomesa-accumulo-spark_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-spark_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-spark_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-accumulo-spark_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-accumulo-spark_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------------< org.locationtech.geomesa:geomesa-memory_2.13 >------------ [INFO] Building GeoMesa In-Memory Database 5.1.0-SNAPSHOT [54/127] [INFO] from geomesa-memory/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-memory_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-memory_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-memory_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-memory_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-memory_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-memory_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-memory_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-memory_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-memory_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-memory_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-memory_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-memory_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-memory_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-memory_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-memory_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-memory_2.13/5.1.0-SNAPSHOT/geomesa-memory_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-memory_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-memory_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-cqengine_2.13 >----------- [INFO] Building GeoMesa Geo-support for CQ Engine 5.1.0-SNAPSHOT [55/127] [INFO] from geomesa-memory/geomesa-cqengine/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-cqengine_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-cqengine_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-cqengine_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-cqengine_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-cqengine_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-cqengine_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-cqengine_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-cqengine_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-cqengine_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-cqengine_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-cqengine_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/src/main/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/src/main/scala:-1: info: compiling [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/target/classes at 1716074639326 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-cqengine_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-cqengine_2.13 --- [INFO] Compiling 13 source files with javac [debug target 11] to target/classes [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/AbstractGeoIndex.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/AbstractGeoIndex.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-cqengine_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-cqengine_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/src/test/scala:-1: info: compiling [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/target/test-classes at 1716074645353 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-cqengine_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-cqengine_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-cqengine_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/target/geomesa-cqengine_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-cqengine_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/target/geomesa-cqengine_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-cqengine_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/target/geomesa-cqengine_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-cqengine_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cqengine_2.13/5.1.0-SNAPSHOT/geomesa-cqengine_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/target/geomesa-cqengine_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cqengine_2.13/5.1.0-SNAPSHOT/geomesa-cqengine_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/target/geomesa-cqengine_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cqengine_2.13/5.1.0-SNAPSHOT/geomesa-cqengine_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine/target/geomesa-cqengine_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cqengine_2.13/5.1.0-SNAPSHOT/geomesa-cqengine_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-cqengine_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-cqengine_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------< org.locationtech.geomesa:geomesa-cqengine-datastore_2.13 >------ [INFO] Building GeoMesa Geo-CQ Engine DataStore 5.1.0-SNAPSHOT [56/127] [INFO] from geomesa-memory/geomesa-cqengine-datastore/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-cqengine-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-cqengine-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-cqengine-datastore_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-cqengine-datastore_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-cqengine-datastore_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-cqengine-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-cqengine-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-cqengine-datastore_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-cqengine-datastore_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-cqengine-datastore_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-cqengine-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/src/main/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/target/classes at 1716074651093 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-cqengine-datastore_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-cqengine-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-cqengine-datastore_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-cqengine-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/src/test/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/target/test-classes at 1716074654465 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-cqengine-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-cqengine-datastore_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-cqengine-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/target/geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-cqengine-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/target/geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-cqengine-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/target/geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-cqengine-datastore_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cqengine-datastore_2.13/5.1.0-SNAPSHOT/geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/target/geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cqengine-datastore_2.13/5.1.0-SNAPSHOT/geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/target/geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cqengine-datastore_2.13/5.1.0-SNAPSHOT/geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-memory/geomesa-cqengine-datastore/target/geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cqengine-datastore_2.13/5.1.0-SNAPSHOT/geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-cqengine-datastore_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-cqengine-datastore_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------------< org.locationtech.geomesa:geomesa-gt_2.13 >-------------- [INFO] Building GeoMesa GeoTools 5.1.0-SNAPSHOT [57/127] [INFO] from geomesa-gt/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-gt_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-gt_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-gt_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-gt_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-gt_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-gt_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-gt_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-gt_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-gt_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-gt_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-gt_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-gt_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-gt_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-gt_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-gt_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt_2.13/5.1.0-SNAPSHOT/geomesa-gt_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-gt_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-gt_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-gt-spark_2.13 >----------- [INFO] Building GeoMesa GeoTools Spark 5.1.0-SNAPSHOT [58/127] [INFO] from geomesa-gt/geomesa-gt-spark/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-gt-spark_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-gt-spark_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-gt-spark_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-gt-spark_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-gt-spark_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-gt-spark_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-gt-spark_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-gt-spark_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-gt-spark_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-gt-spark_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-gt-spark_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/target/classes at 1716074660667 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-gt-spark_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-gt-spark_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-gt-spark_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-gt-spark_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/target/test-classes at 1716074664092 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-gt-spark_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-gt-spark_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-gt-spark_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/target/geomesa-gt-spark_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-gt-spark_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/target/geomesa-gt-spark_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-gt-spark_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/target/geomesa-gt-spark_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-gt-spark_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-spark_2.13/5.1.0-SNAPSHOT/geomesa-gt-spark_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/target/geomesa-gt-spark_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-spark_2.13/5.1.0-SNAPSHOT/geomesa-gt-spark_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/target/geomesa-gt-spark_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-spark_2.13/5.1.0-SNAPSHOT/geomesa-gt-spark_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark/target/geomesa-gt-spark_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-spark_2.13/5.1.0-SNAPSHOT/geomesa-gt-spark_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-gt-spark_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-gt-spark_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-spark-sql_2.13 >----------- [INFO] Building GeoMesa Spark SQL 5.1.0-SNAPSHOT [59/127] [INFO] from geomesa-spark/geomesa-spark-sql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-spark-sql_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-spark-sql_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-spark-sql_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-spark-sql_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-spark-sql_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-spark-sql_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-spark-sql_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-spark-sql_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-spark-sql_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-spark-sql_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-spark-sql_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/src/main/scala:-1: info: compiling [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/target/classes at 1716074668719 [INFO] prepare-compile in 0 s [INFO] compile in 9 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-spark-sql_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-spark-sql_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-spark-sql_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-spark-sql_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/src/test/scala:-1: info: compiling [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/target/test-classes at 1716074678373 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-spark-sql_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-spark-sql_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-spark-sql_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/target/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-spark-sql_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/target/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-spark-sql_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/target/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ geomesa-spark-sql_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/target/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-spark-sql_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-sql_2.13/5.1.0-SNAPSHOT/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/target/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-sql_2.13/5.1.0-SNAPSHOT/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/target/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-sql_2.13/5.1.0-SNAPSHOT/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/target/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-sql_2.13/5.1.0-SNAPSHOT/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-sql/target/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-sql_2.13/5.1.0-SNAPSHOT/geomesa-spark-sql_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-spark-sql_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-spark-sql_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------< org.locationtech.geomesa:geomesa-fs-storage-orc_2.13 >-------- [INFO] Building GeoMesa FileSystem Storage ORC 5.1.0-SNAPSHOT [60/127] [INFO] from geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs-storage-orc_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs-storage-orc_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs-storage-orc_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs-storage-orc_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs-storage-orc_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs-storage-orc_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs-storage-orc_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs-storage-orc_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs-storage-orc_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-fs-storage-orc_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs-storage-orc_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala:-1: info: compiling [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/target/classes at 1716074687033 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs-storage-orc_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-fs-storage-orc_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-fs-storage-orc_2.13 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs-storage-orc_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/target/test-classes at 1716074694841 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-fs-storage-orc_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-fs-storage-orc_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-fs-storage-orc_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/target/geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs-storage-orc_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/target/geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs-storage-orc_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/target/geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs-storage-orc_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-orc_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/target/geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-orc_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/target/geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-orc_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/target/geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-orc_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs-storage-orc_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs-storage-orc_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------< org.locationtech.geomesa:geomesa-feature-exporters_2.13 >------- [INFO] Building GeoMesa Feature Exporters 5.1.0-SNAPSHOT [61/127] [INFO] from geomesa-features/geomesa-feature-exporters/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-feature-exporters_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-feature-exporters_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-feature-exporters_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-feature-exporters_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-feature-exporters_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-feature-exporters_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-feature-exporters_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-feature-exporters_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-feature-exporters_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-feature-exporters_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-feature-exporters_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/src/main/scala:-1: info: compiling [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/target/classes at 1716074703770 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-feature-exporters_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-feature-exporters_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-feature-exporters_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-feature-exporters_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/src/test/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/target/test-classes at 1716074709179 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-feature-exporters_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-feature-exporters_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-feature-exporters_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/target/geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-feature-exporters_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/target/geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-feature-exporters_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/target/geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-feature-exporters_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-exporters_2.13/5.1.0-SNAPSHOT/geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/target/geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-exporters_2.13/5.1.0-SNAPSHOT/geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/target/geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-exporters_2.13/5.1.0-SNAPSHOT/geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-features/geomesa-feature-exporters/target/geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-feature-exporters_2.13/5.1.0-SNAPSHOT/geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-feature-exporters_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-feature-exporters_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------------< org.locationtech.geomesa:geomesa-tools_2.13 >------------- [INFO] Building GeoMesa Tools 5.1.0-SNAPSHOT [62/127] [INFO] from geomesa-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-tools_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-tools_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-tools_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-tools_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-tools_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-tools_2.13 --- [INFO] Copying 8 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/src/main/scala:-1: info: compiling [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/target/classes at 1716074714678 [INFO] prepare-compile in 0 s [INFO] compile in 11 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-tools_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-tools_2.13 --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/src/test/scala:-1: info: compiling [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/target/test-classes at 1716074725885 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-tools_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/target/geomesa-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/target/geomesa-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/target/geomesa-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- assembly:3.6.0:single (data-jar) @ geomesa-tools_2.13 --- [INFO] Reading assembly descriptor: src/main/assemblies/data-jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/target/geomesa-tools_2.13-5.1.0-SNAPSHOT-data.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-tools_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-tools_2.13/5.1.0-SNAPSHOT/geomesa-tools_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/target/geomesa-tools_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-tools_2.13/5.1.0-SNAPSHOT/geomesa-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/target/geomesa-tools_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-tools_2.13/5.1.0-SNAPSHOT/geomesa-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/target/geomesa-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-tools_2.13/5.1.0-SNAPSHOT/geomesa-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-tools/target/geomesa-tools_2.13-5.1.0-SNAPSHOT-data.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-tools_2.13/5.1.0-SNAPSHOT/geomesa-tools_2.13-5.1.0-SNAPSHOT-data.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-tools_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-tools_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----< org.locationtech.geomesa:geomesa-spark-jupyter-leaflet_2.13 >----- [INFO] Building GeoMesa Jupyter Leaflet Extensions 5.1.0-SNAPSHOT [63/127] [INFO] from geomesa-spark/geomesa-spark-jupyter-leaflet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/target/classes at 1716074733426 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/target/test-classes at 1716074738508 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/target/geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/target/geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/target/geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-jupyter-leaflet_2.13/5.1.0-SNAPSHOT/geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/target/geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-jupyter-leaflet_2.13/5.1.0-SNAPSHOT/geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/target/geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-jupyter-leaflet_2.13/5.1.0-SNAPSHOT/geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-jupyter-leaflet/target/geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-jupyter-leaflet_2.13/5.1.0-SNAPSHOT/geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-spark-jupyter-leaflet_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-spark-jupyter-leaflet_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --< org.locationtech.geomesa:geomesa-accumulo-spark-runtime-accumulo20_2.13 >-- [INFO] Building GeoMesa Accumulo Spark Runtime, Accumulo 2.0.x 5.1.0-SNAPSHOT [64/127] [INFO] from geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/target/classes at 1716074743494 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/target/geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/target/geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/target/geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (default) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] Including org.locationtech.geomesa:geomesa-accumulo-datastore_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.13:jar:3.6.12 in the shaded jar. [INFO] Including com.jayway.jsonpath:json-path:jar:2.9.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.5.0 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:2.5.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-access:jar:1.0.0-beta in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:30.2 in the shaded jar. [INFO] Including org.calrissian.mango:mango-core:jar:3.0.0 in the shaded jar. [INFO] Including io.sgr:s2-geometry-library-java:jar:1.0.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-indices_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-iterators_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.12.0 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:30.2 in the shaded jar. [INFO] Including it.geosolutions.jgridshift:jgridshift-core:jar:1.3 in the shaded jar. [INFO] Including net.sf.geographiclib:GeographicLib-Java:jar:1.49 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:30.2 in the shaded jar. [INFO] Including org.ejml:ejml-core:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-simple:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-fsparse:jar:0.41 in the shaded jar. [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.3 in the shaded jar. [INFO] Including com.esotericsoftware:minlog:jar:1.3.0 in the shaded jar. [INFO] Including org.objenesis:objenesis:jar:2.5.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.13:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.4.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.3 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.13:jar:2.3.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.13:jar:3.9.5 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:30.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-avro_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:15.0.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:23.5.26 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.1.0 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.1.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:15.0.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:30.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-main:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:30.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 in the shaded jar. [INFO] Including org.geotools:gt-api:jar:30.2 in the shaded jar. [INFO] Including commons-pool:commons-pool:jar:1.6 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.1 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.1.2 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.1 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.2 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:30.2 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.common:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.15.0 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including com.conversantmedia:disruptor:jar:1.2.15 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.15.1 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:5.6.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:5.6.0 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.37.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.21.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-jobs_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-jobs_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.82 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-spark_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-core_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-sql_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-jts_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.jts.io:jts-io-common:jar:1.19.0 in the shaded jar. [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar. [INFO] Including org.locationtech.spatial4j:spatial4j:jar:0.8 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.googlecode.cqengine:cqengine:jar:3.6.0 in the shaded jar. [INFO] Including com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1 in the shaded jar. [INFO] Including net.jodah:typetools:jar:0.6.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-tools_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-exporters_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-all_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-metrics-core_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-core_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic-base_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.chuusai:shapeless_2.13:jar:2.3.10 in the shaded jar. [INFO] Including org.mozilla:rhino:jar:1.7.14 in the shaded jar. [INFO] Including org.mozilla:rhino-engine:jar:1.7.14 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-avro_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-fixedwidth_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-jdbc_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-json_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-parquet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-text_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-xml_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including net.sf.saxon:Saxon-HE:jar:12.4 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:5.2.2 in the shaded jar. [INFO] Including org.apache.httpcomponents.client5:httpclient5:jar:5.1.3 in the shaded jar. [INFO] Including org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3 in the shaded jar. [INFO] Including org.apache.httpcomponents.core5:httpcore5:jar:5.1.3 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:data:5.2.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-redis-cache_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including redis.clients:jedis:jar:5.1.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-shp_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-api_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-orc_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-dbcp2:jar:2.11.0 in the shaded jar. [INFO] Including jakarta.transaction:jakarta.transaction-api:jar:1.3.3 in the shaded jar. [INFO] Including org.apache.orc:orc-core:jar:nohive:1.9.3 in the shaded jar. [INFO] Including org.apache.orc:orc-mapreduce:jar:nohive:1.9.3 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-parquet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.3 in the shaded jar. [INFO] Including org.geotools:gt-xml:jar:30.2 in the shaded jar. [INFO] Including org.apache.xml:xml-commons-resolver:jar:1.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-wfs:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.wfs:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.fes:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-filter:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-core:jar:30.2 in the shaded jar. [INFO] Including picocontainer:picocontainer:jar:1.2 in the shaded jar. [INFO] Including commons-jxpath:commons-jxpath:jar:1.3 in the shaded jar. [INFO] Including org.eclipse.xsd:org.eclipse.xsd:jar:2.12.0 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-gml2:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-gml3:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-fes:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-ows:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-epsg-wkt:jar:30.2 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.13:jar:2.2.0 in the shaded jar. [INFO] Including com.facebook:nailgun-server:jar:1.0.1 in the shaded jar. [INFO] Including net.java.dev.jna:jna:jar:5.14.0 in the shaded jar. [INFO] Including net.java.dev.jna:jna-platform:jar:5.14.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-jupyter-leaflet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.11.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine-datastore_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-core:jar:2.0.1 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10.1 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:3.25.3 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including org.apache.commons:commons-collections4:jar:4.4 in the shaded jar. [INFO] Including org.apache.commons:commons-configuration2:jar:2.10.1 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core:jar:3.2.0-incubating in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-hadoop-mapreduce:jar:2.0.1 in the shaded jar. [INFO] Including org.apache.thrift:libthrift:jar:0.12.0 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.14 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.16 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.9.2 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.12.0 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.9.2 in the shaded jar. [INFO] Including com.google.guava:guava:jar:28.0-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.16.0 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.26.0 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-11 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.13:jar:3.6.12 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.8 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including org.apache.orc:orc-shims:jar:1.9.3 in the shaded jar. [INFO] Including io.airlift:aircompressor:jar:0.25 in the shaded jar. [INFO] Including org.jetbrains:annotations:jar:17.0.0 in the shaded jar. [INFO] Including org.threeten:threeten-extra:jar:1.7.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-column:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-common:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-encoding:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-hadoop:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-format-structures:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-jackson:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:5.6.0 in the shaded jar. [INFO] Excluding org.geotools:gt-render:jar:30.2 from the shaded jar. [INFO] Excluding org.geotools:gt-coverage:jar:30.2 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.border:jt-border:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.format:jt-format:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.36 from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-classes-epoll:jar:4.1.106.Final from the shaded jar. [INFO] Excluding org.scala-lang:scala-reflect:jar:2.13.12 from the shaded jar. [INFO] Excluding org.scala-lang:scala-library:jar:2.13.12 from the shaded jar. [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar, org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - about.html [WARNING] htrace-core-3.2.0-incubating.jar, jackson-databind-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml [WARNING] htrace-core-3.2.0-incubating.jar, jackson-annotations-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.xml [WARNING] httpclient-4.5.14.jar, httpclient5-5.1.3.jar define 1 overlapping resource: [WARNING] - mozilla/public-suffix-list.txt [WARNING] curator-client-5.6.0.jar, failureaccess-1.0.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.google.guava/failureaccess/pom.properties [WARNING] - META-INF/maven/com.google.guava/failureaccess/pom.xml [WARNING] htrace-core-3.2.0-incubating.jar, jackson-core-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.xml [WARNING] arrow-format-15.0.2.jar, arrow-memory-core-15.0.2.jar, arrow-memory-netty-15.0.2.jar, arrow-vector-15.0.2.jar define 1 overlapping resource: [WARNING] - arrow-git.properties [WARNING] parquet-column-1.13.1.jar, parquet-hadoop-1.13.1.jar define 206 overlapping classes: [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Arrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Arrays$ForkJoinGenericQuickSort [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BidirectionalIterator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BigArrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BigSwapper [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Hash [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Hash$Strategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.SafeMath [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Stack [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Swapper [WARNING] - 196 more... [WARNING] geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT.jar, geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT.jar, geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT.jar, geomesa-accumulo-jobs_2.13-5.1.0-SNAPSHOT.jar, geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT.jar, geomesa-accumulo-spark_2.13-5.1.0-SNAPSHOT.jar, geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT.jar, geomesa-arrow-jts-5.1.0-SNAPSHOT.jar, geomesa-convert-all_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-avro_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-json_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-shp_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-text_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-xml_2.13-5.1.0-SNAPSHOT.jar, geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT.jar, geomesa-cqengine_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-all_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-avro_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT.jar, geomesa-filter_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT.jar, geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT.jar, geomesa-index-api_2.13-5.1.0-SNAPSHOT.jar, geomesa-jobs_2.13-5.1.0-SNAPSHOT.jar, geomesa-metrics-core_2.13-5.1.0-SNAPSHOT.jar, geomesa-process-vector_2.13-5.1.0-SNAPSHOT.jar, geomesa-security_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-core_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-jts_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-sql_2.13-5.1.0-SNAPSHOT.jar, geomesa-tools_2.13-5.1.0-SNAPSHOT.jar, geomesa-z3_2.13-5.1.0-SNAPSHOT.jar, geomesa-zk-utils_2.13-5.1.0-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - git.properties [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - plugin.properties [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar define 2 overlapping resources: [WARNING] - LICENSE-EDL-1.0.txt [WARNING] - LICENSE-EPL-1.0.txt [WARNING] jna-5.14.0.jar, jna-platform-5.14.0.jar define 2 overlapping resources: [WARNING] - META-INF/AL2.0 [WARNING] - META-INF/LGPL2.1 [WARNING] orc-core-1.9.3-nohive.jar, orc-mapreduce-1.9.3-nohive.jar define 809 overlapping classes and resources: [WARNING] - META-INF/maven/org.apache.hive/hive-storage-api/pom.properties [WARNING] - META-INF/maven/org.apache.hive/hive-storage-api/pom.xml [WARNING] - org.apache.orc.protobuf.AbstractMessage [WARNING] - org.apache.orc.protobuf.AbstractMessage$Builder [WARNING] - org.apache.orc.protobuf.AbstractMessage$BuilderParent [WARNING] - org.apache.orc.protobuf.AbstractMessageLite [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$Builder [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$Builder$LimitedInputStream [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$InternalOneOfEnum [WARNING] - org.apache.orc.protobuf.AbstractParser [WARNING] - 799 more... [WARNING] commons-compress-1.26.0.jar, commons-configuration2-2.10.1.jar, commons-dbcp2-2.11.0.jar, commons-io-2.15.1.jar, commons-pool2-2.12.0.jar, commons-text-1.11.0.jar, gson-2.10.1.jar, indriya-2.2.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, parquet-jackson-1.13.1.jar, unit-api-2.1.2.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 4 overlapping resources: [WARNING] - about.ini [WARNING] - about.mappings [WARNING] - about.properties [WARNING] - modeling32.png [WARNING] commons-logging-1.2.jar, htrace-core-3.2.0-incubating.jar define 2 overlapping resources: [WARNING] - META-INF/maven/commons-logging/commons-logging/pom.properties [WARNING] - META-INF/maven/commons-logging/commons-logging/pom.xml [WARNING] org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - plugin.xml [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/target/geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/target/geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-spark-runtime-accumulo20_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/target/geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-spark-runtime-accumulo20_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/target/geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-spark-runtime-accumulo20_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/target/geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-spark-runtime-accumulo20_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-spark-runtime-accumulo20_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-accumulo-spark-runtime-accumulo20_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-accumulo-spark-runtime-accumulo20_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --< org.locationtech.geomesa:geomesa-accumulo-spark-runtime-accumulo21_2.13 >-- [INFO] Building GeoMesa Accumulo Spark Runtime, Accumulo 2.1.x 5.1.0-SNAPSHOT [65/127] [INFO] from geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/target/classes at 1716074772713 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/target/test-classes at 1716074775021 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/target/geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/target/geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/target/geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (default) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Including org.locationtech.geomesa:geomesa-accumulo-datastore_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.13:jar:3.6.12 in the shaded jar. [INFO] Including com.jayway.jsonpath:json-path:jar:2.9.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.5.0 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:2.5.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-access:jar:1.0.0-beta in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:30.2 in the shaded jar. [INFO] Including org.calrissian.mango:mango-core:jar:3.0.0 in the shaded jar. [INFO] Including io.sgr:s2-geometry-library-java:jar:1.0.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-indices_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-iterators_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.12.0 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:30.2 in the shaded jar. [INFO] Including it.geosolutions.jgridshift:jgridshift-core:jar:1.3 in the shaded jar. [INFO] Including net.sf.geographiclib:GeographicLib-Java:jar:1.49 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:30.2 in the shaded jar. [INFO] Including org.ejml:ejml-core:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-simple:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-fsparse:jar:0.41 in the shaded jar. [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.3 in the shaded jar. [INFO] Including com.esotericsoftware:minlog:jar:1.3.0 in the shaded jar. [INFO] Including org.objenesis:objenesis:jar:2.5.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.13:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.4.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.3 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.13:jar:2.3.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.13:jar:3.9.5 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:30.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-avro_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:15.0.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:23.5.26 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.1.0 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.1.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:15.0.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:30.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-main:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:30.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 in the shaded jar. [INFO] Including org.geotools:gt-api:jar:30.2 in the shaded jar. [INFO] Including commons-pool:commons-pool:jar:1.6 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.1 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.1.2 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.1 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.2 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:30.2 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.common:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.15.0 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including com.conversantmedia:disruptor:jar:1.2.15 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.15.1 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:5.6.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:5.6.0 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.37.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.21.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-jobs_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-jobs_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.82 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-spark_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-core_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-sql_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-jts_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.jts.io:jts-io-common:jar:1.19.0 in the shaded jar. [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar. [INFO] Including org.locationtech.spatial4j:spatial4j:jar:0.8 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.googlecode.cqengine:cqengine:jar:3.6.0 in the shaded jar. [INFO] Including com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1 in the shaded jar. [INFO] Including net.jodah:typetools:jar:0.6.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-tools_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-exporters_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-all_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-metrics-core_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-core_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic-base_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.chuusai:shapeless_2.13:jar:2.3.10 in the shaded jar. [INFO] Including org.mozilla:rhino:jar:1.7.14 in the shaded jar. [INFO] Including org.mozilla:rhino-engine:jar:1.7.14 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-avro_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-fixedwidth_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-jdbc_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-json_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-parquet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-text_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-xml_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including net.sf.saxon:Saxon-HE:jar:12.4 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:5.2.2 in the shaded jar. [INFO] Including org.apache.httpcomponents.client5:httpclient5:jar:5.1.3 in the shaded jar. [INFO] Including org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3 in the shaded jar. [INFO] Including org.apache.httpcomponents.core5:httpcore5:jar:5.1.3 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:data:5.2.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-redis-cache_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including redis.clients:jedis:jar:5.1.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-shp_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-api_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-orc_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-dbcp2:jar:2.11.0 in the shaded jar. [INFO] Including jakarta.transaction:jakarta.transaction-api:jar:1.3.3 in the shaded jar. [INFO] Including org.apache.orc:orc-core:jar:nohive:1.9.3 in the shaded jar. [INFO] Including org.apache.orc:orc-mapreduce:jar:nohive:1.9.3 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-parquet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.3 in the shaded jar. [INFO] Including org.geotools:gt-xml:jar:30.2 in the shaded jar. [INFO] Including org.apache.xml:xml-commons-resolver:jar:1.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-wfs:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.wfs:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.fes:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-filter:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-core:jar:30.2 in the shaded jar. [INFO] Including picocontainer:picocontainer:jar:1.2 in the shaded jar. [INFO] Including commons-jxpath:commons-jxpath:jar:1.3 in the shaded jar. [INFO] Including org.eclipse.xsd:org.eclipse.xsd:jar:2.12.0 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-gml2:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-gml3:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-fes:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-ows:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-epsg-wkt:jar:30.2 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.13:jar:2.2.0 in the shaded jar. [INFO] Including com.facebook:nailgun-server:jar:1.0.1 in the shaded jar. [INFO] Including net.java.dev.jna:jna:jar:5.14.0 in the shaded jar. [INFO] Including net.java.dev.jna:jna-platform:jar:5.14.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-jupyter-leaflet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.11.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine-datastore_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-core:jar:2.1.2 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10.1 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:3.25.3 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including io.micrometer:micrometer-core:jar:1.11.1 in the shaded jar. [INFO] Including io.micrometer:micrometer-commons:jar:1.11.1 in the shaded jar. [INFO] Including io.micrometer:micrometer-observation:jar:1.11.1 in the shaded jar. [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.12 in the shaded jar. [INFO] Including org.latencyutils:LatencyUtils:jar:2.0.3 in the shaded jar. [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.27.0 in the shaded jar. [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.27.0 in the shaded jar. [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.27.0-alpha in the shaded jar. [INFO] Including org.apache.commons:commons-collections4:jar:4.4 in the shaded jar. [INFO] Including org.apache.commons:commons-configuration2:jar:2.10.1 in the shaded jar. [INFO] Including org.apache.datasketches:datasketches-java:jar:4.1.0 in the shaded jar. [INFO] Including org.apache.datasketches:datasketches-memory:jar:2.2.0 in the shaded jar. [INFO] Including org.yaml:snakeyaml:jar:2.0 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-hadoop-mapreduce:jar:2.1.2 in the shaded jar. [INFO] Including org.apache.thrift:libthrift:jar:0.17.0 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.9.2 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.12.0 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.9.2 in the shaded jar. [INFO] Including com.google.guava:guava:jar:28.0-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.16.0 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.26.0 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-11 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.13:jar:3.6.12 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.8 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including org.apache.orc:orc-shims:jar:1.9.3 in the shaded jar. [INFO] Including io.airlift:aircompressor:jar:0.25 in the shaded jar. [INFO] Including org.jetbrains:annotations:jar:17.0.0 in the shaded jar. [INFO] Including org.threeten:threeten-extra:jar:1.7.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-column:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-common:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-encoding:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-hadoop:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-format-structures:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-jackson:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:5.6.0 in the shaded jar. [INFO] Excluding org.geotools:gt-render:jar:30.2 from the shaded jar. [INFO] Excluding org.geotools:gt-coverage:jar:30.2 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.border:jt-border:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.format:jt-format:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.36 from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-classes-epoll:jar:4.1.106.Final from the shaded jar. [INFO] Excluding org.scala-lang:scala-reflect:jar:2.13.12 from the shaded jar. [INFO] Excluding org.scala-lang:scala-library:jar:2.13.12 from the shaded jar. [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar, org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - about.html [WARNING] jackson-core-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.xml [WARNING] commons-compress-1.26.0.jar, commons-configuration2-2.10.1.jar, commons-dbcp2-2.11.0.jar, commons-io-2.15.1.jar, commons-pool2-2.12.0.jar, commons-text-1.11.0.jar, gson-2.10.1.jar, indriya-2.2.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, parquet-jackson-1.13.1.jar, snakeyaml-2.0.jar, unit-api-2.1.2.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] geomesa-accumulo-datastore_2.13-5.1.0-SNAPSHOT.jar, geomesa-accumulo-indices_2.13-5.1.0-SNAPSHOT.jar, geomesa-accumulo-iterators_2.13-5.1.0-SNAPSHOT.jar, geomesa-accumulo-jobs_2.13-5.1.0-SNAPSHOT.jar, geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT.jar, geomesa-accumulo-spark_2.13-5.1.0-SNAPSHOT.jar, geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT.jar, geomesa-arrow-jts-5.1.0-SNAPSHOT.jar, geomesa-convert-all_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-avro_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-json_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-shp_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-text_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-xml_2.13-5.1.0-SNAPSHOT.jar, geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT.jar, geomesa-cqengine_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-all_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-avro_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT.jar, geomesa-filter_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT.jar, geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT.jar, geomesa-index-api_2.13-5.1.0-SNAPSHOT.jar, geomesa-jobs_2.13-5.1.0-SNAPSHOT.jar, geomesa-metrics-core_2.13-5.1.0-SNAPSHOT.jar, geomesa-process-vector_2.13-5.1.0-SNAPSHOT.jar, geomesa-security_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-core_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-jts_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-sql_2.13-5.1.0-SNAPSHOT.jar, geomesa-tools_2.13-5.1.0-SNAPSHOT.jar, geomesa-z3_2.13-5.1.0-SNAPSHOT.jar, geomesa-zk-utils_2.13-5.1.0-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - git.properties [WARNING] curator-client-5.6.0.jar, failureaccess-1.0.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.google.guava/failureaccess/pom.properties [WARNING] - META-INF/maven/com.google.guava/failureaccess/pom.xml [WARNING] arrow-format-15.0.2.jar, arrow-memory-core-15.0.2.jar, arrow-memory-netty-15.0.2.jar, arrow-vector-15.0.2.jar define 1 overlapping resource: [WARNING] - arrow-git.properties [WARNING] parquet-column-1.13.1.jar, parquet-hadoop-1.13.1.jar define 206 overlapping classes: [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Arrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Arrays$ForkJoinGenericQuickSort [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BidirectionalIterator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BigArrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BigSwapper [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Hash [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Hash$Strategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.SafeMath [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Stack [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Swapper [WARNING] - 196 more... [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - plugin.properties [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar define 2 overlapping resources: [WARNING] - LICENSE-EDL-1.0.txt [WARNING] - LICENSE-EPL-1.0.txt [WARNING] jackson-annotations-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.xml [WARNING] jna-5.14.0.jar, jna-platform-5.14.0.jar define 2 overlapping resources: [WARNING] - META-INF/AL2.0 [WARNING] - META-INF/LGPL2.1 [WARNING] orc-core-1.9.3-nohive.jar, orc-mapreduce-1.9.3-nohive.jar define 809 overlapping classes and resources: [WARNING] - META-INF/maven/org.apache.hive/hive-storage-api/pom.properties [WARNING] - META-INF/maven/org.apache.hive/hive-storage-api/pom.xml [WARNING] - org.apache.orc.protobuf.AbstractMessage [WARNING] - org.apache.orc.protobuf.AbstractMessage$Builder [WARNING] - org.apache.orc.protobuf.AbstractMessage$BuilderParent [WARNING] - org.apache.orc.protobuf.AbstractMessageLite [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$Builder [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$Builder$LimitedInputStream [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$InternalOneOfEnum [WARNING] - org.apache.orc.protobuf.AbstractParser [WARNING] - 799 more... [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 4 overlapping resources: [WARNING] - about.ini [WARNING] - about.mappings [WARNING] - about.properties [WARNING] - modeling32.png [WARNING] org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - plugin.xml [WARNING] jackson-databind-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/target/geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/target/geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-spark-runtime-accumulo21_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/target/geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-spark-runtime-accumulo21_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/target/geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-spark-runtime-accumulo21_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/target/geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-spark-runtime-accumulo21_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-spark-runtime-accumulo21_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-accumulo-spark-runtime-accumulo21_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-accumulo-spark-runtime-accumulo21_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-spark-converter_2.13 >-------- [INFO] Building GeoMesa Spark Converter RDD Provider 5.1.0-SNAPSHOT [66/127] [INFO] from geomesa-spark/geomesa-spark-converter/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-spark-converter_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-spark-converter_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-spark-converter_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-spark-converter_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-spark-converter_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-spark-converter_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-spark-converter_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-spark-converter_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-spark-converter_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-spark-converter_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-spark-converter_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/target/classes at 1716074804622 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-spark-converter_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-spark-converter_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-spark-converter_2.13 --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-spark-converter_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/target/test-classes at 1716074808238 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-spark-converter_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-spark-converter_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-spark-converter_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/target/geomesa-spark-converter_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-spark-converter_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/target/geomesa-spark-converter_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-spark-converter_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/target/geomesa-spark-converter_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-spark-converter_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-converter_2.13/5.1.0-SNAPSHOT/geomesa-spark-converter_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/target/geomesa-spark-converter_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-converter_2.13/5.1.0-SNAPSHOT/geomesa-spark-converter_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/target/geomesa-spark-converter_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-converter_2.13/5.1.0-SNAPSHOT/geomesa-spark-converter_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-converter/target/geomesa-spark-converter_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-converter_2.13/5.1.0-SNAPSHOT/geomesa-spark-converter_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-spark-converter_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-spark-converter_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------< org.locationtech.geomesa:geomesa-accumulo-tools_2.13 >-------- [INFO] Building GeoMesa Accumulo Tools 5.1.0-SNAPSHOT [67/127] [INFO] from geomesa-accumulo/geomesa-accumulo-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-accumulo-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-accumulo-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-accumulo-tools_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-accumulo-tools_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-accumulo-tools_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-accumulo-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-accumulo-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-accumulo-tools_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-accumulo-tools_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-accumulo-tools_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-accumulo-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala:-1: info: compiling [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/target/classes at 1716074823111 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-accumulo-tools_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-accumulo-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-accumulo-tools_2.13 --- [INFO] Copying 12 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-accumulo-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala:-1: info: compiling [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/target/test-classes at 1716074830336 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-accumulo-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-accumulo-tools_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-accumulo-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/target/geomesa-accumulo-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- exec:3.1.1:exec (generate-auto-complete) @ geomesa-accumulo-tools_2.13 --- log4j:WARN No appenders could be found for logger (org.locationtech.geomesa.tools.output). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-accumulo-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/target/geomesa-accumulo-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-accumulo-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/target/geomesa-accumulo-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-accumulo-tools_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-tools_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-tools_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/target/geomesa-accumulo-tools_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-tools_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/target/geomesa-accumulo-tools_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-tools_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-tools/target/geomesa-accumulo-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-tools_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-accumulo-tools_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-accumulo-tools_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----< org.locationtech.geomesa:geomesa-archetypes-binary-dist_2.13 >---- [INFO] Building GeoMesa Binary Distribution Archetype 5.1.0-SNAPSHOT [68/127] [INFO] from geomesa-archetypes/geomesa-archetypes-binary-dist/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/geomesa-archetypes-binary-dist/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/geomesa-archetypes-binary-dist/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/geomesa-archetypes-binary-dist/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/geomesa-archetypes-binary-dist/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-archetypes/geomesa-archetypes-binary-dist/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-archetypes-binary-dist_2.13/5.1.0-SNAPSHOT/geomesa-archetypes-binary-dist_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-archetypes-binary-dist_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-archetypes-binary-dist_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------< org.locationtech.geomesa:geomesa-accumulo-dist_2.13 >--------- [INFO] Building GeoMesa Accumulo Distribution 5.1.0-SNAPSHOT [69/127] [INFO] from geomesa-accumulo/geomesa-accumulo-dist/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-accumulo-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-accumulo-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-accumulo-dist_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-accumulo-dist_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-accumulo-dist_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-accumulo-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-dist/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-dist/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-accumulo-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-dist/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-dist/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-accumulo-dist_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-accumulo-dist_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-accumulo-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-accumulo-dist_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-accumulo-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-accumulo-dist_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-accumulo-dist_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (binary-assembly) @ geomesa-accumulo-dist_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-dist/../../geomesa-archetypes/geomesa-archetypes-binary-dist/binary-release.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.locationtech.geomesa:geomesa-accumulo-gs-plugin*' o 'org.locationtech.geomesa:geomesa-process-wps*' [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-render:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-render:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa_pyspark*' [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-dist/target/geomesa-accumulo_2.13-5.1.0-SNAPSHOT-bin.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-accumulo-dist_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-accumulo/geomesa-accumulo-dist/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-accumulo-dist_2.13/5.1.0-SNAPSHOT/geomesa-accumulo-dist_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-accumulo-dist_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-accumulo-dist_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-arrow-datastore_2.13 >-------- [INFO] Building GeoMesa Arrow DataStore 5.1.0-SNAPSHOT [70/127] [INFO] from geomesa-arrow/geomesa-arrow-datastore/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-arrow-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-arrow-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-arrow-datastore_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-arrow-datastore_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-arrow-datastore_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-arrow-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-arrow-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-arrow-datastore_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-arrow-datastore_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-arrow-datastore_2.13 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-arrow-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/src/main/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/target/classes at 1716074854949 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-arrow-datastore_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-arrow-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-arrow-datastore_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-arrow-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/target/test-classes at 1716074858807 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-arrow-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-arrow-datastore_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-arrow-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/target/geomesa-arrow-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-arrow-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/target/geomesa-arrow-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-arrow-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/target/geomesa-arrow-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-arrow-datastore_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-datastore_2.13/5.1.0-SNAPSHOT/geomesa-arrow-datastore_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/target/geomesa-arrow-datastore_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-datastore_2.13/5.1.0-SNAPSHOT/geomesa-arrow-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/target/geomesa-arrow-datastore_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-datastore_2.13/5.1.0-SNAPSHOT/geomesa-arrow-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-datastore/target/geomesa-arrow-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-datastore_2.13/5.1.0-SNAPSHOT/geomesa-arrow-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-arrow-datastore_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-arrow-datastore_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-arrow-tools_2.13 >---------- [INFO] Building GeoMesa Arrow Tools 5.1.0-SNAPSHOT [71/127] [INFO] from geomesa-arrow/geomesa-arrow-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-arrow-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-arrow-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-arrow-tools_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-arrow-tools_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-arrow-tools_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-arrow-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-arrow-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-arrow-tools_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-arrow-tools_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-arrow-tools_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-arrow-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/src/main/scala:-1: info: compiling [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/target/classes at 1716074864040 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-arrow-tools_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-arrow-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-arrow-tools_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-arrow-tools_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-arrow-tools_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-arrow-tools_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-arrow-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/target/geomesa-arrow-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-arrow-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/target/geomesa-arrow-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-arrow-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/target/geomesa-arrow-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- exec:3.1.1:exec (generate-auto-complete) @ geomesa-arrow-tools_2.13 --- log4j:WARN No appenders could be found for logger (org.locationtech.geomesa.tools.output). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-arrow-tools_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-tools_2.13/5.1.0-SNAPSHOT/geomesa-arrow-tools_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/target/geomesa-arrow-tools_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-tools_2.13/5.1.0-SNAPSHOT/geomesa-arrow-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/target/geomesa-arrow-tools_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-tools_2.13/5.1.0-SNAPSHOT/geomesa-arrow-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-tools/target/geomesa-arrow-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-tools_2.13/5.1.0-SNAPSHOT/geomesa-arrow-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-arrow-tools_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-arrow-tools_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-arrow-dist_2.13 >---------- [INFO] Building GeoMesa Arrow Distribution 5.1.0-SNAPSHOT [72/127] [INFO] from geomesa-arrow/geomesa-arrow-dist/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-arrow-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-arrow-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-arrow-dist_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-arrow-dist_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-arrow-dist_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-arrow-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-dist/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-dist/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-arrow-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-dist/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-dist/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-arrow-dist_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-arrow-dist_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-arrow-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-arrow-dist_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-arrow-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-arrow-dist_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-arrow-dist_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (binary-assembly) @ geomesa-arrow-dist_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-dist/../../geomesa-archetypes/geomesa-archetypes-binary-dist/binary-release.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.locationtech.geomesa:geomesa-arrow-gs-plugin*' o 'org.locationtech.geomesa:geomesa-arrow-distributed-runtime*' o 'org.locationtech.geomesa:geomesa-arrow-spark*' o 'org.locationtech.geomesa:geomesa-spark*' o 'org.locationtech.geomesa:geomesa-process-wps*' [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-arrow-spark*' o 'org.locationtech.geomesa:geomesa-spark*' o 'org.locationtech.geomesa:geomesa_pyspark*' [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-arrow-distributed-runtime*' [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'com.google.guava:guava' [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-dist/target/geomesa-arrow_2.13-5.1.0-SNAPSHOT-bin.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-arrow-dist_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-arrow/geomesa-arrow-dist/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-arrow-dist_2.13/5.1.0-SNAPSHOT/geomesa-arrow-dist_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-arrow-dist_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-arrow-dist_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-cassandra_2.13 >----------- [INFO] Building GeoMesa Cassandra 5.1.0-SNAPSHOT [73/127] [INFO] from geomesa-cassandra/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-cassandra_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-cassandra_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-cassandra_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-cassandra_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-cassandra_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-cassandra_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-cassandra_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-cassandra_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-cassandra_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-cassandra_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-cassandra_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-cassandra_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-cassandra_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-cassandra_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-cassandra_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cassandra_2.13/5.1.0-SNAPSHOT/geomesa-cassandra_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-cassandra_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-cassandra_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----< org.locationtech.geomesa:geomesa-cassandra-datastore_2.13 >------ [INFO] Building GeoMesa Cassandra DataStore 5.1.0-SNAPSHOT [74/127] [INFO] from geomesa-cassandra/geomesa-cassandra-datastore/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-cassandra-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-cassandra-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-cassandra-datastore_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-cassandra-datastore_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-cassandra-datastore_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-cassandra-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-cassandra-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-cassandra-datastore_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-cassandra-datastore_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-cassandra-datastore_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-cassandra-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala:-1: info: compiling [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/target/classes at 1716074877712 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-cassandra-datastore_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-cassandra-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-cassandra-datastore_2.13 --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-cassandra-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/target/test-classes at 1716074884818 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-cassandra-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-cassandra-datastore_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-cassandra-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/target/geomesa-cassandra-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-cassandra-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/target/geomesa-cassandra-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-cassandra-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/target/geomesa-cassandra-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-cassandra-datastore_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cassandra-datastore_2.13/5.1.0-SNAPSHOT/geomesa-cassandra-datastore_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/target/geomesa-cassandra-datastore_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cassandra-datastore_2.13/5.1.0-SNAPSHOT/geomesa-cassandra-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/target/geomesa-cassandra-datastore_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cassandra-datastore_2.13/5.1.0-SNAPSHOT/geomesa-cassandra-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-datastore/target/geomesa-cassandra-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cassandra-datastore_2.13/5.1.0-SNAPSHOT/geomesa-cassandra-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-cassandra-datastore_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-cassandra-datastore_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-cassandra-tools_2.13 >-------- [INFO] Building GeoMesa Cassandra Tools 5.1.0-SNAPSHOT [75/127] [INFO] from geomesa-cassandra/geomesa-cassandra-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-cassandra-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-cassandra-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-cassandra-tools_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-cassandra-tools_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-cassandra-tools_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-cassandra-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-cassandra-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-cassandra-tools_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-cassandra-tools_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-cassandra-tools_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-cassandra-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala:-1: info: compiling [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/target/classes at 1716074890780 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-cassandra-tools_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-cassandra-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-cassandra-tools_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-cassandra-tools_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-cassandra-tools_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-cassandra-tools_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-cassandra-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/target/geomesa-cassandra-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-cassandra-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/target/geomesa-cassandra-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-cassandra-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/target/geomesa-cassandra-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- exec:3.1.1:exec (generate-auto-complete) @ geomesa-cassandra-tools_2.13 --- SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-cassandra-tools_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cassandra-tools_2.13/5.1.0-SNAPSHOT/geomesa-cassandra-tools_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/target/geomesa-cassandra-tools_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cassandra-tools_2.13/5.1.0-SNAPSHOT/geomesa-cassandra-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/target/geomesa-cassandra-tools_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cassandra-tools_2.13/5.1.0-SNAPSHOT/geomesa-cassandra-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-tools/target/geomesa-cassandra-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cassandra-tools_2.13/5.1.0-SNAPSHOT/geomesa-cassandra-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-cassandra-tools_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-cassandra-tools_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----< org.locationtech.geomesa:geomesa-cassandra-gs-plugin_2.13 >------ [INFO] Building GeoMesa Cassandra GeoServer Plugin 5.1.0-SNAPSHOT [76/127] [INFO] from geomesa-cassandra/geomesa-cassandra-gs-plugin/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-gs-plugin/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-gs-plugin/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-gs-plugin/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-gs-plugin/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (create-archive) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-gs-plugin/../../geomesa-archetypes/geomesa-archetypes-gs-plugin/assembly.xml [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-gs-plugin/target/geomesa-cassandra-gs-plugin_2.13-5.1.0-SNAPSHOT-install.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-gs-plugin/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cassandra-gs-plugin_2.13/5.1.0-SNAPSHOT/geomesa-cassandra-gs-plugin_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-cassandra-gs-plugin_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-cassandra-gs-plugin_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------< org.locationtech.geomesa:geomesa-cassandra-dist_2.13 >-------- [INFO] Building GeoMesa Cassandra Distribution 5.1.0-SNAPSHOT [77/127] [INFO] from geomesa-cassandra/geomesa-cassandra-dist/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-cassandra-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-cassandra-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-cassandra-dist_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-cassandra-dist_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-cassandra-dist_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-cassandra-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-dist/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-dist/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-cassandra-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-dist/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-dist/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-cassandra-dist_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-cassandra-dist_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-cassandra-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-cassandra-dist_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-cassandra-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-cassandra-dist_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-cassandra-dist_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (binary-assembly) @ geomesa-cassandra-dist_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-dist/../../geomesa-archetypes/geomesa-archetypes-binary-dist/binary-release.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.locationtech.geomesa:geomesa-cassandra-gs-plugin*' o 'org.locationtech.geomesa:geomesa-cassandra-distributed-runtime*' o 'org.locationtech.geomesa:geomesa-cassandra-spark*' o 'org.locationtech.geomesa:geomesa-spark*' o 'org.locationtech.geomesa:geomesa-process-wps*' [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-cassandra-spark*' o 'org.locationtech.geomesa:geomesa-spark*' o 'org.locationtech.geomesa:geomesa_pyspark*' [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-cassandra-distributed-runtime*' [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-dist/target/geomesa-cassandra_2.13-5.1.0-SNAPSHOT-bin.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-cassandra-dist_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-cassandra/geomesa-cassandra-dist/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-cassandra-dist_2.13/5.1.0-SNAPSHOT/geomesa-cassandra-dist_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-cassandra-dist_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-cassandra-dist_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --< org.locationtech.geomesa:geomesa-convert-avro-schema-registry_2.13 >-- [INFO] Building GeoMesa Convert Avro Schema Registry 5.1.0-SNAPSHOT [78/127] [INFO] from geomesa-convert/geomesa-convert-avro-schema-registry/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/src/main/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/target/classes at 1716074908963 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/src/test/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/target/test-classes at 1716074912838 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/target/geomesa-convert-avro-schema-registry_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/target/geomesa-convert-avro-schema-registry_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/target/geomesa-convert-avro-schema-registry_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-avro-schema-registry_2.13/5.1.0-SNAPSHOT/geomesa-convert-avro-schema-registry_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/target/geomesa-convert-avro-schema-registry_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-avro-schema-registry_2.13/5.1.0-SNAPSHOT/geomesa-convert-avro-schema-registry_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/target/geomesa-convert-avro-schema-registry_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-avro-schema-registry_2.13/5.1.0-SNAPSHOT/geomesa-convert-avro-schema-registry_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-avro-schema-registry/target/geomesa-convert-avro-schema-registry_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-avro-schema-registry_2.13/5.1.0-SNAPSHOT/geomesa-convert-avro-schema-registry_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-avro-schema-registry_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-avro-schema-registry_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----< org.locationtech.geomesa:geomesa-convert-simplefeature_2.13 >----- [INFO] Building GeoMesa Convert Simple Feature 5.1.0-SNAPSHOT [79/127] [INFO] from geomesa-convert/geomesa-convert-simplefeature/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-convert-simplefeature_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-convert-simplefeature_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-convert-simplefeature_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-convert-simplefeature_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-convert-simplefeature_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-convert-simplefeature_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-convert-simplefeature_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-convert-simplefeature_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-convert-simplefeature_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-convert-simplefeature_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-convert-simplefeature_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/src/main/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/target/classes at 1716074917367 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-convert-simplefeature_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-convert-simplefeature_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-convert-simplefeature_2.13 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-convert-simplefeature_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/target/test-classes at 1716074921108 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-convert-simplefeature_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-convert-simplefeature_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-convert-simplefeature_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/target/geomesa-convert-simplefeature_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-convert-simplefeature_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/target/geomesa-convert-simplefeature_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-convert-simplefeature_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/target/geomesa-convert-simplefeature_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-convert-simplefeature_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-simplefeature_2.13/5.1.0-SNAPSHOT/geomesa-convert-simplefeature_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/target/geomesa-convert-simplefeature_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-simplefeature_2.13/5.1.0-SNAPSHOT/geomesa-convert-simplefeature_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/target/geomesa-convert-simplefeature_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-simplefeature_2.13/5.1.0-SNAPSHOT/geomesa-convert-simplefeature_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-convert/geomesa-convert-simplefeature/target/geomesa-convert-simplefeature_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-convert-simplefeature_2.13/5.1.0-SNAPSHOT/geomesa-convert-simplefeature_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-convert-simplefeature_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-convert-simplefeature_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------< org.locationtech.geomesa:geomesa-fs-storage-convert_2.13 >------ [INFO] Building GeoMesa FileSystem Storage Converters 5.1.0-SNAPSHOT [80/127] [INFO] from geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs-storage-convert_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs-storage-convert_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs-storage-convert_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs-storage-convert_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs-storage-convert_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs-storage-convert_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs-storage-convert_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs-storage-convert_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs-storage-convert_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-fs-storage-convert_2.13 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs-storage-convert_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala:-1: info: compiling [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/target/classes at 1716074924979 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs-storage-convert_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-fs-storage-convert_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-fs-storage-convert_2.13 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs-storage-convert_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/target/test-classes at 1716074929519 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-fs-storage-convert_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-fs-storage-convert_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-fs-storage-convert_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/target/geomesa-fs-storage-convert_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs-storage-convert_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/target/geomesa-fs-storage-convert_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs-storage-convert_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/target/geomesa-fs-storage-convert_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs-storage-convert_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-convert_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-convert_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/target/geomesa-fs-storage-convert_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-convert_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-convert_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/target/geomesa-fs-storage-convert_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-convert_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-convert_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/target/geomesa-fs-storage-convert_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-storage-convert_2.13/5.1.0-SNAPSHOT/geomesa-fs-storage-convert_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs-storage-convert_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs-storage-convert_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-fs-datastore_2.13 >--------- [INFO] Building GeoMesa FileSystem DataStore 5.1.0-SNAPSHOT [81/127] [INFO] from geomesa-fs/geomesa-fs-datastore/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs-datastore_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs-datastore_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs-datastore_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs-datastore_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs-datastore_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-fs-datastore_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/src/main/scala:-1: info: compiling [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/target/classes at 1716074933474 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs-datastore_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-fs-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-fs-datastore_2.13 --- [INFO] Copying 10 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/src/test/scala:-1: info: compiling [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/target/test-classes at 1716074938486 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-fs-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-fs-datastore_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-fs-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/target/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/target/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/target/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ geomesa-fs-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/target/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs-datastore_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-datastore_2.13/5.1.0-SNAPSHOT/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/target/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-datastore_2.13/5.1.0-SNAPSHOT/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/target/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-datastore_2.13/5.1.0-SNAPSHOT/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/target/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-datastore_2.13/5.1.0-SNAPSHOT/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-datastore/target/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-datastore_2.13/5.1.0-SNAPSHOT/geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs-datastore_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs-datastore_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-fs-tools_2.13 >----------- [INFO] Building GeoMesa FileSystem Tools 5.1.0-SNAPSHOT [82/127] [INFO] from geomesa-fs/geomesa-fs-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs-tools_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs-tools_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs-tools_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs-tools_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs-tools_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-fs-tools_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/src/main/scala:-1: info: compiling [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/target/classes at 1716074945756 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs-tools_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-fs-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-fs-tools_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/src/test/scala:-1: info: compiling [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/target/test-classes at 1716074953384 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-fs-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-fs-tools_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-fs-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/target/geomesa-fs-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- exec:3.1.1:exec (generate-auto-complete) @ geomesa-fs-tools_2.13 --- log4j:WARN No appenders could be found for logger (org.locationtech.geomesa.tools.output). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/target/geomesa-fs-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/target/geomesa-fs-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs-tools_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-tools_2.13/5.1.0-SNAPSHOT/geomesa-fs-tools_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/target/geomesa-fs-tools_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-tools_2.13/5.1.0-SNAPSHOT/geomesa-fs-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/target/geomesa-fs-tools_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-tools_2.13/5.1.0-SNAPSHOT/geomesa-fs-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-tools/target/geomesa-fs-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-tools_2.13/5.1.0-SNAPSHOT/geomesa-fs-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs-tools_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs-tools_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-fs-gs-plugin_2.13 >--------- [INFO] Building GeoMesa Filesystem GeoServer Plugin 5.1.0-SNAPSHOT [83/127] [INFO] from geomesa-fs/geomesa-fs-gs-plugin/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs-gs-plugin_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs-gs-plugin_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs-gs-plugin_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-gs-plugin/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-gs-plugin/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-gs-plugin/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-gs-plugin/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs-gs-plugin_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs-gs-plugin_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs-gs-plugin_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs-gs-plugin_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs-gs-plugin_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (create-archive) @ geomesa-fs-gs-plugin_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-gs-plugin/../../geomesa-archetypes/geomesa-archetypes-gs-plugin/assembly.xml [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-gs-plugin/target/geomesa-fs-gs-plugin_2.13-5.1.0-SNAPSHOT-install.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs-gs-plugin_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-gs-plugin/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-gs-plugin_2.13/5.1.0-SNAPSHOT/geomesa-fs-gs-plugin_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs-gs-plugin_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs-gs-plugin_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-fs-spark_2.13 >----------- [INFO] Building GeoMesa FileSystem Spark RDD Provider 5.1.0-SNAPSHOT [84/127] [INFO] from geomesa-fs/geomesa-fs-spark/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs-spark_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs-spark_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs-spark_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs-spark_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs-spark_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs-spark_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs-spark_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs-spark_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs-spark_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-fs-spark_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs-spark_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/target/classes at 1716074962919 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs-spark_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-fs-spark_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-fs-spark_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs-spark_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-fs-spark_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-fs-spark_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-fs-spark_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/target/geomesa-fs-spark_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs-spark_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/target/geomesa-fs-spark_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs-spark_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/target/geomesa-fs-spark_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs-spark_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-spark_2.13/5.1.0-SNAPSHOT/geomesa-fs-spark_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/target/geomesa-fs-spark_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-spark_2.13/5.1.0-SNAPSHOT/geomesa-fs-spark_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/target/geomesa-fs-spark_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-spark_2.13/5.1.0-SNAPSHOT/geomesa-fs-spark_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark/target/geomesa-fs-spark_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-spark_2.13/5.1.0-SNAPSHOT/geomesa-fs-spark_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs-spark_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs-spark_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-fs-spark-runtime_2.13 >------- [INFO] Building GeoMesa Filesystem Spark Runtime 5.1.0-SNAPSHOT [85/127] [INFO] from geomesa-fs/geomesa-fs-spark-runtime/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs-spark-runtime_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs-spark-runtime_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs-spark-runtime_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs-spark-runtime_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs-spark-runtime_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-fs-spark-runtime_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs-spark-runtime_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/target/classes at 1716074968538 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs-spark-runtime_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-fs-spark-runtime_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs-spark-runtime_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/target/test-classes at 1716074970809 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/target/geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/target/geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/target/geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (default) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Including org.locationtech.geomesa:geomesa-fs-spark_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-jobs_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-parquet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.13:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.4.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-orc_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.orc:orc-core:jar:nohive:1.9.3 in the shaded jar. [INFO] Including org.apache.orc:orc-mapreduce:jar:nohive:1.9.3 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-datastore_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.13:jar:3.6.12 in the shaded jar. [INFO] Including com.jayway.jsonpath:json-path:jar:2.9.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.5.0 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:2.5.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-access:jar:1.0.0-beta in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-process:jar:30.2 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.37.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.21.1 in the shaded jar. [INFO] Including org.calrissian.mango:mango-core:jar:3.0.0 in the shaded jar. [INFO] Including io.sgr:s2-geometry-library-java:jar:1.0.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.12.0 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:30.2 in the shaded jar. [INFO] Including it.geosolutions.jgridshift:jgridshift-core:jar:1.3 in the shaded jar. [INFO] Including net.sf.geographiclib:GeographicLib-Java:jar:1.49 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:30.2 in the shaded jar. [INFO] Including org.ejml:ejml-core:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-simple:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-fsparse:jar:0.41 in the shaded jar. [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.3 in the shaded jar. [INFO] Including com.esotericsoftware:minlog:jar:1.3.0 in the shaded jar. [INFO] Including org.objenesis:objenesis:jar:2.5.1 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.3 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.13:jar:2.3.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.13:jar:3.9.5 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-api_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-core_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic-base_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.chuusai:shapeless_2.13:jar:2.3.10 in the shaded jar. [INFO] Including org.apache.commons:commons-dbcp2:jar:2.11.0 in the shaded jar. [INFO] Including jakarta.transaction:jakarta.transaction-api:jar:1.3.3 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-convert_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-all_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-metrics-core_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.mozilla:rhino:jar:1.7.14 in the shaded jar. [INFO] Including org.mozilla:rhino-engine:jar:1.7.14 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-avro_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-fixedwidth_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-jdbc_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-json_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-parquet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-text_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-xml_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including net.sf.saxon:Saxon-HE:jar:12.4 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:5.2.2 in the shaded jar. [INFO] Including org.apache.httpcomponents.client5:httpclient5:jar:5.1.3 in the shaded jar. [INFO] Including org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3 in the shaded jar. [INFO] Including org.apache.httpcomponents.core5:httpcore5:jar:5.1.3 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:data:5.2.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-redis-cache_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including redis.clients:jedis:jar:5.1.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.jts.io:jts-io-common:jar:1.19.0 in the shaded jar. [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:30.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-core_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-avro_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-jts_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-sql_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.locationtech.spatial4j:spatial4j:jar:0.8 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.googlecode.cqengine:cqengine:jar:3.6.0 in the shaded jar. [INFO] Including com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1 in the shaded jar. [INFO] Including net.jodah:typetools:jar:0.6.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-tools_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-exporters_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:15.0.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:23.5.26 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.1.0 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.1.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:15.0.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-shp_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. [INFO] Including org.geotools:gt-xml:jar:30.2 in the shaded jar. [INFO] Including org.apache.xml:xml-commons-resolver:jar:1.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-wfs:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.wfs:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.fes:jar:30.2 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.common:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.15.0 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-filter:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-core:jar:30.2 in the shaded jar. [INFO] Including picocontainer:picocontainer:jar:1.2 in the shaded jar. [INFO] Including commons-jxpath:commons-jxpath:jar:1.3 in the shaded jar. [INFO] Including org.eclipse.xsd:org.eclipse.xsd:jar:2.12.0 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-gml2:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-gml3:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-fes:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-ows:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-epsg-wkt:jar:30.2 in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.82 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.13:jar:2.2.0 in the shaded jar. [INFO] Including com.facebook:nailgun-server:jar:1.0.1 in the shaded jar. [INFO] Including net.java.dev.jna:jna:jar:5.14.0 in the shaded jar. [INFO] Including net.java.dev.jna:jna-platform:jar:5.14.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-jupyter-leaflet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.11.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine-datastore_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-main:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:30.2 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-api:jar:30.2 in the shaded jar. [INFO] Including commons-pool:commons-pool:jar:1.6 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.1 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.1.2 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.1 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.2 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including com.google.guava:guava:jar:27.0-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.12.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.16.0 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.26.0 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.15.1 in the shaded jar. [INFO] Including org.apache.commons:commons-collections4:jar:4.4 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-11 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.13:jar:3.6.12 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.8 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including org.apache.orc:orc-shims:jar:1.9.3 in the shaded jar. [INFO] Including io.airlift:aircompressor:jar:0.25 in the shaded jar. [INFO] Including org.jetbrains:annotations:jar:17.0.0 in the shaded jar. [INFO] Including org.threeten:threeten-extra:jar:1.7.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-column:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-common:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-encoding:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-hadoop:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-format-structures:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-jackson:jar:1.13.1 in the shaded jar. [INFO] Excluding org.geotools:gt-coverage:jar:30.2 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.border:jt-border:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.format:jt-format:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 from the shaded jar. [INFO] Excluding org.scala-lang:scala-reflect:jar:2.13.12 from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.106.Final from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.36 from the shaded jar. [INFO] Excluding org.scala-lang:scala-library:jar:2.13.12 from the shaded jar. [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar, org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - about.html [WARNING] jackson-core-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.xml [WARNING] failureaccess-1.0.jar, guava-27.0-jre.jar define 2 overlapping classes: [WARNING] - com.google.common.util.concurrent.internal.InternalFutureFailureAccess [WARNING] - com.google.common.util.concurrent.internal.InternalFutures [WARNING] arrow-format-15.0.2.jar, arrow-memory-core-15.0.2.jar, arrow-memory-netty-15.0.2.jar, arrow-vector-15.0.2.jar define 1 overlapping resource: [WARNING] - arrow-git.properties [WARNING] parquet-column-1.13.1.jar, parquet-hadoop-1.13.1.jar define 206 overlapping classes: [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Arrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Arrays$ForkJoinGenericQuickSort [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BidirectionalIterator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BigArrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BigSwapper [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Hash [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Hash$Strategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.SafeMath [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Stack [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Swapper [WARNING] - 196 more... [WARNING] geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT.jar, geomesa-arrow-jts-5.1.0-SNAPSHOT.jar, geomesa-convert-all_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-avro_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-json_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-shp_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-text_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-xml_2.13-5.1.0-SNAPSHOT.jar, geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT.jar, geomesa-cqengine_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-all_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-avro_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT.jar, geomesa-filter_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-datastore_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-spark_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-convert_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT.jar, geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT.jar, geomesa-index-api_2.13-5.1.0-SNAPSHOT.jar, geomesa-jobs_2.13-5.1.0-SNAPSHOT.jar, geomesa-metrics-core_2.13-5.1.0-SNAPSHOT.jar, geomesa-security_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-core_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-jts_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-sql_2.13-5.1.0-SNAPSHOT.jar, geomesa-tools_2.13-5.1.0-SNAPSHOT.jar, geomesa-z3_2.13-5.1.0-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - git.properties [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - plugin.properties [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar define 2 overlapping resources: [WARNING] - LICENSE-EDL-1.0.txt [WARNING] - LICENSE-EPL-1.0.txt [WARNING] jackson-annotations-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.xml [WARNING] jna-5.14.0.jar, jna-platform-5.14.0.jar define 2 overlapping resources: [WARNING] - META-INF/AL2.0 [WARNING] - META-INF/LGPL2.1 [WARNING] orc-core-1.9.3-nohive.jar, orc-mapreduce-1.9.3-nohive.jar define 809 overlapping classes and resources: [WARNING] - META-INF/maven/org.apache.hive/hive-storage-api/pom.properties [WARNING] - META-INF/maven/org.apache.hive/hive-storage-api/pom.xml [WARNING] - org.apache.orc.protobuf.AbstractMessage [WARNING] - org.apache.orc.protobuf.AbstractMessage$Builder [WARNING] - org.apache.orc.protobuf.AbstractMessage$BuilderParent [WARNING] - org.apache.orc.protobuf.AbstractMessageLite [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$Builder [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$Builder$LimitedInputStream [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$InternalOneOfEnum [WARNING] - org.apache.orc.protobuf.AbstractParser [WARNING] - 799 more... [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 4 overlapping resources: [WARNING] - about.ini [WARNING] - about.mappings [WARNING] - about.properties [WARNING] - modeling32.png [WARNING] org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - plugin.xml [WARNING] commons-compress-1.26.0.jar, commons-dbcp2-2.11.0.jar, commons-io-2.15.1.jar, commons-pool2-2.12.0.jar, commons-text-1.11.0.jar, gson-2.10.1.jar, indriya-2.2.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, parquet-jackson-1.13.1.jar, unit-api-2.1.2.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] jackson-databind-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/target/geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/target/geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-spark-runtime_2.13/5.1.0-SNAPSHOT/geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/target/geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-spark-runtime_2.13/5.1.0-SNAPSHOT/geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/target/geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-spark-runtime_2.13/5.1.0-SNAPSHOT/geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-spark-runtime/target/geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-spark-runtime_2.13/5.1.0-SNAPSHOT/geomesa-fs-spark-runtime_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs-spark-runtime_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs-spark-runtime_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-fs-dist_2.13 >------------ [INFO] Building GeoMesa FileSystem Distribution 5.1.0-SNAPSHOT [86/127] [INFO] from geomesa-fs/geomesa-fs-dist/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-fs-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-fs-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-fs-dist_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-fs-dist_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-fs-dist_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-fs-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-dist/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-dist/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-fs-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-dist/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-dist/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-fs-dist_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-fs-dist_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-fs-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-fs-dist_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-fs-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-fs-dist_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-fs-dist_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (binary-assembly) @ geomesa-fs-dist_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-dist/../../geomesa-archetypes/geomesa-archetypes-binary-dist/binary-release.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.locationtech.geomesa:geomesa-fs-gs-plugin*' o 'org.locationtech.geomesa:geomesa-fs-distributed-runtime*' o 'org.locationtech.geomesa:geomesa-process-wps*' [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-spark*' o 'org.locationtech.geomesa:geomesa_pyspark*' [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-fs-distributed-runtime*' [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-dist/target/geomesa-fs_2.13-5.1.0-SNAPSHOT-bin.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-fs-dist_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-fs/geomesa-fs-dist/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-fs-dist_2.13/5.1.0-SNAPSHOT/geomesa-fs-dist_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-fs-dist_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-fs-dist_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-gt-spark-runtime_2.13 >------- [INFO] Building GeoMesa GeoTools Spark Runtime 5.1.0-SNAPSHOT [87/127] [INFO] from geomesa-gt/geomesa-gt-spark-runtime/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-gt-spark-runtime_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-gt-spark-runtime_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-gt-spark-runtime_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-gt-spark-runtime_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-gt-spark-runtime_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-gt-spark-runtime_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-gt-spark-runtime_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-gt-spark-runtime_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-gt-spark-runtime_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-gt-spark-runtime_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-gt-spark-runtime_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/target/classes at 1716075006860 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-gt-spark-runtime_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-gt-spark-runtime_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-gt-spark-runtime_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-gt-spark-runtime_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-gt-spark-runtime_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-gt-spark-runtime_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-gt-spark-runtime_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/target/geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-gt-spark-runtime_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/target/geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-gt-spark-runtime_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/target/geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (default) @ geomesa-gt-spark-runtime_2.13 --- [INFO] Including org.locationtech.geomesa:geomesa-gt-spark_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-core_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools.jdbc:gt-jdbc-postgis:jar:30.2 in the shaded jar. [INFO] Including org.postgresql:postgresql:jar:42.7.2 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.42.0 in the shaded jar. [INFO] Including org.geotools:gt-jdbc:jar:30.2 in the shaded jar. [INFO] Including commons-dbcp:commons-dbcp:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-sql_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-jts_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.jts.io:jts-io-common:jar:1.19.0 in the shaded jar. [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.locationtech.spatial4j:spatial4j:jar:0.8 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.12.0 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:30.2 in the shaded jar. [INFO] Including it.geosolutions.jgridshift:jgridshift-core:jar:1.3 in the shaded jar. [INFO] Including net.sf.geographiclib:GeographicLib-Java:jar:1.49 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:30.2 in the shaded jar. [INFO] Including org.ejml:ejml-core:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-simple:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-fsparse:jar:0.41 in the shaded jar. [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.3 in the shaded jar. [INFO] Including com.esotericsoftware:minlog:jar:1.3.0 in the shaded jar. [INFO] Including org.objenesis:objenesis:jar:2.5.1 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.13:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.4.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.21.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.3 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.13:jar:2.3.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.13:jar:3.9.5 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.googlecode.cqengine:cqengine:jar:3.6.0 in the shaded jar. [INFO] Including com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1 in the shaded jar. [INFO] Including net.jodah:typetools:jar:0.6.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-tools_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.13:jar:3.6.12 in the shaded jar. [INFO] Including com.jayway.jsonpath:json-path:jar:2.9.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.5.0 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:2.5.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-access:jar:1.0.0-beta in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-process:jar:30.2 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including org.calrissian.mango:mango-core:jar:3.0.0 in the shaded jar. [INFO] Including io.sgr:s2-geometry-library-java:jar:1.0.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-jobs_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-exporters_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-avro_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:15.0.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:23.5.26 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.1.0 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.1.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:15.0.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-all_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-metrics-core_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-core_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic-base_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.chuusai:shapeless_2.13:jar:2.3.10 in the shaded jar. [INFO] Including org.mozilla:rhino:jar:1.7.14 in the shaded jar. [INFO] Including org.mozilla:rhino-engine:jar:1.7.14 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-avro_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-fixedwidth_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-jdbc_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-json_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-parquet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-text_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-xml_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including net.sf.saxon:Saxon-HE:jar:12.4 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:5.2.2 in the shaded jar. [INFO] Including org.apache.httpcomponents.client5:httpclient5:jar:5.1.3 in the shaded jar. [INFO] Including org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3 in the shaded jar. [INFO] Including org.apache.httpcomponents.core5:httpcore5:jar:5.1.3 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:data:5.2.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-redis-cache_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including redis.clients:jedis:jar:5.1.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-shp_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-api_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-orc_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-dbcp2:jar:2.11.0 in the shaded jar. [INFO] Including jakarta.transaction:jakarta.transaction-api:jar:1.3.3 in the shaded jar. [INFO] Including org.apache.orc:orc-core:jar:nohive:1.9.3 in the shaded jar. [INFO] Including org.apache.orc:orc-mapreduce:jar:nohive:1.9.3 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-parquet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:30.2 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.3 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. [INFO] Including org.geotools:gt-xml:jar:30.2 in the shaded jar. [INFO] Including org.apache.xml:xml-commons-resolver:jar:1.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-wfs:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.wfs:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.fes:jar:30.2 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.common:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.15.0 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-filter:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-core:jar:30.2 in the shaded jar. [INFO] Including picocontainer:picocontainer:jar:1.2 in the shaded jar. [INFO] Including commons-jxpath:commons-jxpath:jar:1.3 in the shaded jar. [INFO] Including org.eclipse.xsd:org.eclipse.xsd:jar:2.12.0 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-gml2:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-gml3:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-fes:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-ows:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-epsg-wkt:jar:30.2 in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.82 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.13:jar:2.2.0 in the shaded jar. [INFO] Including com.facebook:nailgun-server:jar:1.0.1 in the shaded jar. [INFO] Including net.java.dev.jna:jna:jar:5.14.0 in the shaded jar. [INFO] Including net.java.dev.jna:jna-platform:jar:5.14.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-jupyter-leaflet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.11.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine-datastore_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-main:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:30.2 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-api:jar:30.2 in the shaded jar. [INFO] Including commons-pool:commons-pool:jar:1.6 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.1 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.1.2 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.1 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.2 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including com.google.guava:guava:jar:32.0.0-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.12.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.16.0 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.26.0 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.15.1 in the shaded jar. [INFO] Including org.apache.commons:commons-collections4:jar:4.4 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-11 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.13:jar:3.6.12 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.8 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including org.apache.orc:orc-shims:jar:1.9.3 in the shaded jar. [INFO] Including io.airlift:aircompressor:jar:0.25 in the shaded jar. [INFO] Including org.jetbrains:annotations:jar:17.0.0 in the shaded jar. [INFO] Including org.threeten:threeten-extra:jar:1.7.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-column:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-common:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-encoding:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-hadoop:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-format-structures:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-jackson:jar:1.13.1 in the shaded jar. [INFO] Excluding org.geotools:gt-coverage:jar:30.2 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.border:jt-border:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.format:jt-format:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 from the shaded jar. [INFO] Excluding org.scala-lang:scala-reflect:jar:2.13.12 from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.106.Final from the shaded jar. [INFO] Excluding org.scala-lang:scala-library:jar:2.13.12 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.36 from the shaded jar. [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar, org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - about.html [WARNING] jackson-core-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.xml [WARNING] arrow-format-15.0.2.jar, arrow-memory-core-15.0.2.jar, arrow-memory-netty-15.0.2.jar, arrow-vector-15.0.2.jar define 1 overlapping resource: [WARNING] - arrow-git.properties [WARNING] parquet-column-1.13.1.jar, parquet-hadoop-1.13.1.jar define 206 overlapping classes: [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Arrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Arrays$ForkJoinGenericQuickSort [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BidirectionalIterator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BigArrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BigSwapper [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Hash [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Hash$Strategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.SafeMath [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Stack [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Swapper [WARNING] - 196 more... [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - plugin.properties [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar define 2 overlapping resources: [WARNING] - LICENSE-EDL-1.0.txt [WARNING] - LICENSE-EPL-1.0.txt [WARNING] jackson-annotations-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.xml [WARNING] jna-5.14.0.jar, jna-platform-5.14.0.jar define 2 overlapping resources: [WARNING] - META-INF/AL2.0 [WARNING] - META-INF/LGPL2.1 [WARNING] orc-core-1.9.3-nohive.jar, orc-mapreduce-1.9.3-nohive.jar define 809 overlapping classes and resources: [WARNING] - META-INF/maven/org.apache.hive/hive-storage-api/pom.properties [WARNING] - META-INF/maven/org.apache.hive/hive-storage-api/pom.xml [WARNING] - org.apache.orc.protobuf.AbstractMessage [WARNING] - org.apache.orc.protobuf.AbstractMessage$Builder [WARNING] - org.apache.orc.protobuf.AbstractMessage$BuilderParent [WARNING] - org.apache.orc.protobuf.AbstractMessageLite [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$Builder [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$Builder$LimitedInputStream [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$InternalOneOfEnum [WARNING] - org.apache.orc.protobuf.AbstractParser [WARNING] - 799 more... [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 4 overlapping resources: [WARNING] - about.ini [WARNING] - about.mappings [WARNING] - about.properties [WARNING] - modeling32.png [WARNING] geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT.jar, geomesa-arrow-jts-5.1.0-SNAPSHOT.jar, geomesa-convert-all_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-avro_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-json_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-shp_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-text_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-xml_2.13-5.1.0-SNAPSHOT.jar, geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT.jar, geomesa-cqengine_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-all_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-avro_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT.jar, geomesa-filter_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT.jar, geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT.jar, geomesa-gt-spark_2.13-5.1.0-SNAPSHOT.jar, geomesa-index-api_2.13-5.1.0-SNAPSHOT.jar, geomesa-jobs_2.13-5.1.0-SNAPSHOT.jar, geomesa-metrics-core_2.13-5.1.0-SNAPSHOT.jar, geomesa-security_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-core_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-jts_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-jupyter-leaflet_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-sql_2.13-5.1.0-SNAPSHOT.jar, geomesa-tools_2.13-5.1.0-SNAPSHOT.jar, geomesa-z3_2.13-5.1.0-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - git.properties [WARNING] org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - plugin.xml [WARNING] commons-compress-1.26.0.jar, commons-dbcp2-2.11.0.jar, commons-io-2.15.1.jar, commons-pool2-2.12.0.jar, commons-text-1.11.0.jar, gson-2.10.1.jar, indriya-2.2.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, parquet-jackson-1.13.1.jar, unit-api-2.1.2.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] jackson-databind-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/target/geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/target/geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-gt-spark-runtime_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-spark-runtime_2.13/5.1.0-SNAPSHOT/geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/target/geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-spark-runtime_2.13/5.1.0-SNAPSHOT/geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/target/geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-spark-runtime_2.13/5.1.0-SNAPSHOT/geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-spark-runtime/target/geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-spark-runtime_2.13/5.1.0-SNAPSHOT/geomesa-gt-spark-runtime_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-gt-spark-runtime_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-gt-spark-runtime_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-gt-partitioning_2.13 >-------- [INFO] Building GeoMesa GeoTools Postgis Partitioning 5.1.0-SNAPSHOT [88/127] [INFO] from geomesa-gt/geomesa-gt-partitioning/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-gt-partitioning_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-gt-partitioning_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-gt-partitioning_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-gt-partitioning_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-gt-partitioning_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-gt-partitioning_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-gt-partitioning_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-gt-partitioning_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-gt-partitioning_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-gt-partitioning_2.13 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-gt-partitioning_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/src/main/scala:-1: info: compiling [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/target/classes at 1716075030046 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-gt-partitioning_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-gt-partitioning_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-gt-partitioning_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-gt-partitioning_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/src/test/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/target/test-classes at 1716075037134 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-gt-partitioning_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-gt-partitioning_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-gt-partitioning_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/target/geomesa-gt-partitioning_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-gt-partitioning_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/target/geomesa-gt-partitioning_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-gt-partitioning_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/target/geomesa-gt-partitioning_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-gt-partitioning_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-partitioning_2.13/5.1.0-SNAPSHOT/geomesa-gt-partitioning_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/target/geomesa-gt-partitioning_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-partitioning_2.13/5.1.0-SNAPSHOT/geomesa-gt-partitioning_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/target/geomesa-gt-partitioning_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-partitioning_2.13/5.1.0-SNAPSHOT/geomesa-gt-partitioning_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-partitioning/target/geomesa-gt-partitioning_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-partitioning_2.13/5.1.0-SNAPSHOT/geomesa-gt-partitioning_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-gt-partitioning_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-gt-partitioning_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-gt-tools_2.13 >----------- [INFO] Building GeoMesa GeoTools Tools 5.1.0-SNAPSHOT [89/127] [INFO] from geomesa-gt/geomesa-gt-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-gt-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-gt-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-gt-tools_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-gt-tools_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-gt-tools_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-gt-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-gt-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-gt-tools_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-gt-tools_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-gt-tools_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-gt-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/src/main/scala:-1: info: compiling [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/target/classes at 1716075044343 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-gt-tools_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-gt-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-gt-tools_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-gt-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/target/test-classes at 1716075049356 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-gt-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-gt-tools_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-gt-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/target/geomesa-gt-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- exec:3.1.1:exec (generate-auto-complete) @ geomesa-gt-tools_2.13 --- log4j:WARN No appenders could be found for logger (org.locationtech.geomesa.tools.output). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-gt-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/target/geomesa-gt-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-gt-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/target/geomesa-gt-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-gt-tools_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-tools_2.13/5.1.0-SNAPSHOT/geomesa-gt-tools_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/target/geomesa-gt-tools_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-tools_2.13/5.1.0-SNAPSHOT/geomesa-gt-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/target/geomesa-gt-tools_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-tools_2.13/5.1.0-SNAPSHOT/geomesa-gt-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-tools/target/geomesa-gt-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-tools_2.13/5.1.0-SNAPSHOT/geomesa-gt-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-gt-tools_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-gt-tools_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-gt-gs-plugin_2.13 >--------- [INFO] Building GeoMesa GeoTools GeoServer Plugin 5.1.0-SNAPSHOT [90/127] [INFO] from geomesa-gt/geomesa-gt-gs-plugin/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-gt-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-gt-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-gt-gs-plugin_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-gt-gs-plugin_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-gt-gs-plugin_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-gt-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-gs-plugin/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-gs-plugin/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-gt-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-gs-plugin/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-gs-plugin/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-gt-gs-plugin_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-gt-gs-plugin_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-gt-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-gt-gs-plugin_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-gt-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-gt-gs-plugin_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-gt-gs-plugin_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (create-archive) @ geomesa-gt-gs-plugin_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-gs-plugin/../../geomesa-archetypes/geomesa-archetypes-gs-plugin/assembly.xml [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-gs-plugin/target/geomesa-gt-gs-plugin_2.13-5.1.0-SNAPSHOT-install.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-gt-gs-plugin_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-gs-plugin/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-gs-plugin_2.13/5.1.0-SNAPSHOT/geomesa-gt-gs-plugin_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-gt-gs-plugin_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-gt-gs-plugin_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----------< org.locationtech.geomesa:geomesa-gt-dist_2.13 >------------ [INFO] Building GeoMesa GeoTools Distribution 5.1.0-SNAPSHOT [91/127] [INFO] from geomesa-gt/geomesa-gt-dist/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-gt-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-gt-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-gt-dist_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-gt-dist_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-gt-dist_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-gt-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-dist/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-dist/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-gt-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-dist/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-dist/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-gt-dist_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-gt-dist_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-gt-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-gt-dist_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-gt-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-gt-dist_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-gt-dist_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (binary-assembly) @ geomesa-gt-dist_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-dist/../../geomesa-archetypes/geomesa-archetypes-binary-dist/binary-release.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.locationtech.geomesa:geomesa-gt-gs-plugin*' o 'org.locationtech.geomesa:geomesa-gt-distributed-runtime*' o 'org.locationtech.geomesa:geomesa-process-wps*' [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.jdbc:gt-jdbc-postgis:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.jdbc:gt-jdbc-postgis:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-jdbc:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-jdbc:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa_pyspark*' [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-gt-distributed-runtime*' [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-dist/target/geomesa-gt_2.13-5.1.0-SNAPSHOT-bin.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-gt-dist_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-gt/geomesa-gt-dist/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-gt-dist_2.13/5.1.0-SNAPSHOT/geomesa-gt-dist_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-gt-dist_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-gt-dist_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------------< org.locationtech.geomesa:geomesa-hbase_2.13 >------------- [INFO] Building GeoMesa HBase Parent 5.1.0-SNAPSHOT [92/127] [INFO] from geomesa-hbase/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hbase_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hbase_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hbase_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hbase_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hbase_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hbase_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hbase_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hbase_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hbase_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hbase_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hbase_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hbase_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hbase_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hbase_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hbase_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase_2.13/5.1.0-SNAPSHOT/geomesa-hbase_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hbase_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hbase_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-hbase-rpc_2.13 >----------- [INFO] Building GeoMesa HBase RPC 5.1.0-SNAPSHOT [93/127] [INFO] from geomesa-hbase/geomesa-hbase-rpc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hbase-rpc_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hbase-rpc_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hbase-rpc_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hbase-rpc_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hbase-rpc_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hbase-rpc_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hbase-rpc_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hbase-rpc_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hbase-rpc_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-hbase-rpc_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hbase-rpc_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/src/main/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/src/main/scala:-1: info: compiling [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/target/classes at 1716075068858 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hbase-rpc_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-hbase-rpc_2.13 --- [INFO] Compiling 1 source file with javac [debug target 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-hbase-rpc_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hbase-rpc_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/target/test-classes at 1716075075996 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-hbase-rpc_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-hbase-rpc_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-hbase-rpc_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/target/geomesa-hbase-rpc_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hbase-rpc_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/target/geomesa-hbase-rpc_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hbase-rpc_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/target/geomesa-hbase-rpc_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hbase-rpc_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-rpc_2.13/5.1.0-SNAPSHOT/geomesa-hbase-rpc_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/target/geomesa-hbase-rpc_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-rpc_2.13/5.1.0-SNAPSHOT/geomesa-hbase-rpc_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/target/geomesa-hbase-rpc_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-rpc_2.13/5.1.0-SNAPSHOT/geomesa-hbase-rpc_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-rpc/target/geomesa-hbase-rpc_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-rpc_2.13/5.1.0-SNAPSHOT/geomesa-hbase-rpc_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hbase-rpc_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hbase-rpc_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-hbase-server_2.13 >--------- [INFO] Building GeoMesa HBase Server 5.1.0-SNAPSHOT [94/127] [INFO] from geomesa-hbase/geomesa-hbase-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hbase-server_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hbase-server_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hbase-server_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hbase-server_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hbase-server_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hbase-server_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hbase-server_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hbase-server_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hbase-server_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-hbase-server_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hbase-server_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/src/main/scala:-1: info: compiling [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/target/classes at 1716075083142 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hbase-server_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-hbase-server_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-hbase-server_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hbase-server_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-hbase-server_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-hbase-server_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-hbase-server_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/target/geomesa-hbase-server_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hbase-server_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/target/geomesa-hbase-server_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hbase-server_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/target/geomesa-hbase-server_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hbase-server_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-server_2.13/5.1.0-SNAPSHOT/geomesa-hbase-server_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/target/geomesa-hbase-server_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-server_2.13/5.1.0-SNAPSHOT/geomesa-hbase-server_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/target/geomesa-hbase-server_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-server_2.13/5.1.0-SNAPSHOT/geomesa-hbase-server_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server/target/geomesa-hbase-server_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-server_2.13/5.1.0-SNAPSHOT/geomesa-hbase-server_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hbase-server_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hbase-server_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -----< org.locationtech.geomesa:geomesa-hbase-server-hbase2_2.13 >------ [INFO] Building GeoMesa HBase Server, HBase 2.x 5.1.0-SNAPSHOT [95/127] [INFO] from geomesa-hbase/geomesa-hbase-server-hbase2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/target/classes at 1716075087970 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/target/geomesa-hbase-server-hbase2_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/target/geomesa-hbase-server-hbase2_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/target/geomesa-hbase-server-hbase2_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-server-hbase2_2.13/5.1.0-SNAPSHOT/geomesa-hbase-server-hbase2_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/target/geomesa-hbase-server-hbase2_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-server-hbase2_2.13/5.1.0-SNAPSHOT/geomesa-hbase-server-hbase2_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/target/geomesa-hbase-server-hbase2_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-server-hbase2_2.13/5.1.0-SNAPSHOT/geomesa-hbase-server-hbase2_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-server-hbase2/target/geomesa-hbase-server-hbase2_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-server-hbase2_2.13/5.1.0-SNAPSHOT/geomesa-hbase-server-hbase2_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hbase-server-hbase2_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hbase-server-hbase2_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-hbase-datastore_2.13 >-------- [INFO] Building GeoMesa HBase DataStore 5.1.0-SNAPSHOT [96/127] [INFO] from geomesa-hbase/geomesa-hbase-datastore/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hbase-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hbase-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hbase-datastore_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hbase-datastore_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hbase-datastore_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hbase-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hbase-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hbase-datastore_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hbase-datastore_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-hbase-datastore_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hbase-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/src/main/scala:-1: info: compiling [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/target/classes at 1716075097525 [INFO] prepare-compile in 0 s [INFO] compile in 8 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hbase-datastore_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-hbase-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-hbase-datastore_2.13 --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hbase-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/src/test/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/src/test/scala:-1: info: compiling [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/target/test-classes at 1716075106191 [INFO] prepare-compile in 0 s [INFO] compile in 11 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-hbase-datastore_2.13 --- [INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-hbase-datastore_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-hbase-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/target/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hbase-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/target/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hbase-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/target/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ geomesa-hbase-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/target/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hbase-datastore_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-datastore_2.13/5.1.0-SNAPSHOT/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/target/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-datastore_2.13/5.1.0-SNAPSHOT/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/target/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-datastore_2.13/5.1.0-SNAPSHOT/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/target/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-datastore_2.13/5.1.0-SNAPSHOT/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-datastore/target/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-datastore_2.13/5.1.0-SNAPSHOT/geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hbase-datastore_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hbase-datastore_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --< org.locationtech.geomesa:geomesa-hbase-distributed-runtime-hbase2_2.13 >-- [INFO] Building GeoMesa HBase Distributed Runtime, HBase 2.x 5.1.0-SNAPSHOT [97/127] [INFO] from geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/target/classes at 1716075118550 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/target/geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/target/geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/target/geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (geomesa-hbase-distributed-runtime) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] Including org.locationtech.geomesa:geomesa-hbase-datastore_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hbase-rpc_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:30.2 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.37.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.21.1 in the shaded jar. [INFO] Including org.calrissian.mango:mango-core:jar:3.0.0 in the shaded jar. [INFO] Including io.sgr:s2-geometry-library-java:jar:1.0.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.13:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.12.0 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.10.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.16.0 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.26.0 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.14.0 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.15.1 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.11.0 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:30.2 in the shaded jar. [INFO] Including commons-pool:commons-pool:jar:1.6 in the shaded jar. [INFO] Including it.geosolutions.jgridshift:jgridshift-core:jar:1.3 in the shaded jar. [INFO] Including net.sf.geographiclib:GeographicLib-Java:jar:1.49 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:30.2 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.common:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.15.0 in the shaded jar. [INFO] Including org.geotools:gt-api:jar:30.2 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.1 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.1.2 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.2 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:30.2 in the shaded jar. [INFO] Including org.ejml:ejml-core:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-simple:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-fsparse:jar:0.41 in the shaded jar. [INFO] Including org.locationtech.spatial4j:spatial4j:jar:0.8 in the shaded jar. [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.3 in the shaded jar. [INFO] Including com.esotericsoftware:minlog:jar:1.3.0 in the shaded jar. [INFO] Including org.objenesis:objenesis:jar:2.5.1 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10.1 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.8 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.13:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.4.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.3 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.13:jar:2.3.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.13:jar:2.2.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:30.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:15.0.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:23.5.26 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.1.0 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.1.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:15.0.2 in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.106.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.106.Final in the shaded jar. [INFO] Including org.geotools:gt-process:jar:30.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.jts.io:jts-io-common:jar:1.19.0 in the shaded jar. [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar. [INFO] Including org.json4s:json4s-native_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.13:jar:3.6.12 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including com.jayway.jsonpath:json-path:jar:2.9.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.5.0 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:2.5.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-access:jar:1.0.0-beta in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:5.6.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:5.6.0 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:5.6.0 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:30.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hbase-server-hbase2_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hbase-server_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar. [INFO] Excluding org.geotools:gt-coverage:jar:30.2 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.border:jt-border:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.format:jt-format:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:27.0-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.36 from the shaded jar. [WARNING] geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT.jar, geomesa-arrow-jts-5.1.0-SNAPSHOT.jar, geomesa-feature-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT.jar, geomesa-filter_2.13-5.1.0-SNAPSHOT.jar, geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT.jar, geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT.jar, geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT.jar, geomesa-hbase-rpc_2.13-5.1.0-SNAPSHOT.jar, geomesa-hbase-server-hbase2_2.13-5.1.0-SNAPSHOT.jar, geomesa-hbase-server_2.13-5.1.0-SNAPSHOT.jar, geomesa-index-api_2.13-5.1.0-SNAPSHOT.jar, geomesa-process-vector_2.13-5.1.0-SNAPSHOT.jar, geomesa-security_2.13-5.1.0-SNAPSHOT.jar, geomesa-z3_2.13-5.1.0-SNAPSHOT.jar, geomesa-zk-utils_2.13-5.1.0-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - git.properties [WARNING] commons-compress-1.26.0.jar, commons-io-2.15.1.jar, commons-lang3-3.14.0.jar, commons-pool2-2.12.0.jar, commons-text-1.11.0.jar, gson-2.10.1.jar, indriya-2.2.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, unit-api-2.1.2.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] netty-buffer-4.1.106.Final.jar, netty-common-4.1.106.Final.jar define 1 overlapping resource: [WARNING] - META-INF/io.netty.versions.properties [WARNING] org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar define 1 overlapping resource: [WARNING] - plugin.xml [WARNING] arrow-format-15.0.2.jar, arrow-memory-core-15.0.2.jar, arrow-memory-netty-15.0.2.jar, arrow-vector-15.0.2.jar define 1 overlapping resource: [WARNING] - arrow-git.properties [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar define 2 overlapping resources: [WARNING] - LICENSE-EDL-1.0.txt [WARNING] - LICENSE-EPL-1.0.txt [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar, org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar define 1 overlapping resource: [WARNING] - about.html [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar define 4 overlapping resources: [WARNING] - about.ini [WARNING] - about.mappings [WARNING] - about.properties [WARNING] - modeling32.png [WARNING] scala-library-2.13.12.jar, scala-reflect-2.13.12.jar define 2 overlapping resources: [WARNING] - LICENSE [WARNING] - NOTICE [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar define 1 overlapping resource: [WARNING] - plugin.properties [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/target/geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/target/geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-distributed-runtime-hbase2_2.13/5.1.0-SNAPSHOT/geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/target/geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-distributed-runtime-hbase2_2.13/5.1.0-SNAPSHOT/geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/target/geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-distributed-runtime-hbase2_2.13/5.1.0-SNAPSHOT/geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/target/geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-distributed-runtime-hbase2_2.13/5.1.0-SNAPSHOT/geomesa-hbase-distributed-runtime-hbase2_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hbase-distributed-runtime-hbase2_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hbase-distributed-runtime-hbase2_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-hbase-jobs_2.13 >---------- [INFO] Building GeoMesa HBase Jobs 5.1.0-SNAPSHOT [98/127] [INFO] from geomesa-hbase/geomesa-hbase-jobs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hbase-jobs_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hbase-jobs_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hbase-jobs_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hbase-jobs_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hbase-jobs_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hbase-jobs_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hbase-jobs_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hbase-jobs_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hbase-jobs_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-hbase-jobs_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hbase-jobs_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/src/main/scala:-1: info: compiling [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/target/classes at 1716075132433 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hbase-jobs_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-hbase-jobs_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-hbase-jobs_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hbase-jobs_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-hbase-jobs_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-hbase-jobs_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-hbase-jobs_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/target/geomesa-hbase-jobs_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hbase-jobs_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/target/geomesa-hbase-jobs_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hbase-jobs_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/target/geomesa-hbase-jobs_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hbase-jobs_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-jobs_2.13/5.1.0-SNAPSHOT/geomesa-hbase-jobs_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/target/geomesa-hbase-jobs_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-jobs_2.13/5.1.0-SNAPSHOT/geomesa-hbase-jobs_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/target/geomesa-hbase-jobs_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-jobs_2.13/5.1.0-SNAPSHOT/geomesa-hbase-jobs_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-jobs/target/geomesa-hbase-jobs_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-jobs_2.13/5.1.0-SNAPSHOT/geomesa-hbase-jobs_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hbase-jobs_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hbase-jobs_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-hbase-tools_2.13 >---------- [INFO] Building GeoMesa HBase Tools 5.1.0-SNAPSHOT [99/127] [INFO] from geomesa-hbase/geomesa-hbase-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hbase-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hbase-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hbase-tools_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hbase-tools_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hbase-tools_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hbase-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hbase-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hbase-tools_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hbase-tools_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-hbase-tools_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hbase-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/src/main/scala:-1: info: compiling [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/target/classes at 1716075137763 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hbase-tools_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-hbase-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-hbase-tools_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hbase-tools_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-hbase-tools_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-hbase-tools_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-hbase-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/target/geomesa-hbase-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hbase-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/target/geomesa-hbase-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hbase-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/target/geomesa-hbase-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- exec:3.1.1:exec (generate-auto-complete) @ geomesa-hbase-tools_2.13 --- log4j:WARN No appenders could be found for logger (org.locationtech.geomesa.tools.output). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hbase-tools_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-tools_2.13/5.1.0-SNAPSHOT/geomesa-hbase-tools_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/target/geomesa-hbase-tools_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-tools_2.13/5.1.0-SNAPSHOT/geomesa-hbase-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/target/geomesa-hbase-tools_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-tools_2.13/5.1.0-SNAPSHOT/geomesa-hbase-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-tools/target/geomesa-hbase-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-tools_2.13/5.1.0-SNAPSHOT/geomesa-hbase-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hbase-tools_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hbase-tools_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-hbase-gs-plugin_2.13 >-------- [INFO] Building GeoMesa HBase GeoServer Plugin 5.1.0-SNAPSHOT [100/127] [INFO] from geomesa-hbase/geomesa-hbase-gs-plugin/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-gs-plugin/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-gs-plugin/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-gs-plugin/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-gs-plugin/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (create-archive) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-gs-plugin/../../geomesa-archetypes/geomesa-archetypes-gs-plugin/assembly.xml [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-gs-plugin/target/geomesa-hbase-gs-plugin_2.13-5.1.0-SNAPSHOT-install.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-gs-plugin/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-gs-plugin_2.13/5.1.0-SNAPSHOT/geomesa-hbase-gs-plugin_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hbase-gs-plugin_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hbase-gs-plugin_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-hbase-spark_2.13 >---------- [INFO] Building GeoMesa HBase Spark 5.1.0-SNAPSHOT [101/127] [INFO] from geomesa-hbase/geomesa-hbase-spark/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hbase-spark_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hbase-spark_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hbase-spark_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hbase-spark_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hbase-spark_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hbase-spark_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hbase-spark_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hbase-spark_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hbase-spark_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-hbase-spark_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hbase-spark_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/target/classes at 1716075146447 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hbase-spark_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-hbase-spark_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-hbase-spark_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hbase-spark_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-hbase-spark_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-hbase-spark_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-hbase-spark_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/target/geomesa-hbase-spark_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hbase-spark_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/target/geomesa-hbase-spark_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hbase-spark_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/target/geomesa-hbase-spark_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hbase-spark_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-spark_2.13/5.1.0-SNAPSHOT/geomesa-hbase-spark_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/target/geomesa-hbase-spark_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-spark_2.13/5.1.0-SNAPSHOT/geomesa-hbase-spark_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/target/geomesa-hbase-spark_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-spark_2.13/5.1.0-SNAPSHOT/geomesa-hbase-spark_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark/target/geomesa-hbase-spark_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-spark_2.13/5.1.0-SNAPSHOT/geomesa-hbase-spark_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hbase-spark_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hbase-spark_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --< org.locationtech.geomesa:geomesa-hbase-spark-runtime-hbase2_2.13 >-- [INFO] Building GeoMesa HBase Spark Runtime, HBase 2.x 5.1.0-SNAPSHOT [102/127] [INFO] from geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/target/classes at 1716075150629 [INFO] prepare-compile in 0 s [INFO] compile in 2 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/target/geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/target/geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/target/geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- shade:3.5.1:shade (default) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] Including org.locationtech.geomesa:geomesa-hbase-datastore_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hbase-rpc_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:30.2 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.37.0 in the shaded jar. [INFO] Including org.calrissian.mango:mango-core:jar:3.0.0 in the shaded jar. [INFO] Including io.sgr:s2-geometry-library-java:jar:1.0.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.13:jar:3.9.5 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.12.0 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:30.2 in the shaded jar. [INFO] Including it.geosolutions.jgridshift:jgridshift-core:jar:1.3 in the shaded jar. [INFO] Including net.sf.geographiclib:GeographicLib-Java:jar:1.49 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:30.2 in the shaded jar. [INFO] Including org.ejml:ejml-core:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-simple:jar:0.41 in the shaded jar. [INFO] Including org.ejml:ejml-fsparse:jar:0.41 in the shaded jar. [INFO] Including com.typesafe:config:jar:1.4.3 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.3 in the shaded jar. [INFO] Including com.esotericsoftware:minlog:jar:1.3.0 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.13:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.4.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.3 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.13:jar:2.3.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:30.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:30.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.13:jar:3.6.12 in the shaded jar. [INFO] Including com.jayway.jsonpath:json-path:jar:2.9.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.5.0 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:2.5.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-access:jar:1.0.0-beta in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-main:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:30.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.16.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hbase-spark_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hbase-jobs_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-core_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including net.java.dev.jna:jna:jar:5.14.0 in the shaded jar. [INFO] Including org.apache.hbase:hbase-client:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including org.apache.hbase.thirdparty:hbase-shaded-protobuf:jar:4.1.5 in the shaded jar. [INFO] Including org.apache.hbase:hbase-protocol-shaded:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.16.0 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.15.1 in the shaded jar. [INFO] Including org.apache.hbase.thirdparty:hbase-shaded-miscellaneous:jar:4.1.5 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.21.1 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including org.apache.hbase.thirdparty:hbase-shaded-netty:jar:4.1.5 in the shaded jar. [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.15.0 in the shaded jar. [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.15.0 in the shaded jar. [INFO] Including org.jruby.jcodings:jcodings:jar:1.0.55 in the shaded jar. [INFO] Including org.jruby.joni:joni:jar:2.1.31 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including org.apache.commons:commons-crypto:jar:1.1.0 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.13.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:5.6.0 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:5.6.0 in the shaded jar. [INFO] Including org.apache.hbase:hbase-common:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including org.apache.hbase:hbase-logging:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including org.apache.hbase.thirdparty:hbase-shaded-gson:jar:4.1.5 in the shaded jar. [INFO] Including org.apache.hbase.thirdparty:hbase-unsafe:jar:4.1.5 in the shaded jar. [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.15.0-alpha in the shaded jar. [INFO] Including org.apache.hbase:hbase-protocol:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including javax.annotation:javax.annotation-api:jar:1.2 in the shaded jar. [INFO] Including org.apache.hbase:hbase-hadoop-compat:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including org.apache.hbase:hbase-metrics-api:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including org.apache.hbase:hbase-hadoop2-compat:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including org.apache.hbase:hbase-metrics:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including javax.activation:javax.activation-api:jar:1.2.0 in the shaded jar. [INFO] Including org.apache.hbase:hbase-mapreduce:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including org.apache.hbase:hbase-zookeeper:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including org.apache.hbase:hbase-asyncfs:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including org.apache.hbase:hbase-replication:jar:2.5.8-hadoop3 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.9.2 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.9.2 in the shaded jar. [INFO] Including com.google.guava:guava:jar:27.0-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-sql_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-jts_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.jts.io:jts-io-common:jar:1.19.0 in the shaded jar. [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.locationtech.spatial4j:spatial4j:jar:0.8 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.googlecode.cqengine:cqengine:jar:3.6.0 in the shaded jar. [INFO] Including com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1 in the shaded jar. [INFO] Including net.jodah:typetools:jar:0.6.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-tools_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-jobs_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-exporters_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-avro_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:15.0.2 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:15.0.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.16.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:23.5.26 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections:jar:11.1.0 in the shaded jar. [INFO] Including org.eclipse.collections:eclipse-collections-api:jar:11.1.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:15.0.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-all_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-metrics-core_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-core_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic-base_2.13:jar:0.17.4 in the shaded jar. [INFO] Including com.chuusai:shapeless_2.13:jar:2.3.10 in the shaded jar. [INFO] Including org.mozilla:rhino:jar:1.7.14 in the shaded jar. [INFO] Including org.mozilla:rhino-engine:jar:1.7.14 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-avro_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-fixedwidth_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-jdbc_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-json_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-parquet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-text_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-xml_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including net.sf.saxon:Saxon-HE:jar:12.4 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:5.2.2 in the shaded jar. [INFO] Including org.apache.httpcomponents.client5:httpclient5:jar:5.1.3 in the shaded jar. [INFO] Including org.apache.httpcomponents.core5:httpcore5-h2:jar:5.1.3 in the shaded jar. [INFO] Including org.apache.httpcomponents.core5:httpcore5:jar:5.1.3 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:data:5.2.2 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-redis-cache_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including redis.clients:jedis:jar:5.1.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-shp_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-api_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-orc_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-dbcp2:jar:2.11.0 in the shaded jar. [INFO] Including jakarta.transaction:jakarta.transaction-api:jar:1.3.3 in the shaded jar. [INFO] Including org.apache.orc:orc-core:jar:nohive:1.9.3 in the shaded jar. [INFO] Including org.apache.orc:orc-mapreduce:jar:nohive:1.9.3 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-parquet_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.3 in the shaded jar. [INFO] Including org.geotools:gt-xml:jar:30.2 in the shaded jar. [INFO] Including org.apache.xml:xml-commons-resolver:jar:1.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-wfs:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.wfs:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:30.2 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.fes:jar:30.2 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.common:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore:jar:2.15.0 in the shaded jar. [INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.15.0 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-filter:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-core:jar:30.2 in the shaded jar. [INFO] Including picocontainer:picocontainer:jar:1.2 in the shaded jar. [INFO] Including commons-jxpath:commons-jxpath:jar:1.3 in the shaded jar. [INFO] Including org.eclipse.xsd:org.eclipse.xsd:jar:2.12.0 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-gml2:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-gml3:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-fes:jar:30.2 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-ows:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-epsg-wkt:jar:30.2 in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.82 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.13:jar:2.2.0 in the shaded jar. [INFO] Including com.facebook:nailgun-server:jar:1.0.1 in the shaded jar. [INFO] Including net.java.dev.jna:jna-platform:jar:5.14.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine-datastore_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.13:jar:5.1.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:30.2 in the shaded jar. [INFO] Including org.geotools:gt-api:jar:30.2 in the shaded jar. [INFO] Including commons-pool:commons-pool:jar:1.6 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.1 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.1.2 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.1 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.2 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.16.1 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:5.6.0 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.26.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.11.0 in the shaded jar. [INFO] Including org.apache.commons:commons-collections4:jar:4.4 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-11 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.13:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.13:jar:3.6.12 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.8 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.16.1 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including org.apache.orc:orc-shims:jar:1.9.3 in the shaded jar. [INFO] Including io.airlift:aircompressor:jar:0.25 in the shaded jar. [INFO] Including org.jetbrains:annotations:jar:17.0.0 in the shaded jar. [INFO] Including org.threeten:threeten-extra:jar:1.7.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-column:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-common:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-encoding:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-hadoop:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-format-structures:jar:1.13.1 in the shaded jar. [INFO] Including org.apache.parquet:parquet-jackson:jar:1.13.1 in the shaded jar. [INFO] Including org.objenesis:objenesis:jar:2.6 in the shaded jar. [INFO] Excluding org.geotools:gt-coverage:jar:30.2 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.border:jt-border:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.format:jt-format:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 from the shaded jar. [INFO] Excluding it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 from the shaded jar. [INFO] Excluding org.scala-lang:scala-reflect:jar:2.13.12 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.36 from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.106.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-classes-epoll:jar:4.1.106.Final from the shaded jar. [INFO] Excluding org.scala-lang:scala-library:jar:2.13.12 from the shaded jar. [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar, org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - about.html [WARNING] curator-client-5.6.0.jar, failureaccess-1.0.jar, hbase-shaded-miscellaneous-4.1.5.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.google.guava/failureaccess/pom.properties [WARNING] - META-INF/maven/com.google.guava/failureaccess/pom.xml [WARNING] jackson-core-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.xml [WARNING] hbase-protocol-2.5.8-hadoop3.jar, hbase-protocol-shaded-2.5.8-hadoop3.jar define 24 overlapping resources: [WARNING] - AccessControl.proto [WARNING] - Admin.proto [WARNING] - Cell.proto [WARNING] - Client.proto [WARNING] - ClusterId.proto [WARNING] - ClusterStatus.proto [WARNING] - Comparator.proto [WARNING] - Encryption.proto [WARNING] - ErrorHandling.proto [WARNING] - FS.proto [WARNING] - 14 more... [WARNING] gson-2.10.1.jar, hbase-shaded-gson-4.1.5.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.google.code.gson/gson/pom.properties [WARNING] - META-INF/maven/com.google.code.gson/gson/pom.xml [WARNING] jakarta.annotation-api-1.3.5.jar, javax.annotation-api-1.2.jar define 15 overlapping classes: [WARNING] - javax.annotation.Generated [WARNING] - javax.annotation.ManagedBean [WARNING] - javax.annotation.PostConstruct [WARNING] - javax.annotation.PreDestroy [WARNING] - javax.annotation.Priority [WARNING] - javax.annotation.Resource [WARNING] - javax.annotation.Resource$AuthenticationType [WARNING] - javax.annotation.Resources [WARNING] - javax.annotation.security.DeclareRoles [WARNING] - javax.annotation.security.DenyAll [WARNING] - 5 more... [WARNING] guava-27.0-jre.jar, hbase-shaded-miscellaneous-4.1.5.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.google.guava/guava/pom.properties [WARNING] - META-INF/maven/com.google.guava/guava/pom.xml [WARNING] commons-cli-1.6.0.jar, commons-compress-1.26.0.jar, commons-dbcp2-2.11.0.jar, commons-io-2.15.1.jar, commons-pool2-2.12.0.jar, commons-text-1.11.0.jar, gson-2.10.1.jar, hbase-shaded-gson-4.1.5.jar, indriya-2.2.jar, jackson-core-2.16.1.jar, jackson-databind-2.16.1.jar, jackson-datatype-jsr310-2.16.1.jar, parquet-jackson-1.13.1.jar, unit-api-2.1.2.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] failureaccess-1.0.jar, guava-27.0-jre.jar define 2 overlapping classes: [WARNING] - com.google.common.util.concurrent.internal.InternalFutureFailureAccess [WARNING] - com.google.common.util.concurrent.internal.InternalFutures [WARNING] arrow-format-15.0.2.jar, arrow-memory-core-15.0.2.jar, arrow-memory-netty-15.0.2.jar, arrow-vector-15.0.2.jar define 1 overlapping resource: [WARNING] - arrow-git.properties [WARNING] parquet-column-1.13.1.jar, parquet-hadoop-1.13.1.jar define 206 overlapping classes: [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Arrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Arrays$ForkJoinGenericQuickSort [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BidirectionalIterator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BigArrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.BigSwapper [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Hash [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Hash$Strategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.SafeMath [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Stack [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.Swapper [WARNING] - 196 more... [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - plugin.properties [WARNING] geomesa-arrow-gt_2.13-5.1.0-SNAPSHOT.jar, geomesa-arrow-jts-5.1.0-SNAPSHOT.jar, geomesa-convert-all_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-avro_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-fixedwidth_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-jdbc_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-json_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-parquet_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-redis-cache_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-shp_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-text_2.13-5.1.0-SNAPSHOT.jar, geomesa-convert-xml_2.13-5.1.0-SNAPSHOT.jar, geomesa-cqengine-datastore_2.13-5.1.0-SNAPSHOT.jar, geomesa-cqengine_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-all_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-avro_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-exporters_2.13-5.1.0-SNAPSHOT.jar, geomesa-feature-kryo_2.13-5.1.0-SNAPSHOT.jar, geomesa-filter_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-api_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-common_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-orc_2.13-5.1.0-SNAPSHOT.jar, geomesa-fs-storage-parquet_2.13-5.1.0-SNAPSHOT.jar, geomesa-hadoop-utils_2.13-5.1.0-SNAPSHOT.jar, geomesa-hbase-datastore_2.13-5.1.0-SNAPSHOT.jar, geomesa-hbase-jobs_2.13-5.1.0-SNAPSHOT.jar, geomesa-hbase-rpc_2.13-5.1.0-SNAPSHOT.jar, geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT.jar, geomesa-hbase-spark_2.13-5.1.0-SNAPSHOT.jar, geomesa-index-api_2.13-5.1.0-SNAPSHOT.jar, geomesa-jobs_2.13-5.1.0-SNAPSHOT.jar, geomesa-metrics-core_2.13-5.1.0-SNAPSHOT.jar, geomesa-process-vector_2.13-5.1.0-SNAPSHOT.jar, geomesa-security_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-core_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-jts_2.13-5.1.0-SNAPSHOT.jar, geomesa-spark-sql_2.13-5.1.0-SNAPSHOT.jar, geomesa-tools_2.13-5.1.0-SNAPSHOT.jar, geomesa-z3_2.13-5.1.0-SNAPSHOT.jar, geomesa-zk-utils_2.13-5.1.0-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - git.properties [WARNING] eclipse-collections-11.1.0.jar, eclipse-collections-api-11.1.0.jar define 2 overlapping resources: [WARNING] - LICENSE-EDL-1.0.txt [WARNING] - LICENSE-EPL-1.0.txt [WARNING] jackson-annotations-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.xml [WARNING] jna-5.14.0.jar, jna-platform-5.14.0.jar define 2 overlapping resources: [WARNING] - META-INF/AL2.0 [WARNING] - META-INF/LGPL2.1 [WARNING] orc-core-1.9.3-nohive.jar, orc-mapreduce-1.9.3-nohive.jar define 809 overlapping classes and resources: [WARNING] - META-INF/maven/org.apache.hive/hive-storage-api/pom.properties [WARNING] - META-INF/maven/org.apache.hive/hive-storage-api/pom.xml [WARNING] - org.apache.orc.protobuf.AbstractMessage [WARNING] - org.apache.orc.protobuf.AbstractMessage$Builder [WARNING] - org.apache.orc.protobuf.AbstractMessage$BuilderParent [WARNING] - org.apache.orc.protobuf.AbstractMessageLite [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$Builder [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$Builder$LimitedInputStream [WARNING] - org.apache.orc.protobuf.AbstractMessageLite$InternalOneOfEnum [WARNING] - org.apache.orc.protobuf.AbstractParser [WARNING] - 799 more... [WARNING] org.eclipse.emf.common-2.15.0.jar, org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 4 overlapping resources: [WARNING] - about.ini [WARNING] - about.mappings [WARNING] - about.properties [WARNING] - modeling32.png [WARNING] org.eclipse.emf.ecore-2.15.0.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar, org.eclipse.xsd-2.12.0.jar define 1 overlapping resource: [WARNING] - plugin.xml [WARNING] commons-cli-1.6.0.jar, hbase-shaded-miscellaneous-4.1.5.jar define 2 overlapping resources: [WARNING] - META-INF/maven/commons-cli/commons-cli/pom.properties [WARNING] - META-INF/maven/commons-cli/commons-cli/pom.xml [WARNING] jackson-databind-2.16.1.jar, parquet-jackson-1.13.1.jar define 2 overlapping resources: [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.properties [WARNING] - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml [WARNING] commons-collections4-4.4.jar, hbase-shaded-miscellaneous-4.1.5.jar define 2 overlapping resources: [WARNING] - META-INF/maven/org.apache.commons/commons-collections4/pom.properties [WARNING] - META-INF/maven/org.apache.commons/commons-collections4/pom.xml [WARNING] maven-shade-plugin has detected that some files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the file is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/target/geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/target/geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-spark-runtime-hbase2_2.13/5.1.0-SNAPSHOT/geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/target/geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-spark-runtime-hbase2_2.13/5.1.0-SNAPSHOT/geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/target/geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-spark-runtime-hbase2_2.13/5.1.0-SNAPSHOT/geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/target/geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-spark-runtime-hbase2_2.13/5.1.0-SNAPSHOT/geomesa-hbase-spark-runtime-hbase2_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hbase-spark-runtime-hbase2_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hbase-spark-runtime-hbase2_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-hbase-dist_2.13 >---------- [INFO] Building GeoMesa HBase Distribution 5.1.0-SNAPSHOT [103/127] [INFO] from geomesa-hbase/geomesa-hbase-dist/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-hbase-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-hbase-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-hbase-dist_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-hbase-dist_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-hbase-dist_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-hbase-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-dist/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-dist/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-hbase-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-dist/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-dist/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-hbase-dist_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-hbase-dist_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-hbase-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-hbase-dist_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-hbase-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-hbase-dist_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-hbase-dist_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (binary-assembly) @ geomesa-hbase-dist_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-dist/../../geomesa-archetypes/geomesa-archetypes-binary-dist/binary-release.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.locationtech.geomesa:geomesa-hbase-gs-plugin*' o 'org.locationtech.geomesa:geomesa-process-wps*' [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-spark*' o 'org.locationtech.geomesa:geomesa_pyspark*' [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-dist/target/geomesa-hbase_2.13-5.1.0-SNAPSHOT-bin.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-hbase-dist_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-hbase/geomesa-hbase-dist/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-hbase-dist_2.13/5.1.0-SNAPSHOT/geomesa-hbase-dist_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-hbase-dist_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-hbase-dist_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------------< org.locationtech.geomesa:geomesa-kafka_2.13 >------------- [INFO] Building GeoMesa Kafka Parent 5.1.0-SNAPSHOT [104/127] [INFO] from geomesa-kafka/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-kafka_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-kafka_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-kafka_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-kafka_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-kafka_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-kafka_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-kafka_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-kafka_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-kafka_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-kafka_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-kafka_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-kafka_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-kafka_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-kafka_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-kafka_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka_2.13/5.1.0-SNAPSHOT/geomesa-kafka_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-kafka_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-kafka_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-kafka-utils_2.13 >---------- [INFO] Building GeoMesa Kafka Utils 5.1.0-SNAPSHOT [105/127] [INFO] from geomesa-kafka/geomesa-kafka-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-kafka-utils_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-kafka-utils_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-kafka-utils_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-kafka-utils_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-kafka-utils_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-kafka-utils_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-kafka-utils_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-kafka-utils_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-kafka-utils_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-kafka-utils_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-kafka-utils_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/src/main/scala:-1: info: compiling [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/target/classes at 1716075193402 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-kafka-utils_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-kafka-utils_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-kafka-utils_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-kafka-utils_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-kafka-utils_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-kafka-utils_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-kafka-utils_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/target/geomesa-kafka-utils_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-kafka-utils_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/target/geomesa-kafka-utils_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-kafka-utils_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/target/geomesa-kafka-utils_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-kafka-utils_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-utils_2.13/5.1.0-SNAPSHOT/geomesa-kafka-utils_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/target/geomesa-kafka-utils_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-utils_2.13/5.1.0-SNAPSHOT/geomesa-kafka-utils_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/target/geomesa-kafka-utils_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-utils_2.13/5.1.0-SNAPSHOT/geomesa-kafka-utils_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-utils/target/geomesa-kafka-utils_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-utils_2.13/5.1.0-SNAPSHOT/geomesa-kafka-utils_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-kafka-utils_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-kafka-utils_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-kafka-datastore_2.13 >-------- [INFO] Building GeoMesa Kafka Datastore 5.1.0-SNAPSHOT [106/127] [INFO] from geomesa-kafka/geomesa-kafka-datastore/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-kafka-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-kafka-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-kafka-datastore_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-kafka-datastore_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-kafka-datastore_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-kafka-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-kafka-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-kafka-datastore_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-kafka-datastore_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-kafka-datastore_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-kafka-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/src/main/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/src/main/scala:-1: info: compiling [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/target/classes at 1716075199834 [INFO] prepare-compile in 0 s [INFO] compile in 9 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-kafka-datastore_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-kafka-datastore_2.13 --- [INFO] Compiling 1 source file with javac [debug target 11] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-kafka-datastore_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-kafka-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/src/test/java:-1: info: compiling [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/src/test/scala:-1: info: compiling [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/target/test-classes at 1716075210051 [INFO] prepare-compile in 0 s [INFO] compile in 10 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-kafka-datastore_2.13 --- [INFO] Compiling 1 source file with javac [debug target 11] to target/test-classes [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/src/test/java/org/locationtech/geomesa/kafka/jstreams/GeoMesaStreamsBuilderTest.java: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/src/test/java/org/locationtech/geomesa/kafka/jstreams/GeoMesaStreamsBuilderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/src/test/java/org/locationtech/geomesa/kafka/jstreams/GeoMesaStreamsBuilderTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-kafka-datastore_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-kafka-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/target/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-kafka-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/target/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-kafka-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/target/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.3.0:test-jar (default) @ geomesa-kafka-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/target/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-kafka-datastore_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-datastore_2.13/5.1.0-SNAPSHOT/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/target/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-datastore_2.13/5.1.0-SNAPSHOT/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/target/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-datastore_2.13/5.1.0-SNAPSHOT/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/target/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-datastore_2.13/5.1.0-SNAPSHOT/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-datastore/target/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-datastore_2.13/5.1.0-SNAPSHOT/geomesa-kafka-datastore_2.13-5.1.0-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-kafka-datastore_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-kafka-datastore_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-kafka-confluent_2.13 >-------- [INFO] Building GeoMesa Kafka Confluent Datastore 5.1.0-SNAPSHOT [107/127] [INFO] from geomesa-kafka/geomesa-kafka-confluent/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-kafka-confluent_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-kafka-confluent_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-kafka-confluent_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-kafka-confluent_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-kafka-confluent_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-kafka-confluent_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-kafka-confluent_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-kafka-confluent_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-kafka-confluent_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-kafka-confluent_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-kafka-confluent_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/src/main/scala:-1: info: compiling [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/target/classes at 1716075221780 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-kafka-confluent_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-kafka-confluent_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-kafka-confluent_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-kafka-confluent_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/src/test/scala:-1: info: compiling [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/target/test-classes at 1716075228468 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-kafka-confluent_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-kafka-confluent_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-kafka-confluent_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/target/geomesa-kafka-confluent_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-kafka-confluent_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/target/geomesa-kafka-confluent_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-kafka-confluent_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/target/geomesa-kafka-confluent_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-kafka-confluent_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-confluent_2.13/5.1.0-SNAPSHOT/geomesa-kafka-confluent_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/target/geomesa-kafka-confluent_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-confluent_2.13/5.1.0-SNAPSHOT/geomesa-kafka-confluent_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/target/geomesa-kafka-confluent_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-confluent_2.13/5.1.0-SNAPSHOT/geomesa-kafka-confluent_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-confluent/target/geomesa-kafka-confluent_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-confluent_2.13/5.1.0-SNAPSHOT/geomesa-kafka-confluent_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-kafka-confluent_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-kafka-confluent_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-kafka-tools_2.13 >---------- [INFO] Building GeoMesa Kafka Tools 5.1.0-SNAPSHOT [108/127] [INFO] from geomesa-kafka/geomesa-kafka-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-kafka-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-kafka-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-kafka-tools_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-kafka-tools_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-kafka-tools_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-kafka-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-kafka-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-kafka-tools_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-kafka-tools_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-kafka-tools_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-kafka-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/src/main/scala:-1: info: compiling [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/target/classes at 1716075235410 [INFO] prepare-compile in 0 s [INFO] compile in 5 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-kafka-tools_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-kafka-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-kafka-tools_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-kafka-tools_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-kafka-tools_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-kafka-tools_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-kafka-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/target/geomesa-kafka-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-kafka-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/target/geomesa-kafka-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-kafka-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/target/geomesa-kafka-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- exec:3.1.1:exec (generate-auto-complete) @ geomesa-kafka-tools_2.13 --- log4j:WARN No appenders could be found for logger (org.locationtech.geomesa.tools.output). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-kafka-tools_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-tools_2.13/5.1.0-SNAPSHOT/geomesa-kafka-tools_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/target/geomesa-kafka-tools_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-tools_2.13/5.1.0-SNAPSHOT/geomesa-kafka-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/target/geomesa-kafka-tools_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-tools_2.13/5.1.0-SNAPSHOT/geomesa-kafka-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-tools/target/geomesa-kafka-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-tools_2.13/5.1.0-SNAPSHOT/geomesa-kafka-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-kafka-tools_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-kafka-tools_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-kafka-gs-plugin_2.13 >-------- [INFO] Building GeoMesa Kafka GeoServer Plugin 5.1.0-SNAPSHOT [109/127] [INFO] from geomesa-kafka/geomesa-kafka-gs-plugin/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-gs-plugin/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-gs-plugin/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-gs-plugin/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-gs-plugin/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (create-archive) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-gs-plugin/../../geomesa-archetypes/geomesa-archetypes-gs-plugin/assembly.xml [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-gs-plugin/target/geomesa-kafka-gs-plugin_2.13-5.1.0-SNAPSHOT-install.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-gs-plugin/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-gs-plugin_2.13/5.1.0-SNAPSHOT/geomesa-kafka-gs-plugin_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-kafka-gs-plugin_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-kafka-gs-plugin_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-kafka-dist_2.13 >---------- [INFO] Building GeoMesa Kafka Distribution 5.1.0-SNAPSHOT [110/127] [INFO] from geomesa-kafka/geomesa-kafka-dist/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-kafka-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-kafka-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-kafka-dist_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-kafka-dist_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-kafka-dist_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-kafka-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-dist/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-dist/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-kafka-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-dist/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-dist/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-kafka-dist_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-kafka-dist_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-kafka-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-kafka-dist_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-kafka-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-kafka-dist_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-kafka-dist_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (binary-assembly) @ geomesa-kafka-dist_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-dist/../../geomesa-archetypes/geomesa-archetypes-binary-dist/binary-release.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.locationtech.geomesa:geomesa-kafka-gs-plugin*' o 'org.locationtech.geomesa:geomesa-kafka-distributed-runtime*' o 'org.locationtech.geomesa:geomesa-kafka-spark*' o 'org.locationtech.geomesa:geomesa-spark*' o 'org.locationtech.geomesa:geomesa-process-wps*' [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-kafka-spark*' o 'org.locationtech.geomesa:geomesa-spark*' o 'org.locationtech.geomesa:geomesa_pyspark*' [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-kafka-distributed-runtime*' [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-dist/target/geomesa-kafka_2.13-5.1.0-SNAPSHOT-bin.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-kafka-dist_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-kafka/geomesa-kafka-dist/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-kafka-dist_2.13/5.1.0-SNAPSHOT/geomesa-kafka-dist_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-kafka-dist_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-kafka-dist_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------------< org.locationtech.geomesa:geomesa-lambda_2.13 >------------ [INFO] Building GeoMesa Lambda Architecture 5.1.0-SNAPSHOT [111/127] [INFO] from geomesa-lambda/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-lambda_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-lambda_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-lambda_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-lambda_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-lambda_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-lambda_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-lambda_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-lambda_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-lambda_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-lambda_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-lambda_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-lambda_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-lambda_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-lambda_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-lambda_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-lambda_2.13/5.1.0-SNAPSHOT/geomesa-lambda_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-lambda_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-lambda_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-lambda-datastore_2.13 >------- [INFO] Building GeoMesa Lambda DataStore 5.1.0-SNAPSHOT [112/127] [INFO] from geomesa-lambda/geomesa-lambda-datastore/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-lambda-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-lambda-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-lambda-datastore_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-lambda-datastore_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-lambda-datastore_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-lambda-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-lambda-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-lambda-datastore_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-lambda-datastore_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-lambda-datastore_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-lambda-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/src/main/scala:-1: info: compiling [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/target/classes at 1716075250302 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-lambda-datastore_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-lambda-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-lambda-datastore_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-lambda-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/src/test/scala:-1: info: compiling [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/target/test-classes at 1716075257630 [INFO] prepare-compile in 0 s [INFO] compile in 7 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-lambda-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-lambda-datastore_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-lambda-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/target/geomesa-lambda-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-lambda-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/target/geomesa-lambda-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-lambda-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/target/geomesa-lambda-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-lambda-datastore_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-lambda-datastore_2.13/5.1.0-SNAPSHOT/geomesa-lambda-datastore_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/target/geomesa-lambda-datastore_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-lambda-datastore_2.13/5.1.0-SNAPSHOT/geomesa-lambda-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/target/geomesa-lambda-datastore_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-lambda-datastore_2.13/5.1.0-SNAPSHOT/geomesa-lambda-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-datastore/target/geomesa-lambda-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-lambda-datastore_2.13/5.1.0-SNAPSHOT/geomesa-lambda-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-lambda-datastore_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-lambda-datastore_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-lambda-tools_2.13 >--------- [INFO] Building GeoMesa Lambda Tools 5.1.0-SNAPSHOT [113/127] [INFO] from geomesa-lambda/geomesa-lambda-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-lambda-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-lambda-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-lambda-tools_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-lambda-tools_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-lambda-tools_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-lambda-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-lambda-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-lambda-tools_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-lambda-tools_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-lambda-tools_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/src/main/resources [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-lambda-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/src/main/scala:-1: info: compiling [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/target/classes at 1716075265404 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-lambda-tools_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-lambda-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-lambda-tools_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-lambda-tools_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-lambda-tools_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-lambda-tools_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-lambda-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/target/geomesa-lambda-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- exec:3.1.1:exec (generate-auto-complete) @ geomesa-lambda-tools_2.13 --- log4j:WARN No appenders could be found for logger (org.locationtech.geomesa.tools.output). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-lambda-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/target/geomesa-lambda-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-lambda-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/target/geomesa-lambda-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-lambda-tools_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-lambda-tools_2.13/5.1.0-SNAPSHOT/geomesa-lambda-tools_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/target/geomesa-lambda-tools_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-lambda-tools_2.13/5.1.0-SNAPSHOT/geomesa-lambda-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/target/geomesa-lambda-tools_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-lambda-tools_2.13/5.1.0-SNAPSHOT/geomesa-lambda-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-tools/target/geomesa-lambda-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-lambda-tools_2.13/5.1.0-SNAPSHOT/geomesa-lambda-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-lambda-tools_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-lambda-tools_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-lambda-gs-plugin_2.13 >------- [INFO] Building GeoMesa Lambda GeoServer Plugin 5.1.0-SNAPSHOT [114/127] [INFO] from geomesa-lambda/geomesa-lambda-gs-plugin/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-gs-plugin/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-gs-plugin/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-gs-plugin/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-gs-plugin/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (create-archive) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-gs-plugin/../../geomesa-archetypes/geomesa-archetypes-gs-plugin/assembly.xml [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-gs-plugin/target/geomesa-lambda-gs-plugin_2.13-5.1.0-SNAPSHOT-install.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-gs-plugin/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-lambda-gs-plugin_2.13/5.1.0-SNAPSHOT/geomesa-lambda-gs-plugin_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-lambda-gs-plugin_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-lambda-gs-plugin_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-lambda-dist_2.13 >---------- [INFO] Building GeoMesa Lambda Distribution 5.1.0-SNAPSHOT [115/127] [INFO] from geomesa-lambda/geomesa-lambda-dist/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-lambda-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-lambda-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-lambda-dist_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-lambda-dist_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-lambda-dist_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-lambda-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-dist/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-dist/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-lambda-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-dist/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-dist/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-lambda-dist_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-lambda-dist_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-lambda-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-lambda-dist_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-lambda-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-lambda-dist_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-lambda-dist_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (binary-assembly) @ geomesa-lambda-dist_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-dist/../../geomesa-archetypes/geomesa-archetypes-binary-dist/binary-release.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.locationtech.geomesa:geomesa-lambda-gs-plugin*' o 'org.locationtech.geomesa:geomesa-lambda-distributed-runtime*' o 'org.locationtech.geomesa:geomesa-lambda-spark*' o 'org.locationtech.geomesa:geomesa-spark*' o 'org.locationtech.geomesa:geomesa-process-wps*' [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-render:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-render:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-lambda-spark*' o 'org.locationtech.geomesa:geomesa-spark*' o 'org.locationtech.geomesa:geomesa_pyspark*' [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-lambda-distributed-runtime*' [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-dist/target/geomesa-lambda_2.13-5.1.0-SNAPSHOT-bin.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-lambda-dist_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-lambda/geomesa-lambda-dist/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-lambda-dist_2.13/5.1.0-SNAPSHOT/geomesa-lambda-dist_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-lambda-dist_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-lambda-dist_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------< org.locationtech.geomesa:geomesa-metrics-cloudwatch_2.13 >------ [INFO] Building GeoMesa Metrics CloudWatch Reporter 5.1.0-SNAPSHOT [116/127] [INFO] from geomesa-metrics/geomesa-metrics-cloudwatch/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/target/classes at 1716075278769 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/target/geomesa-metrics-cloudwatch_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/target/geomesa-metrics-cloudwatch_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/target/geomesa-metrics-cloudwatch_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-cloudwatch_2.13/5.1.0-SNAPSHOT/geomesa-metrics-cloudwatch_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/target/geomesa-metrics-cloudwatch_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-cloudwatch_2.13/5.1.0-SNAPSHOT/geomesa-metrics-cloudwatch_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/target/geomesa-metrics-cloudwatch_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-cloudwatch_2.13/5.1.0-SNAPSHOT/geomesa-metrics-cloudwatch_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-cloudwatch/target/geomesa-metrics-cloudwatch_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-cloudwatch_2.13/5.1.0-SNAPSHOT/geomesa-metrics-cloudwatch_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-metrics-cloudwatch_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-metrics-cloudwatch_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-metrics-graphite_2.13 >------- [INFO] Building GeoMesa Metrics Graphite Reporter 5.1.0-SNAPSHOT [117/127] [INFO] from geomesa-metrics/geomesa-metrics-graphite/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-metrics-graphite_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-metrics-graphite_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-metrics-graphite_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-metrics-graphite_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-metrics-graphite_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-metrics-graphite_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-metrics-graphite_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-metrics-graphite_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-metrics-graphite_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-metrics-graphite_2.13 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-metrics-graphite_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/target/classes at 1716075283216 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-metrics-graphite_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-metrics-graphite_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-metrics-graphite_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-metrics-graphite_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-metrics-graphite_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-metrics-graphite_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-metrics-graphite_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/target/geomesa-metrics-graphite_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-metrics-graphite_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/target/geomesa-metrics-graphite_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-metrics-graphite_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/target/geomesa-metrics-graphite_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-metrics-graphite_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-graphite_2.13/5.1.0-SNAPSHOT/geomesa-metrics-graphite_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/target/geomesa-metrics-graphite_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-graphite_2.13/5.1.0-SNAPSHOT/geomesa-metrics-graphite_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/target/geomesa-metrics-graphite_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-graphite_2.13/5.1.0-SNAPSHOT/geomesa-metrics-graphite_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-graphite/target/geomesa-metrics-graphite_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-graphite_2.13/5.1.0-SNAPSHOT/geomesa-metrics-graphite_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-metrics-graphite_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-metrics-graphite_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------< org.locationtech.geomesa:geomesa-metrics-prometheus_2.13 >------ [INFO] Building GeoMesa Metrics Prometheus Reporter 5.1.0-SNAPSHOT [118/127] [INFO] from geomesa-metrics/geomesa-metrics-prometheus/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-metrics-prometheus_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-metrics-prometheus_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-metrics-prometheus_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-metrics-prometheus_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-metrics-prometheus_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-metrics-prometheus_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-metrics-prometheus_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-metrics-prometheus_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-metrics-prometheus_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-metrics-prometheus_2.13 --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-metrics-prometheus_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/src/main/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/target/classes at 1716075288533 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-metrics-prometheus_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-metrics-prometheus_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-metrics-prometheus_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-metrics-prometheus_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/target/test-classes at 1716075293322 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-metrics-prometheus_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-metrics-prometheus_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-metrics-prometheus_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/target/geomesa-metrics-prometheus_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-metrics-prometheus_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/target/geomesa-metrics-prometheus_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-metrics-prometheus_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/target/geomesa-metrics-prometheus_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-metrics-prometheus_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-prometheus_2.13/5.1.0-SNAPSHOT/geomesa-metrics-prometheus_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/target/geomesa-metrics-prometheus_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-prometheus_2.13/5.1.0-SNAPSHOT/geomesa-metrics-prometheus_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/target/geomesa-metrics-prometheus_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-prometheus_2.13/5.1.0-SNAPSHOT/geomesa-metrics-prometheus_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-metrics/geomesa-metrics-prometheus/target/geomesa-metrics-prometheus_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-metrics-prometheus_2.13/5.1.0-SNAPSHOT/geomesa-metrics-prometheus_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-metrics-prometheus_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-metrics-prometheus_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ------------< org.locationtech.geomesa:geomesa-redis_2.13 >------------- [INFO] Building GeoMesa Redis Parent 5.1.0-SNAPSHOT [119/127] [INFO] from geomesa-redis/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-redis_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-redis_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-redis_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-redis_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-redis_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-redis_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-redis_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-redis_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-redis_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-redis_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-redis_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-redis_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-redis_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-redis_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-redis_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-redis_2.13/5.1.0-SNAPSHOT/geomesa-redis_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-redis_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-redis_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-redis-datastore_2.13 >-------- [INFO] Building GeoMesa Redis Datastore 5.1.0-SNAPSHOT [120/127] [INFO] from geomesa-redis/geomesa-redis-datastore/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-redis-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-redis-datastore_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-redis-datastore_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-redis-datastore_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-redis-datastore_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-redis-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-redis-datastore_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-redis-datastore_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-redis-datastore_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-redis-datastore_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-redis-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/src/main/scala:-1: info: compiling [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/target/classes at 1716075297547 [INFO] prepare-compile in 0 s [INFO] compile in 6 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-redis-datastore_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-redis-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-redis-datastore_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/src/test/resources [INFO] Copying 3 resources from src/test/shared-resources to target/test-classes [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-redis-datastore_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/target/test-classes at 1716075304469 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-redis-datastore_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-redis-datastore_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-redis-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/target/geomesa-redis-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-redis-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/target/geomesa-redis-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-redis-datastore_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/target/geomesa-redis-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-redis-datastore_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-redis-datastore_2.13/5.1.0-SNAPSHOT/geomesa-redis-datastore_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/target/geomesa-redis-datastore_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-redis-datastore_2.13/5.1.0-SNAPSHOT/geomesa-redis-datastore_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/target/geomesa-redis-datastore_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-redis-datastore_2.13/5.1.0-SNAPSHOT/geomesa-redis-datastore_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-datastore/target/geomesa-redis-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-redis-datastore_2.13/5.1.0-SNAPSHOT/geomesa-redis-datastore_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-redis-datastore_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-redis-datastore_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ---------< org.locationtech.geomesa:geomesa-redis-tools_2.13 >---------- [INFO] Building GeoMesa Redis Tools 5.1.0-SNAPSHOT [121/127] [INFO] from geomesa-redis/geomesa-redis-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-redis-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-redis-tools_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-redis-tools_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-redis-tools_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-redis-tools_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-redis-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-redis-tools_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-redis-tools_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-redis-tools_2.13 --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ geomesa-redis-tools_2.13 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-redis-tools_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/src/main/scala:-1: info: compiling [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/target/classes at 1716075309623 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-redis-tools_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- compiler:3.12.1:compile (default-compile) @ geomesa-redis-tools_2.13 --- [INFO] Nothing to compile - all classes are up to date. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ geomesa-redis-tools_2.13 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/src/test/shared-resources [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-redis-tools_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ geomesa-redis-tools_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ geomesa-redis-tools_2.13 --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ geomesa-redis-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/target/geomesa-redis-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-redis-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/target/geomesa-redis-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-redis-tools_2.13 --- [INFO] Building jar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/target/geomesa-redis-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- exec:3.1.1:exec (generate-auto-complete) @ geomesa-redis-tools_2.13 --- log4j:WARN No appenders could be found for logger (org.locationtech.geomesa.tools.output). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-redis-tools_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-redis-tools_2.13/5.1.0-SNAPSHOT/geomesa-redis-tools_2.13-5.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/target/geomesa-redis-tools_2.13-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-redis-tools_2.13/5.1.0-SNAPSHOT/geomesa-redis-tools_2.13-5.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/target/geomesa-redis-tools_2.13-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-redis-tools_2.13/5.1.0-SNAPSHOT/geomesa-redis-tools_2.13-5.1.0-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-tools/target/geomesa-redis-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-redis-tools_2.13/5.1.0-SNAPSHOT/geomesa-redis-tools_2.13-5.1.0-SNAPSHOT-test-sources.jar [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-redis-tools_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-redis-tools_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] -------< org.locationtech.geomesa:geomesa-redis-gs-plugin_2.13 >-------- [INFO] Building GeoMesa Redis GeoServer Plugin 5.1.0-SNAPSHOT [122/127] [INFO] from geomesa-redis/geomesa-redis-gs-plugin/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-redis-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-redis-gs-plugin_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-redis-gs-plugin_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-redis-gs-plugin_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-redis-gs-plugin_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-redis-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-gs-plugin/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-gs-plugin/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-redis-gs-plugin_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-gs-plugin/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-gs-plugin/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-redis-gs-plugin_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-redis-gs-plugin_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-redis-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-redis-gs-plugin_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-redis-gs-plugin_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-redis-gs-plugin_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-redis-gs-plugin_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (create-archive) @ geomesa-redis-gs-plugin_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-gs-plugin/../../geomesa-archetypes/geomesa-archetypes-gs-plugin/assembly.xml [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-gs-plugin/target/geomesa-redis-gs-plugin_2.13-5.1.0-SNAPSHOT-install.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-redis-gs-plugin_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-gs-plugin/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-redis-gs-plugin_2.13/5.1.0-SNAPSHOT/geomesa-redis-gs-plugin_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-redis-gs-plugin_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-redis-gs-plugin_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----------< org.locationtech.geomesa:geomesa-redis-dist_2.13 >---------- [INFO] Building GeoMesa Redis Distribution 5.1.0-SNAPSHOT [123/127] [INFO] from geomesa-redis/geomesa-redis-dist/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-redis-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-redis-dist_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-redis-dist_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-redis-dist_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-redis-dist_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-redis-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-dist/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-dist/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-redis-dist_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-dist/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-dist/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-redis-dist_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-redis-dist_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-redis-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-redis-dist_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-redis-dist_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-redis-dist_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-redis-dist_2.13 --- [INFO] [INFO] --- assembly:3.6.0:single (binary-assembly) @ geomesa-redis-dist_2.13 --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-dist/../../geomesa-archetypes/geomesa-archetypes-binary-dist/binary-release.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.locationtech.geomesa:geomesa-redis-gs-plugin*' o 'org.locationtech.geomesa:geomesa-redis-distributed-runtime*' o 'org.locationtech.geomesa:geomesa-redis-spark*' o 'org.locationtech.geomesa:geomesa-spark*' o 'org.locationtech.geomesa:geomesa-process-wps*' [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-transform:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-epsg-wkt:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process-feature:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-coverage:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.affine:jt-affine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.algebra:jt-algebra:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandmerge:jt-bandmerge:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandselect:jt-bandselect:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.bandcombine:jt-bandcombine:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.border:jt-border:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.buffer:jt-buffer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.crop:jt-crop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.iterators:jt-iterators:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.lookup:jt-lookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.mosaic:jt-mosaic:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.nullop:jt-nullop:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rescale:jt-rescale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale:jt-scale:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.scale2:jt-scale2:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.huldra.math:bigint:pom:0.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.stats:jt-stats:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.translate:jt-translate:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.utilities:jt-utilities:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.warp:jt-warp:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.zonal:jt-zonal:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.binarize:jt-binarize:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.format:jt-format:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorconvert:jt-colorconvert:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.orderdither:jt-orderdither:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.colorindexer:jt-colorindexer:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.imagefunction:jt-imagefunction:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.piecewise:jt-piecewise:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.classifier:jt-classifier:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.rlookup:jt-rlookup:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.vectorbin:jt-vectorbin:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:pom:1.1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-main:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-http:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-xml:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.xml:xml-commons-resolver:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.wfs:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:org.w3.xlink:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-filter:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-core:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml2:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-gml3:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-fes:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.xsd:gt-xsd-ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-referencing:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact it.geosolutions.jgridshift:jgridshift-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-metadata:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools.ogc:net.opengis.ows:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-cql:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-grid:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-shapefile:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-api:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.geotools:gt-process:pom:30.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-redis-spark*' o 'org.locationtech.geomesa:geomesa-spark*' o 'org.locationtech.geomesa:geomesa_pyspark*' [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.locationtech.geomesa:geomesa-redis-distributed-runtime*' [INFO] Building tar: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-dist/target/geomesa-redis_2.13-5.1.0-SNAPSHOT-bin.tar.gz [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-redis-dist_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-redis/geomesa-redis-dist/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-redis-dist_2.13/5.1.0-SNAPSHOT/geomesa-redis-dist_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-redis-dist_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-redis-dist_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] ----< org.locationtech.geomesa:geomesa-spark-test-with-sedona_2.13 >---- [INFO] Building GeoMesa Spark Test With Sedona 5.1.0-SNAPSHOT [124/127] [INFO] from geomesa-spark/geomesa-spark-test-with-sedona/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-with-sedona/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-with-sedona/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-with-sedona/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-with-sedona/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-with-sedona/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-with-sedona/target/test-classes at 1716075323267 [INFO] prepare-compile in 0 s [INFO] compile in 4 s [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-with-sedona/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-test-with-sedona_2.13/5.1.0-SNAPSHOT/geomesa-spark-test-with-sedona_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-spark-test-with-sedona_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-spark-test-with-sedona_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --< org.locationtech.geomesa:geomesa-spark-test-without-sedona_2.13 >--- [INFO] Building GeoMesa Spark Test Without Sedona 5.1.0-SNAPSHOT [125/127] [INFO] from geomesa-spark/geomesa-spark-test-without-sedona/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-without-sedona/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-without-sedona/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-without-sedona/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-without-sedona/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-without-sedona/src/test/scala:-1: info: compiling [INFO] Compiling 1 source files to /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-without-sedona/target/test-classes at 1716075328335 [INFO] prepare-compile in 0 s [INFO] compile in 3 s [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa-spark-test-without-sedona/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa-spark-test-without-sedona_2.13/5.1.0-SNAPSHOT/geomesa-spark-test-without-sedona_2.13-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa-spark-test-without-sedona_2.13 --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa-spark-test-without-sedona_2.13:5.1.0-SNAPSHOT at end [INFO] [INFO] --------------< org.locationtech.geomesa:geomesa_pyspark >-------------- [INFO] Building GeoMesa PySpark 5.1.0-SNAPSHOT [126/127] [INFO] from geomesa-spark/geomesa_pyspark/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ geomesa_pyspark --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ geomesa_pyspark --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ geomesa_pyspark --- [INFO] No match to regex '-' found in 'org.locationtech.geomesa_org.locationtech.pyspark'. The initial value 'org.locationtech.geomesa_org.locationtech.pyspark' is left as-is... [INFO] [INFO] --- build-helper:3.5.0:regex-property (regex-property) @ geomesa_pyspark --- [INFO] [INFO] --- license:4.3:check (license-check) @ geomesa_pyspark --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ geomesa_pyspark --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ geomesa_pyspark --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa_pyspark/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa_pyspark/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ geomesa_pyspark --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa_pyspark/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa_pyspark/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ geomesa_pyspark --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ geomesa_pyspark --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ geomesa_pyspark --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ geomesa_pyspark --- [INFO] Copying 7 resources from src/main/python to target/python [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ geomesa_pyspark --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ geomesa_pyspark --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ geomesa_pyspark --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ geomesa_pyspark --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ geomesa_pyspark --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/geomesa-spark/geomesa_pyspark/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/geomesa_pyspark/5.1.0-SNAPSHOT/geomesa_pyspark-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ geomesa_pyspark --- [INFO] Deferring deploy for org.locationtech.geomesa:geomesa_pyspark:5.1.0-SNAPSHOT at end [INFO] [INFO] -------------------< org.locationtech.geomesa:docs >-------------------- [INFO] Building GeoMesa Documentation 5.1.0-SNAPSHOT [127/127] [INFO] from docs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ docs --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-1) @ docs --- [INFO] [INFO] --- build-helper:3.5.0:regex-property (set-module-name-step-2) @ docs --- [INFO] No match to regex '-' found in 'org.locationtech.docs'. The initial value 'org.locationtech.docs' is left as-is... [INFO] [INFO] --- license:4.3:check (license-check) @ docs --- [INFO] Checking licenses... [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ docs --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- scala:3.4.4:add-source (scala-sources) @ docs --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/docs/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/docs/src/test/scala [INFO] [INFO] --- scala:3.4.4:add-source (scala-versioned-sources) @ docs --- [INFO] Add Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/docs/src/main/scala_2.13 [INFO] Add Test Source directory: /home/jenkins/agent/workspace/nightly snapshots _2.13/docs/src/test/scala_2.13 [INFO] [INFO] --- git-commit-id:4.9.10:revision (default) @ docs --- [INFO] [INFO] --- dependency:3.6.1:build-classpath (generate-classpath) @ docs --- [INFO] [INFO] --- scala:3.4.4:compile (scala-compile-first) @ docs --- [INFO] No sources to compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify-services-newlines) @ docs --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- scala:3.4.4:testCompile (scala-test-compile) @ docs --- [INFO] No sources to compile [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ docs --- [INFO] [INFO] --- source:3.3.0:test-jar-no-fork (attach-sources) @ docs --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ docs --- [INFO] Installing /home/jenkins/agent/workspace/nightly snapshots _2.13/docs/pom.xml to /home/jenkins/.m2/repository/org/locationtech/geomesa/docs/5.1.0-SNAPSHOT/docs-5.1.0-SNAPSHOT.pom [INFO] [INFO] --- deploy:3.1.1:deploy (default-deploy) @ docs --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for GeoMesa 5.1.0-SNAPSHOT: [INFO] [INFO] GeoMesa ............................................ SUCCESS [ 23.297 s] [INFO] GeoMesa Index Z3 ................................... SUCCESS [ 19.903 s] [INFO] GeoMesa Utils Parent ............................... SUCCESS [ 0.096 s] [INFO] GeoMesa Utils ...................................... SUCCESS [ 48.215 s] [INFO] GeoMesa Features ................................... SUCCESS [ 0.186 s] [INFO] GeoMesa Features Common ............................ SUCCESS [ 21.447 s] [INFO] GeoMesa Security ................................... SUCCESS [ 12.654 s] [INFO] GeoMesa Features Kryo .............................. SUCCESS [ 19.044 s] [INFO] GeoMesa Features Avro .............................. SUCCESS [ 16.357 s] [INFO] GeoMesa Features All ............................... SUCCESS [ 8.134 s] [INFO] GeoMesa Filters and Functions ...................... SUCCESS [ 18.312 s] [INFO] GeoMesa Arrow Parent ............................... SUCCESS [ 0.069 s] [INFO] GeoMesa Arrow JTS Geometry Vectors ................. SUCCESS [ 4.306 s] [INFO] GeoMesa Arrow GeoTools Abstractions ................ SUCCESS [ 24.348 s] [INFO] GeoMesa Index API .................................. SUCCESS [ 33.928 s] [INFO] GeoMesa Hadoop Utils ............................... SUCCESS [ 23.924 s] [INFO] GeoMesa Accumulo ................................... SUCCESS [ 0.076 s] [INFO] GeoMesa Accumulo Indices ........................... SUCCESS [ 24.706 s] [INFO] GeoMesa Accumulo Iterators ......................... SUCCESS [ 7.093 s] [INFO] GeoMesa Process Parent ............................. SUCCESS [ 0.033 s] [INFO] GeoMesa Vector Processes ........................... SUCCESS [ 16.547 s] [INFO] GeoMesa Zookeeper Utils ............................ SUCCESS [ 3.621 s] [INFO] GeoMesa Accumulo Distributed Runtime ............... SUCCESS [ 21.406 s] [INFO] GeoMesa Accumulo DataStore ......................... SUCCESS [ 39.322 s] [INFO] GeoMesa WPS ........................................ SUCCESS [ 2.722 s] [INFO] GeoMesa Archetypes ................................. SUCCESS [ 0.059 s] [INFO] GeoMesa GeoServer Plugin Archetype ................. SUCCESS [ 2.100 s] [INFO] GeoMesa Accumulo GeoServer Plugin .................. SUCCESS [ 2.076 s] [INFO] GeoMesa Metrics Parent ............................. SUCCESS [ 0.032 s] [INFO] GeoMesa Metrics Core ............................... SUCCESS [ 5.524 s] [INFO] GeoMesa Convert .................................... SUCCESS [ 0.072 s] [INFO] GeoMesa Convert Common ............................. SUCCESS [ 27.317 s] [INFO] GeoMesa Convert Avro ............................... SUCCESS [ 12.515 s] [INFO] GeoMesa Convert Fixed Width ........................ SUCCESS [ 7.976 s] [INFO] GeoMesa Convert JDBC ............................... SUCCESS [ 8.381 s] [INFO] GeoMesa Convert Json ............................... SUCCESS [ 14.294 s] [INFO] GeoMesa Convert Shapefiles ......................... SUCCESS [ 9.258 s] [INFO] GeoMesa FileSystem ................................. SUCCESS [ 0.059 s] [INFO] GeoMesa FileSystem Storage ......................... SUCCESS [ 0.028 s] [INFO] GeoMesa FileSystem Storage API ..................... SUCCESS [ 5.261 s] [INFO] GeoMesa FileSystem Storage Common .................. SUCCESS [ 24.254 s] [INFO] GeoMesa FileSystem Storage Parquet ................. SUCCESS [ 17.058 s] [INFO] GeoMesa Convert Parquet ............................ SUCCESS [ 10.755 s] [INFO] GeoMesa Convert Text ............................... SUCCESS [ 11.830 s] [INFO] GeoMesa Convert XML ................................ SUCCESS [ 11.446 s] [INFO] GeoMesa Convert Redis Cache ........................ SUCCESS [ 7.301 s] [INFO] GeoMesa Convert All ................................ SUCCESS [ 10.418 s] [INFO] GeoMesa Jobs ....................................... SUCCESS [ 11.022 s] [INFO] GeoMesa Accumulo Jobs .............................. SUCCESS [ 12.399 s] [INFO] GeoMesa Spark ...................................... SUCCESS [ 0.041 s] [INFO] GeoMesa Spark JTS .................................. SUCCESS [ 28.817 s] [INFO] GeoMesa Spark Core ................................. SUCCESS [ 5.676 s] [INFO] GeoMesa Accumulo Spark ............................. SUCCESS [ 3.873 s] [INFO] GeoMesa In-Memory Database ......................... SUCCESS [ 0.030 s] [INFO] GeoMesa Geo-support for CQ Engine .................. SUCCESS [ 12.138 s] [INFO] GeoMesa Geo-CQ Engine DataStore .................... SUCCESS [ 8.037 s] [INFO] GeoMesa GeoTools ................................... SUCCESS [ 0.027 s] [INFO] GeoMesa GeoTools Spark ............................. SUCCESS [ 9.033 s] [INFO] GeoMesa Spark SQL .................................. SUCCESS [ 18.469 s] [INFO] GeoMesa FileSystem Storage ORC ..................... SUCCESS [ 14.244 s] [INFO] GeoMesa Feature Exporters .......................... SUCCESS [ 13.233 s] [INFO] GeoMesa Tools ...................................... SUCCESS [ 19.142 s] [INFO] GeoMesa Jupyter Leaflet Extensions ................. SUCCESS [ 9.268 s] [INFO] GeoMesa Accumulo Spark Runtime, Accumulo 2.0.x ..... SUCCESS [ 29.954 s] [INFO] GeoMesa Accumulo Spark Runtime, Accumulo 2.1.x ..... SUCCESS [ 32.012 s] [INFO] GeoMesa Spark Converter RDD Provider ............... SUCCESS [ 8.108 s] [INFO] GeoMesa Accumulo Tools ............................. SUCCESS [ 26.467 s] [INFO] GeoMesa Binary Distribution Archetype .............. SUCCESS [ 0.143 s] [INFO] GeoMesa Accumulo Distribution ...................... SUCCESS [ 15.723 s] [INFO] GeoMesa Arrow DataStore ............................ SUCCESS [ 9.030 s] [INFO] GeoMesa Arrow Tools ................................ SUCCESS [ 5.513 s] [INFO] GeoMesa Arrow Distribution ......................... SUCCESS [ 4.053 s] [INFO] GeoMesa Cassandra .................................. SUCCESS [ 0.036 s] [INFO] GeoMesa Cassandra DataStore ........................ SUCCESS [ 16.849 s] [INFO] GeoMesa Cassandra Tools ............................ SUCCESS [ 6.125 s] [INFO] GeoMesa Cassandra GeoServer Plugin ................. SUCCESS [ 2.049 s] [INFO] GeoMesa Cassandra Distribution ..................... SUCCESS [ 5.216 s] [INFO] GeoMesa Convert Avro Schema Registry ............... SUCCESS [ 13.513 s] [INFO] GeoMesa Convert Simple Feature ..................... SUCCESS [ 7.513 s] [INFO] GeoMesa FileSystem Storage Converters .............. SUCCESS [ 8.500 s] [INFO] GeoMesa FileSystem DataStore ....................... SUCCESS [ 12.236 s] [INFO] GeoMesa FileSystem Tools ........................... SUCCESS [ 14.492 s] [INFO] GeoMesa Filesystem GeoServer Plugin ................ SUCCESS [ 2.726 s] [INFO] GeoMesa FileSystem Spark RDD Provider .............. SUCCESS [ 5.495 s] [INFO] GeoMesa Filesystem Spark Runtime ................... SUCCESS [ 28.982 s] [INFO] GeoMesa FileSystem Distribution .................... SUCCESS [ 9.505 s] [INFO] GeoMesa GeoTools Spark Runtime ..................... SUCCESS [ 23.265 s] [INFO] GeoMesa GeoTools Postgis Partitioning .............. SUCCESS [ 13.947 s] [INFO] GeoMesa GeoTools Tools ............................. SUCCESS [ 11.110 s] [INFO] GeoMesa GeoTools GeoServer Plugin .................. SUCCESS [ 1.484 s] [INFO] GeoMesa GeoTools Distribution ...................... SUCCESS [ 8.675 s] [INFO] GeoMesa HBase Parent ............................... SUCCESS [ 0.034 s] [INFO] GeoMesa HBase RPC .................................. SUCCESS [ 14.874 s] [INFO] GeoMesa HBase Server ............................... SUCCESS [ 7.688 s] [INFO] GeoMesa HBase Server, HBase 2.x .................... SUCCESS [ 3.080 s] [INFO] GeoMesa HBase DataStore ............................ SUCCESS [ 27.599 s] [INFO] GeoMesa HBase Distributed Runtime, HBase 2.x ....... SUCCESS [ 13.637 s] [INFO] GeoMesa HBase Jobs ................................. SUCCESS [ 5.293 s] [INFO] GeoMesa HBase Tools ................................ SUCCESS [ 7.037 s] [INFO] GeoMesa HBase GeoServer Plugin ..................... SUCCESS [ 1.774 s] [INFO] GeoMesa HBase Spark ................................ SUCCESS [ 3.961 s] [INFO] GeoMesa HBase Spark Runtime, HBase 2.x ............. SUCCESS [ 30.512 s] [INFO] GeoMesa HBase Distribution ......................... SUCCESS [ 12.634 s] [INFO] GeoMesa Kafka Parent ............................... SUCCESS [ 0.033 s] [INFO] GeoMesa Kafka Utils ................................ SUCCESS [ 5.270 s] [INFO] GeoMesa Kafka Datastore ............................ SUCCESS [ 22.975 s] [INFO] GeoMesa Kafka Confluent Datastore .................. SUCCESS [ 13.663 s] [INFO] GeoMesa Kafka Tools ................................ SUCCESS [ 7.025 s] [INFO] GeoMesa Kafka GeoServer Plugin ..................... SUCCESS [ 1.993 s] [INFO] GeoMesa Kafka Distribution ......................... SUCCESS [ 5.854 s] [INFO] GeoMesa Lambda Architecture ........................ SUCCESS [ 0.024 s] [INFO] GeoMesa Lambda DataStore ........................... SUCCESS [ 15.022 s] [INFO] GeoMesa Lambda Tools ............................... SUCCESS [ 5.871 s] [INFO] GeoMesa Lambda GeoServer Plugin .................... SUCCESS [ 1.692 s] [INFO] GeoMesa Lambda Distribution ........................ SUCCESS [ 5.653 s] [INFO] GeoMesa Metrics CloudWatch Reporter ................ SUCCESS [ 4.656 s] [INFO] GeoMesa Metrics Graphite Reporter .................. SUCCESS [ 4.634 s] [INFO] GeoMesa Metrics Prometheus Reporter ................ SUCCESS [ 9.746 s] [INFO] GeoMesa Redis Parent ............................... SUCCESS [ 0.025 s] [INFO] GeoMesa Redis Datastore ............................ SUCCESS [ 11.991 s] [INFO] GeoMesa Redis Tools ................................ SUCCESS [ 6.336 s] [INFO] GeoMesa Redis GeoServer Plugin ..................... SUCCESS [ 1.565 s] [INFO] GeoMesa Redis Distribution ......................... SUCCESS [ 5.434 s] [INFO] GeoMesa Spark Test With Sedona ..................... SUCCESS [ 5.472 s] [INFO] GeoMesa Spark Test Without Sedona .................. SUCCESS [ 4.148 s] [INFO] GeoMesa PySpark .................................... SUCCESS [ 0.084 s] [INFO] GeoMesa Documentation .............................. SUCCESS [ 27.883 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22:42 min [INFO] Finished at: 2024-05-18T23:36:00Z [INFO] ------------------------------------------------------------------------ Finished: SUCCESS