Started by upstream project "main_2.12" build number 889 originally caused by: Started by an SCM change Running as SYSTEM Agent centos-7-kz9gl is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-kz9gl" 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-kz9gl" - 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-kz9gl" - 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-4.13.3" 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-kz9gl (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/geomesa-tutorials The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/geomesa/geomesa-tutorials > git init /home/jenkins/agent/workspace/geomesa-tutorials # timeout=10 Fetching upstream changes from https://github.com/geomesa/geomesa-tutorials > git --version # timeout=10 > git --version # 'git version 2.36.3' > git fetch --tags --force --progress -- https://github.com/geomesa/geomesa-tutorials +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/geomesa/geomesa-tutorials # 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 d1a110f6cda261f7421712b959e9881733f10441 (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a110f6cda261f7421712b959e9881733f10441 # timeout=10 Commit message: "Updates for GeoMesa 4.0.0 (#89)" > git rev-list --no-walk d1a110f6cda261f7421712b959e9881733f10441 # timeout=10 [geomesa-tutorials] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean install -B Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-hbase-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-hbase-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-hbase_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-hbase_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] GeoMesa Tutorials and Examples [pom] [INFO] GeoMesa Examples - Spark [jar] [INFO] GeoMesa Quickstart - Storm [jar] [INFO] GeoMesa Tutorials - Common [jar] [INFO] GeoMesa Tutorials - Accumulo [pom] [INFO] GeoMesa Tutorials - Accumulo - Authorizations [jar] [INFO] GeoMesa Tutorials - Accumulo - Avro [jar] [INFO] GeoMesa Tutorials - Accumulo - Feature-Level Vis [jar] [INFO] GeoMesa Tutorials - Accumulo - Quick Start [jar] [INFO] GeoMesa Tutorials - Accumulo - Transforms [jar] [INFO] GeoMesa Tutorials - Accumulo - Lambda Quick Start [jar] [INFO] GeoMesa Tutorials - Cassandra [pom] [INFO] GeoMesa Tutorials - Cassandra - Avro [jar] [INFO] GeoMesa Tutorials - Cassandra - Transforms [jar] [INFO] GeoMesa Tutorials - Cassandra - Quick Start [jar] [INFO] GeoMesa Tutorials - FileSystem [pom] [INFO] GeoMesa Tutorials - FileSystem - Avro [jar] [INFO] GeoMesa Tutorials - FileSystem - Transforms [jar] [INFO] GeoMesa Tutorials - FileSystem - Quick Start [jar] [INFO] GeoMesa Tutorials - HBase [pom] [INFO] GeoMesa Tutorials - HBase - Avro [jar] [INFO] GeoMesa Tutorials - HBase - Transforms [jar] [INFO] GeoMesa Tutorials - HBase - Quick Start [jar] [INFO] GeoMesa Tutorials - Kafka [pom] [INFO] GeoMesa Tutorials - Kafka - Quick Start [jar] [INFO] GeoMesa Tutorials - Kafka Streams - Quick Start [jar] [INFO] GeoMesa Tutorials - Redis [pom] [INFO] GeoMesa Tutorials - Redis - Avro [jar] [INFO] GeoMesa Tutorials - Redis - Transforms [jar] [INFO] GeoMesa Tutorials - Redis - Quick Start [jar] [INFO] [INFO] ---------------< org.geomesa.example:geomesa-tutorials >---------------- [INFO] Building GeoMesa Tutorials and Examples 4.0.0-SNAPSHOT [1/30] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials/4.0.0-SNAPSHOT/geomesa-tutorials-4.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.geomesa.example:geomesa-examples-spark >------------- [INFO] Building GeoMesa Examples - Spark 4.0.0-SNAPSHOT [2/30] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-accumulo-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-accumulo-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-accumulo_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-accumulo_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-index-api_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-index-api_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-index-api_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-index-api_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-index-api_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-filter_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-filter_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-filter_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-filter_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-filter_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-utils_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-utils_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-utils-parent_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-utils-parent_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-z3_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-z3_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-z3_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-z3_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-z3_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-feature-kryo_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-feature-kryo_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-feature-kryo_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-feature-kryo_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-feature-kryo_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-features_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-features_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-feature-common_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-feature-common_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-feature-common_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-feature-common_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-feature-common_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-security_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-security_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-security_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-security_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-security_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-hadoop-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-hadoop-utils_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-hadoop-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-hadoop-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-hadoop-utils_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-feature-all_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-feature-all_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-feature-all_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-feature-all_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-feature-all_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-feature-avro_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-feature-avro_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-feature-avro_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-feature-avro_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-feature-avro_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-arrow-gt_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-arrow-gt_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-arrow-gt_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-arrow-gt_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-arrow-gt_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-arrow_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-arrow_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-arrow-jts:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-arrow-jts/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-arrow-jts:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-arrow-jts:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-arrow-jts/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-process-vector_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-process-vector_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-process-vector_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-process-vector_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-process-vector_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-process_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-process_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-zk-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-zk-utils_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-zk-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-zk-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-zk-utils_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-accumulo-spark_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-accumulo-spark_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-accumulo-spark_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-accumulo-spark_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-accumulo-spark_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-accumulo-jobs_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-accumulo-jobs_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-accumulo-jobs_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-accumulo-jobs_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-accumulo-jobs_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-jobs_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-jobs_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-jobs_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-jobs_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-jobs_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-convert-all_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-all_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-convert-all_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-convert-all_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-all_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-convert_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-convert-common_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-common_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-convert-common_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-convert-common_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-common_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-metrics-core_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-metrics-core_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-metrics-core_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-metrics-core_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-metrics-core_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-metrics_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-metrics_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-convert-avro_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-avro_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-convert-avro_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-convert-avro_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-avro_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-convert-fixedwidth_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-fixedwidth_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-convert-fixedwidth_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-convert-fixedwidth_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-fixedwidth_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-convert-jdbc_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-jdbc_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-convert-jdbc_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-convert-jdbc_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-jdbc_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-convert-json_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-json_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-convert-json_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-convert-json_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-json_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-convert-shp_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-shp_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-convert-shp_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-convert-shp_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-shp_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-convert-parquet_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-parquet_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-convert-parquet_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-convert-parquet_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-parquet_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-fs-storage-parquet_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-storage-parquet_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-fs-storage-parquet_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-fs-storage-parquet_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-storage-parquet_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-fs-storage_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-storage_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-fs_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-fs-storage-api_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-storage-api_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-fs-storage-api_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-fs-storage-api_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-storage-api_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-fs-storage-common_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-storage-common_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-fs-storage-common_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-fs-storage-common_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-storage-common_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-convert-text_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-text_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-convert-text_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-convert-text_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-text_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-convert-xml_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-xml_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-convert-xml_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-convert-xml_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-xml_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-convert-redis-cache_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-redis-cache_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-convert-redis-cache_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-convert-redis-cache_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-convert-redis-cache_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-spark-core_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-spark-core_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-spark-core_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-spark-core_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-spark-core_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-spark_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-spark_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-spark-jts_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-spark-jts_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-spark-jts_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-spark-jts_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-spark-jts_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-examples-spark --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-examples-spark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-examples-spark/src/main/resources [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-examples-spark --- [INFO] [INFO] --- scala-maven-plugin:3.2.1:add-source (scala-compile-first) @ geomesa-examples-spark --- [INFO] Add Source directory: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-examples-spark/src/main/scala [INFO] Add Test Source directory: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-examples-spark/src/test/scala [INFO] [INFO] --- scala-maven-plugin:3.2.1:compile (scala-compile-first) @ geomesa-examples-spark --- [WARNING] org.locationtech.geomesa:geomesa-accumulo_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-accumulo_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-accumulo_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-accumulo-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [INFO] /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-examples-spark/src/main/scala:-1: info: compiling [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-examples-spark/target/classes at 1676060648361 [WARNING] warning: 14 deprecations (since 2.12.0); re-run with -deprecation for details [WARNING] warning: one feature warning; re-run with -feature for details [WARNING] two warnings found [INFO] prepare-compile in 0 s [INFO] compile in 12 s [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-examples-spark --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-examples-spark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-examples-spark/src/test/resources [INFO] [INFO] --- scala-maven-plugin:3.2.1:testCompile (scala-test-compile) @ geomesa-examples-spark --- [INFO] No sources to compile [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-examples-spark --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-examples-spark --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-examples-spark --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-examples-spark/target/geomesa-examples-spark-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-examples-spark --- [INFO] Including org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including com.jayway.jsonpath:json-path:jar:2.7.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.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.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-render:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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.8.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-spark_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-jobs_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-jobs_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-common_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-metrics-core_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-core_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic-base_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.chuusai:shapeless_2.12:jar:2.3.10 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-fixedwidth_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-jdbc_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-json_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-shp_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-parquet_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-parquet_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-common_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-dbcp2:jar:2.6.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-text_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-xml_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including net.sf.saxon:Saxon-HE:jar:11.4 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:4.4.3 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 xml-apis:xml-apis:jar:1.4.01 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:data:4.4.3 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-redis-cache_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including redis.clients:jedis:jar:4.3.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-core_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-spark-jts_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-core:jar:2.0.1 in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.78 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar. [INFO] Including com.google.guava:guava:jar:30.1-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-start:jar:2.0.1 in the shaded jar. [INFO] Including org.apache.commons:commons-vfs2:jar:2.3 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.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.5 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-api:jar:3.1.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.thrift:libthrift:jar:0.12.0 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.36 from the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-runtime:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.5.0-1 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12:jar:3.6.12 in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 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.14.1 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.parquet:parquet-column:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-common:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-encoding:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-hadoop:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-format-structures:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-jackson:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, parquet-jackson-1.12.3.jar, gson-2.10.jar, jackson-datatype-jsr310-2.14.1.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] parquet-column-1.12.3.jar, parquet-hadoop-1.12.3.jar define 206 overlapping classes: [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntArrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.doubles.DoubleComparators$OppositeComparator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntBigArrays$BigArrayHashStrategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.bytes.ByteBigArrays$1 [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.bytes.ByteComparators$OppositeImplicitComparator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.doubles.DoubleBigArrays$BigArrayHashStrategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntArrays$ArrayHashStrategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntBigArrays$1 [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.shorts.ShortBigArrays$ForkJoinQuickSort [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.booleans.BooleanComparators$OppositeComparator [WARNING] - 196 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-examples-spark/target/geomesa-examples-spark-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-examples-spark/target/geomesa-examples-spark-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-examples-spark --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-examples-spark/target/geomesa-examples-spark-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-examples-spark/4.0.0-SNAPSHOT/geomesa-examples-spark-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-examples-spark/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-examples-spark/4.0.0-SNAPSHOT/geomesa-examples-spark-4.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.geomesa.example:geomesa-quickstart-storm >------------ [INFO] Building GeoMesa Quickstart - Storm 4.0.0-SNAPSHOT [3/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-quickstart-storm --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-quickstart-storm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-quickstart-storm/src/main/resources [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-quickstart-storm --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-quickstart-storm --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-quickstart-storm/target/classes [INFO] /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-quickstart-storm/src/main/java/com/example/geomesa/storm/OSMIngestProducer.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-quickstart-storm/src/main/java/com/example/geomesa/storm/OSMIngestProducer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-quickstart-storm --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-quickstart-storm/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-quickstart-storm --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-quickstart-storm --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-quickstart-storm --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-quickstart-storm/target/geomesa-quickstart-storm-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-quickstart-storm --- [INFO] Including org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12:jar:3.6.12 in the shaded jar. [INFO] Including com.jayway.jsonpath:json-path:jar:2.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.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.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-render:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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.8.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-core:jar:2.0.1 in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.78 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 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.5 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-api:jar:3.1.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.thrift:libthrift:jar:0.12.0 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.36 from the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-runtime:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-start:jar:2.0.1 in the shaded jar. [INFO] Including org.apache.commons:commons-vfs2:jar:2.3 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar. [INFO] Including org.apache.kafka:kafka_2.12:jar:2.8.2 in the shaded jar. [INFO] Including org.apache.kafka:kafka-metadata:jar:2.8.2 in the shaded jar. [INFO] Including org.apache.kafka:kafka-raft:jar:2.8.2 in the shaded jar. [INFO] Including net.sourceforge.argparse4j:argparse4j:jar:0.7.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-csv:jar:2.10.5 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.5 in the shaded jar. [INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar. [INFO] Including com.yammer.metrics:metrics-core:jar:2.2.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-collection-compat_2.12:jar:2.3.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-java8-compat_2.12:jar:0.9.1 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.apache.kafka:kafka-clients:jar:2.8.2 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.5.0-1 in the shaded jar. [INFO] Including org.lz4:lz4-java:jar:1.7.1 in the shaded jar. [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.8.1 in the shaded jar. [INFO] Including com.esotericsoftware:minlog:jar:1.3.0 in the shaded jar. [INFO] Including org.objenesis:objenesis:jar:2.1 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Excluding org.slf4j:slf4j-reload4j:jar:1.7.36 from the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including org.geotools:gt-epsg-wkt:jar:28.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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 com.google.guava:guava:jar:11.0.1 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-mapreduce-client-core-2.10.2.jar define 886 overlapping classes: [WARNING] - org.apache.hadoop.mapred.pipes.PipesPartitioner [WARNING] - org.apache.hadoop.mapred.lib.InputSampler$SplitSampler [WARNING] - org.apache.hadoop.mapred.JobClient$14 [WARNING] - org.apache.hadoop.mapred.ReduceTask$SkippingReduceValuesIterator [WARNING] - org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent [WARNING] - org.apache.hadoop.mapred.StatisticsCollector$1 [WARNING] - org.apache.hadoop.mapred.join.ResetableIterator$EMPTY [WARNING] - org.apache.hadoop.mapred.pipes.BinaryProtocol$UplinkReaderThread [WARNING] - org.apache.hadoop.mapreduce.lib.input.InvalidInputException [WARNING] - org.apache.hadoop.mapreduce.lib.aggregate.StringValueMin [WARNING] - 876 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] hadoop-client-api-3.1.1.jar, hadoop-auth-2.10.2.jar define 48 overlapping classes: [WARNING] - org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL [WARNING] - org.apache.hadoop.security.authentication.util.KerberosUtil$DER [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL$Token [WARNING] - org.apache.hadoop.security.authentication.client.Authenticator [WARNING] - org.apache.hadoop.security.authentication.server.MultiSchemeAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.util.FileSignerSecretProvider [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$Rule [WARNING] - org.apache.hadoop.security.authentication.server.AuthenticationHandler [WARNING] - 38 more... [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] hadoop-client-api-3.1.1.jar, hadoop-common-2.10.2.jar define 2097 overlapping classes: [WARNING] - org.apache.hadoop.io.compress.DecompressorStream [WARNING] - org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider$14 [WARNING] - org.apache.hadoop.util.HeapSort [WARNING] - org.apache.hadoop.ha.protocolPB.HAServiceProtocolClientSideTranslatorPB$1 [WARNING] - org.apache.hadoop.util.ShutdownHookManager$2 [WARNING] - org.apache.hadoop.fs.crypto.CryptoFSDataInputStream [WARNING] - org.apache.hadoop.io.compress.DirectDecompressionCodec [WARNING] - org.apache.hadoop.metrics2.MetricsSystem$Callback [WARNING] - org.apache.hadoop.tracing.SpanReceiverInfo [WARNING] - org.apache.hadoop.metrics2.impl.MetricsBuffer$Entry [WARNING] - 2087 more... [WARNING] scala-collection-compat_2.12-2.3.0.jar, scala-library-2.12.13.jar define 2 overlapping classes: [WARNING] - scala.annotation.nowarn [WARNING] - scala.annotation.nowarn$ [WARNING] hadoop-client-api-3.1.1.jar, hadoop-hdfs-client-2.10.2.jar define 1710 overlapping classes: [WARNING] - org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo$Expiration [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetOwnerResponseProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileLinkInfoRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.web.URLConnectionFactory$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientDatanodeProtocolProtos$GetVolumeReportRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$SetXAttrRequestProto$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ModifyCacheDirectiveResponseProto$1 [WARNING] - org.apache.hadoop.fs.XAttr$1 [WARNING] - org.apache.hadoop.hdfs.protocol.CachePoolStats$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ReportBadBlocksResponseProtoOrBuilder [WARNING] - 1700 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-quickstart-storm/target/geomesa-quickstart-storm-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-quickstart-storm/target/geomesa-quickstart-storm-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-quickstart-storm --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-quickstart-storm/target/geomesa-quickstart-storm-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-quickstart-storm/4.0.0-SNAPSHOT/geomesa-quickstart-storm-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-quickstart-storm/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-quickstart-storm/4.0.0-SNAPSHOT/geomesa-quickstart-storm-4.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.geomesa.example:geomesa-tutorials-common >------------ [INFO] Building GeoMesa Tutorials - Common 4.0.0-SNAPSHOT [4/30] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] org.locationtech.geomesa:geomesa-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-utils_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-index-api_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-index-api_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-index-api_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-feature-avro_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-feature-avro_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-feature-avro_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-common --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-common --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-common --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-common --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-common --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-common/target/geomesa-tutorials-common-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-common --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-common/target/geomesa-tutorials-common-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-common/4.0.0-SNAPSHOT/geomesa-tutorials-common-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-common/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-common/4.0.0-SNAPSHOT/geomesa-tutorials-common-4.0.0-SNAPSHOT.pom [INFO] [INFO] -----------< org.geomesa.example:geomesa-tutorials-accumulo >----------- [INFO] Building GeoMesa Tutorials - Accumulo 4.0.0-SNAPSHOT [5/30] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] org.locationtech.geomesa:geomesa_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-accumulo --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-accumulo --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-accumulo --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-4.0.0-SNAPSHOT.pom [INFO] [INFO] ---< org.geomesa.example:geomesa-tutorials-accumulo-authorizations >---- [INFO] Building GeoMesa Tutorials - Accumulo - Authorizations 4.0.0-SNAPSHOT [6/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-accumulo-authorizations --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-accumulo-authorizations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-accumulo-authorizations --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-accumulo-authorizations --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-authorizations/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-accumulo-authorizations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-authorizations/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-accumulo-authorizations --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-accumulo-authorizations --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-accumulo-authorizations --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-authorizations/target/geomesa-tutorials-accumulo-authorizations-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-accumulo-authorizations --- [INFO] Including org.geotools:gt-wfs-ng:jar:28.0 in the shaded jar. [INFO] Including org.geotools:gt-complex:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-app-schema-resolver:jar:28.1 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-gml3:jar:28.0 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-core:jar:28.1 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:28.0 in the shaded jar. [INFO] Including org.geotools:gt-xml:jar:28.1 in the shaded jar. [INFO] Including org.apache.xml:xml-commons-resolver:jar:1.2 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-gml-geometry-streaming:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http-commons:jar:28.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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.xsd:gt-xsd-wfs:jar:28.1 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-filter:jar:28.1 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-fes:jar:28.1 in the shaded jar. [INFO] Including org.geotools.xsd:gt-xsd-ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.wfs:jar:28.0 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.0 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.fes:jar:28.0 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-cql:jar:28.1 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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 joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-render:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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 org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-core:jar:2.0.1 in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.78 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.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar. [INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 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.5 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-api:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core:jar:3.2.0-incubating in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-runtime:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-start:jar:2.0.1 in the shaded jar. [INFO] Including org.apache.commons:commons-vfs2:jar:2.3 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 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.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-core:jar:2.19.0 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.19.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, log4j-api-2.19.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] hadoop-client-api-3.1.1.jar, hadoop-mapreduce-client-core-2.10.2.jar define 886 overlapping classes: [WARNING] - org.apache.hadoop.mapred.pipes.PipesPartitioner [WARNING] - org.apache.hadoop.mapred.lib.InputSampler$SplitSampler [WARNING] - org.apache.hadoop.mapred.JobClient$14 [WARNING] - org.apache.hadoop.mapred.ReduceTask$SkippingReduceValuesIterator [WARNING] - org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent [WARNING] - org.apache.hadoop.mapred.StatisticsCollector$1 [WARNING] - org.apache.hadoop.mapred.join.ResetableIterator$EMPTY [WARNING] - org.apache.hadoop.mapred.pipes.BinaryProtocol$UplinkReaderThread [WARNING] - org.apache.hadoop.mapreduce.lib.input.InvalidInputException [WARNING] - org.apache.hadoop.mapreduce.lib.aggregate.StringValueMin [WARNING] - 876 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] hadoop-client-api-3.1.1.jar, hadoop-auth-2.10.2.jar define 48 overlapping classes: [WARNING] - org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL [WARNING] - org.apache.hadoop.security.authentication.util.KerberosUtil$DER [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL$Token [WARNING] - org.apache.hadoop.security.authentication.client.Authenticator [WARNING] - org.apache.hadoop.security.authentication.server.MultiSchemeAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.util.FileSignerSecretProvider [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$Rule [WARNING] - org.apache.hadoop.security.authentication.server.AuthenticationHandler [WARNING] - 38 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-common-2.10.2.jar define 2097 overlapping classes: [WARNING] - org.apache.hadoop.io.compress.DecompressorStream [WARNING] - org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider$14 [WARNING] - org.apache.hadoop.util.HeapSort [WARNING] - org.apache.hadoop.ha.protocolPB.HAServiceProtocolClientSideTranslatorPB$1 [WARNING] - org.apache.hadoop.util.ShutdownHookManager$2 [WARNING] - org.apache.hadoop.fs.crypto.CryptoFSDataInputStream [WARNING] - org.apache.hadoop.io.compress.DirectDecompressionCodec [WARNING] - org.apache.hadoop.metrics2.MetricsSystem$Callback [WARNING] - org.apache.hadoop.tracing.SpanReceiverInfo [WARNING] - org.apache.hadoop.metrics2.impl.MetricsBuffer$Entry [WARNING] - 2087 more... [WARNING] log4j-1.2.17.jar, reload4j-1.2.22.jar define 212 overlapping classes: [WARNING] - org.apache.log4j.or.sax.AttributesRenderer [WARNING] - org.apache.log4j.pattern.MessagePatternConverter [WARNING] - org.apache.log4j.chainsaw.ControlPanel$3 [WARNING] - org.apache.log4j.pattern.NameAbbreviator$DropElementAbbreviator [WARNING] - org.apache.log4j.BasicConfigurator [WARNING] - org.apache.log4j.rewrite.RewriteAppender [WARNING] - org.apache.log4j.pattern.LoggingEventPatternConverter [WARNING] - org.apache.log4j.NameValue [WARNING] - org.apache.log4j.xml.DOMConfigurator$1 [WARNING] - org.apache.log4j.spi.NOPLoggerRepository [WARNING] - 202 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-hdfs-client-2.10.2.jar define 1710 overlapping classes: [WARNING] - org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo$Expiration [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetOwnerResponseProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileLinkInfoRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.web.URLConnectionFactory$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientDatanodeProtocolProtos$GetVolumeReportRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$SetXAttrRequestProto$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ModifyCacheDirectiveResponseProto$1 [WARNING] - org.apache.hadoop.fs.XAttr$1 [WARNING] - org.apache.hadoop.hdfs.protocol.CachePoolStats$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ReportBadBlocksResponseProtoOrBuilder [WARNING] - 1700 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-authorizations/target/geomesa-tutorials-accumulo-authorizations-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-authorizations/target/geomesa-tutorials-accumulo-authorizations-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-accumulo-authorizations --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-authorizations/target/geomesa-tutorials-accumulo-authorizations-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo-authorizations/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-authorizations-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-authorizations/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo-authorizations/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-authorizations-4.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.geomesa.example:geomesa-tutorials-accumulo-avro >--------- [INFO] Building GeoMesa Tutorials - Accumulo - Avro 4.0.0-SNAPSHOT [7/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-accumulo-avro --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-accumulo-avro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-accumulo-avro --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-accumulo-avro --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-avro/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-accumulo-avro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-avro/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-accumulo-avro --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-accumulo-avro --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-accumulo-avro --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-avro/target/geomesa-tutorials-accumulo-avro-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-accumulo-avro --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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 joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-render:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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.8.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-core:jar:2.0.1 in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.78 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.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar. [INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 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.5 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-api:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core:jar:3.2.0-incubating in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-runtime:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-start:jar:2.0.1 in the shaded jar. [INFO] Including org.apache.commons:commons-vfs2:jar:2.3 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 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.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-core:jar:2.19.0 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.19.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, log4j-api-2.19.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] hadoop-client-api-3.1.1.jar, hadoop-mapreduce-client-core-2.10.2.jar define 886 overlapping classes: [WARNING] - org.apache.hadoop.mapred.pipes.PipesPartitioner [WARNING] - org.apache.hadoop.mapred.lib.InputSampler$SplitSampler [WARNING] - org.apache.hadoop.mapred.JobClient$14 [WARNING] - org.apache.hadoop.mapred.ReduceTask$SkippingReduceValuesIterator [WARNING] - org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent [WARNING] - org.apache.hadoop.mapred.StatisticsCollector$1 [WARNING] - org.apache.hadoop.mapred.join.ResetableIterator$EMPTY [WARNING] - org.apache.hadoop.mapred.pipes.BinaryProtocol$UplinkReaderThread [WARNING] - org.apache.hadoop.mapreduce.lib.input.InvalidInputException [WARNING] - org.apache.hadoop.mapreduce.lib.aggregate.StringValueMin [WARNING] - 876 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] hadoop-client-api-3.1.1.jar, hadoop-auth-2.10.2.jar define 48 overlapping classes: [WARNING] - org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL [WARNING] - org.apache.hadoop.security.authentication.util.KerberosUtil$DER [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL$Token [WARNING] - org.apache.hadoop.security.authentication.client.Authenticator [WARNING] - org.apache.hadoop.security.authentication.server.MultiSchemeAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.util.FileSignerSecretProvider [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$Rule [WARNING] - org.apache.hadoop.security.authentication.server.AuthenticationHandler [WARNING] - 38 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-common-2.10.2.jar define 2097 overlapping classes: [WARNING] - org.apache.hadoop.io.compress.DecompressorStream [WARNING] - org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider$14 [WARNING] - org.apache.hadoop.util.HeapSort [WARNING] - org.apache.hadoop.ha.protocolPB.HAServiceProtocolClientSideTranslatorPB$1 [WARNING] - org.apache.hadoop.util.ShutdownHookManager$2 [WARNING] - org.apache.hadoop.fs.crypto.CryptoFSDataInputStream [WARNING] - org.apache.hadoop.io.compress.DirectDecompressionCodec [WARNING] - org.apache.hadoop.metrics2.MetricsSystem$Callback [WARNING] - org.apache.hadoop.tracing.SpanReceiverInfo [WARNING] - org.apache.hadoop.metrics2.impl.MetricsBuffer$Entry [WARNING] - 2087 more... [WARNING] log4j-1.2.17.jar, reload4j-1.2.22.jar define 212 overlapping classes: [WARNING] - org.apache.log4j.or.sax.AttributesRenderer [WARNING] - org.apache.log4j.pattern.MessagePatternConverter [WARNING] - org.apache.log4j.chainsaw.ControlPanel$3 [WARNING] - org.apache.log4j.pattern.NameAbbreviator$DropElementAbbreviator [WARNING] - org.apache.log4j.BasicConfigurator [WARNING] - org.apache.log4j.rewrite.RewriteAppender [WARNING] - org.apache.log4j.pattern.LoggingEventPatternConverter [WARNING] - org.apache.log4j.NameValue [WARNING] - org.apache.log4j.xml.DOMConfigurator$1 [WARNING] - org.apache.log4j.spi.NOPLoggerRepository [WARNING] - 202 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-hdfs-client-2.10.2.jar define 1710 overlapping classes: [WARNING] - org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo$Expiration [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetOwnerResponseProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileLinkInfoRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.web.URLConnectionFactory$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientDatanodeProtocolProtos$GetVolumeReportRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$SetXAttrRequestProto$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ModifyCacheDirectiveResponseProto$1 [WARNING] - org.apache.hadoop.fs.XAttr$1 [WARNING] - org.apache.hadoop.hdfs.protocol.CachePoolStats$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ReportBadBlocksResponseProtoOrBuilder [WARNING] - 1700 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-avro/target/geomesa-tutorials-accumulo-avro-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-avro/target/geomesa-tutorials-accumulo-avro-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-accumulo-avro --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-avro/target/geomesa-tutorials-accumulo-avro-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo-avro/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-avro-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-avro/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo-avro/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-avro-4.0.0-SNAPSHOT.pom [INFO] [INFO] --< org.geomesa.example:geomesa-tutorials-accumulo-feature-level-vis >-- [INFO] Building GeoMesa Tutorials - Accumulo - Feature-Level Vis 4.0.0-SNAPSHOT [8/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-accumulo-feature-level-vis --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-accumulo-feature-level-vis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-accumulo-feature-level-vis --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-accumulo-feature-level-vis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-feature-level-vis/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-accumulo-feature-level-vis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-feature-level-vis/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-accumulo-feature-level-vis --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-accumulo-feature-level-vis --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-accumulo-feature-level-vis --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-feature-level-vis/target/geomesa-tutorials-accumulo-feature-level-vis-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-accumulo-feature-level-vis --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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 joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-render:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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.8.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-core:jar:2.0.1 in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.78 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.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar. [INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 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.5 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-api:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core:jar:3.2.0-incubating in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-runtime:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-start:jar:2.0.1 in the shaded jar. [INFO] Including org.apache.commons:commons-vfs2:jar:2.3 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 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.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-core:jar:2.19.0 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.19.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, log4j-api-2.19.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] hadoop-client-api-3.1.1.jar, hadoop-mapreduce-client-core-2.10.2.jar define 886 overlapping classes: [WARNING] - org.apache.hadoop.mapred.pipes.PipesPartitioner [WARNING] - org.apache.hadoop.mapred.lib.InputSampler$SplitSampler [WARNING] - org.apache.hadoop.mapred.JobClient$14 [WARNING] - org.apache.hadoop.mapred.ReduceTask$SkippingReduceValuesIterator [WARNING] - org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent [WARNING] - org.apache.hadoop.mapred.StatisticsCollector$1 [WARNING] - org.apache.hadoop.mapred.join.ResetableIterator$EMPTY [WARNING] - org.apache.hadoop.mapred.pipes.BinaryProtocol$UplinkReaderThread [WARNING] - org.apache.hadoop.mapreduce.lib.input.InvalidInputException [WARNING] - org.apache.hadoop.mapreduce.lib.aggregate.StringValueMin [WARNING] - 876 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] hadoop-client-api-3.1.1.jar, hadoop-auth-2.10.2.jar define 48 overlapping classes: [WARNING] - org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL [WARNING] - org.apache.hadoop.security.authentication.util.KerberosUtil$DER [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL$Token [WARNING] - org.apache.hadoop.security.authentication.client.Authenticator [WARNING] - org.apache.hadoop.security.authentication.server.MultiSchemeAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.util.FileSignerSecretProvider [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$Rule [WARNING] - org.apache.hadoop.security.authentication.server.AuthenticationHandler [WARNING] - 38 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-common-2.10.2.jar define 2097 overlapping classes: [WARNING] - org.apache.hadoop.io.compress.DecompressorStream [WARNING] - org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider$14 [WARNING] - org.apache.hadoop.util.HeapSort [WARNING] - org.apache.hadoop.ha.protocolPB.HAServiceProtocolClientSideTranslatorPB$1 [WARNING] - org.apache.hadoop.util.ShutdownHookManager$2 [WARNING] - org.apache.hadoop.fs.crypto.CryptoFSDataInputStream [WARNING] - org.apache.hadoop.io.compress.DirectDecompressionCodec [WARNING] - org.apache.hadoop.metrics2.MetricsSystem$Callback [WARNING] - org.apache.hadoop.tracing.SpanReceiverInfo [WARNING] - org.apache.hadoop.metrics2.impl.MetricsBuffer$Entry [WARNING] - 2087 more... [WARNING] log4j-1.2.17.jar, reload4j-1.2.22.jar define 212 overlapping classes: [WARNING] - org.apache.log4j.or.sax.AttributesRenderer [WARNING] - org.apache.log4j.pattern.MessagePatternConverter [WARNING] - org.apache.log4j.chainsaw.ControlPanel$3 [WARNING] - org.apache.log4j.pattern.NameAbbreviator$DropElementAbbreviator [WARNING] - org.apache.log4j.BasicConfigurator [WARNING] - org.apache.log4j.rewrite.RewriteAppender [WARNING] - org.apache.log4j.pattern.LoggingEventPatternConverter [WARNING] - org.apache.log4j.NameValue [WARNING] - org.apache.log4j.xml.DOMConfigurator$1 [WARNING] - org.apache.log4j.spi.NOPLoggerRepository [WARNING] - 202 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-hdfs-client-2.10.2.jar define 1710 overlapping classes: [WARNING] - org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo$Expiration [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetOwnerResponseProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileLinkInfoRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.web.URLConnectionFactory$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientDatanodeProtocolProtos$GetVolumeReportRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$SetXAttrRequestProto$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ModifyCacheDirectiveResponseProto$1 [WARNING] - org.apache.hadoop.fs.XAttr$1 [WARNING] - org.apache.hadoop.hdfs.protocol.CachePoolStats$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ReportBadBlocksResponseProtoOrBuilder [WARNING] - 1700 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-feature-level-vis/target/geomesa-tutorials-accumulo-feature-level-vis-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-feature-level-vis/target/geomesa-tutorials-accumulo-feature-level-vis-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-accumulo-feature-level-vis --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-feature-level-vis/target/geomesa-tutorials-accumulo-feature-level-vis-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo-feature-level-vis/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-feature-level-vis-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-feature-level-vis/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo-feature-level-vis/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-feature-level-vis-4.0.0-SNAPSHOT.pom [INFO] [INFO] -----< org.geomesa.example:geomesa-tutorials-accumulo-quickstart >------ [INFO] Building GeoMesa Tutorials - Accumulo - Quick Start 4.0.0-SNAPSHOT [9/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-accumulo-quickstart --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-accumulo-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-accumulo-quickstart --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-accumulo-quickstart --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-quickstart/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-accumulo-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-quickstart/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-accumulo-quickstart --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-accumulo-quickstart --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-accumulo-quickstart --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-quickstart/target/geomesa-tutorials-accumulo-quickstart-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-accumulo-quickstart --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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 joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-render:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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.8.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-core:jar:2.0.1 in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.78 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.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar. [INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 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.5 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-api:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core:jar:3.2.0-incubating in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-runtime:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-start:jar:2.0.1 in the shaded jar. [INFO] Including org.apache.commons:commons-vfs2:jar:2.3 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 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.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-core:jar:2.19.0 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.19.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, log4j-api-2.19.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] hadoop-client-api-3.1.1.jar, hadoop-mapreduce-client-core-2.10.2.jar define 886 overlapping classes: [WARNING] - org.apache.hadoop.mapred.pipes.PipesPartitioner [WARNING] - org.apache.hadoop.mapred.lib.InputSampler$SplitSampler [WARNING] - org.apache.hadoop.mapred.JobClient$14 [WARNING] - org.apache.hadoop.mapred.ReduceTask$SkippingReduceValuesIterator [WARNING] - org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent [WARNING] - org.apache.hadoop.mapred.StatisticsCollector$1 [WARNING] - org.apache.hadoop.mapred.join.ResetableIterator$EMPTY [WARNING] - org.apache.hadoop.mapred.pipes.BinaryProtocol$UplinkReaderThread [WARNING] - org.apache.hadoop.mapreduce.lib.input.InvalidInputException [WARNING] - org.apache.hadoop.mapreduce.lib.aggregate.StringValueMin [WARNING] - 876 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] hadoop-client-api-3.1.1.jar, hadoop-auth-2.10.2.jar define 48 overlapping classes: [WARNING] - org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL [WARNING] - org.apache.hadoop.security.authentication.util.KerberosUtil$DER [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL$Token [WARNING] - org.apache.hadoop.security.authentication.client.Authenticator [WARNING] - org.apache.hadoop.security.authentication.server.MultiSchemeAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.util.FileSignerSecretProvider [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$Rule [WARNING] - org.apache.hadoop.security.authentication.server.AuthenticationHandler [WARNING] - 38 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-common-2.10.2.jar define 2097 overlapping classes: [WARNING] - org.apache.hadoop.io.compress.DecompressorStream [WARNING] - org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider$14 [WARNING] - org.apache.hadoop.util.HeapSort [WARNING] - org.apache.hadoop.ha.protocolPB.HAServiceProtocolClientSideTranslatorPB$1 [WARNING] - org.apache.hadoop.util.ShutdownHookManager$2 [WARNING] - org.apache.hadoop.fs.crypto.CryptoFSDataInputStream [WARNING] - org.apache.hadoop.io.compress.DirectDecompressionCodec [WARNING] - org.apache.hadoop.metrics2.MetricsSystem$Callback [WARNING] - org.apache.hadoop.tracing.SpanReceiverInfo [WARNING] - org.apache.hadoop.metrics2.impl.MetricsBuffer$Entry [WARNING] - 2087 more... [WARNING] log4j-1.2.17.jar, reload4j-1.2.22.jar define 212 overlapping classes: [WARNING] - org.apache.log4j.or.sax.AttributesRenderer [WARNING] - org.apache.log4j.pattern.MessagePatternConverter [WARNING] - org.apache.log4j.chainsaw.ControlPanel$3 [WARNING] - org.apache.log4j.pattern.NameAbbreviator$DropElementAbbreviator [WARNING] - org.apache.log4j.BasicConfigurator [WARNING] - org.apache.log4j.rewrite.RewriteAppender [WARNING] - org.apache.log4j.pattern.LoggingEventPatternConverter [WARNING] - org.apache.log4j.NameValue [WARNING] - org.apache.log4j.xml.DOMConfigurator$1 [WARNING] - org.apache.log4j.spi.NOPLoggerRepository [WARNING] - 202 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-hdfs-client-2.10.2.jar define 1710 overlapping classes: [WARNING] - org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo$Expiration [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetOwnerResponseProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileLinkInfoRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.web.URLConnectionFactory$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientDatanodeProtocolProtos$GetVolumeReportRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$SetXAttrRequestProto$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ModifyCacheDirectiveResponseProto$1 [WARNING] - org.apache.hadoop.fs.XAttr$1 [WARNING] - org.apache.hadoop.hdfs.protocol.CachePoolStats$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ReportBadBlocksResponseProtoOrBuilder [WARNING] - 1700 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-quickstart/target/geomesa-tutorials-accumulo-quickstart-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-quickstart/target/geomesa-tutorials-accumulo-quickstart-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-accumulo-quickstart --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-quickstart/target/geomesa-tutorials-accumulo-quickstart-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-quickstart-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-quickstart/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-quickstart-4.0.0-SNAPSHOT.pom [INFO] [INFO] -----< org.geomesa.example:geomesa-tutorials-accumulo-transforms >------ [INFO] Building GeoMesa Tutorials - Accumulo - Transforms 4.0.0-SNAPSHOT [10/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-accumulo-transforms --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-accumulo-transforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-accumulo-transforms --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-accumulo-transforms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-transforms/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-accumulo-transforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-transforms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-accumulo-transforms --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-accumulo-transforms --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-accumulo-transforms --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-transforms/target/geomesa-tutorials-accumulo-transforms-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-accumulo-transforms --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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 joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-render:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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.8.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-core:jar:2.0.1 in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.78 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.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar. [INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 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.5 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-api:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core:jar:3.2.0-incubating in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-runtime:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-start:jar:2.0.1 in the shaded jar. [INFO] Including org.apache.commons:commons-vfs2:jar:2.3 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 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.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-core:jar:2.19.0 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.19.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, log4j-api-2.19.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] hadoop-client-api-3.1.1.jar, hadoop-mapreduce-client-core-2.10.2.jar define 886 overlapping classes: [WARNING] - org.apache.hadoop.mapred.pipes.PipesPartitioner [WARNING] - org.apache.hadoop.mapred.lib.InputSampler$SplitSampler [WARNING] - org.apache.hadoop.mapred.JobClient$14 [WARNING] - org.apache.hadoop.mapred.ReduceTask$SkippingReduceValuesIterator [WARNING] - org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent [WARNING] - org.apache.hadoop.mapred.StatisticsCollector$1 [WARNING] - org.apache.hadoop.mapred.join.ResetableIterator$EMPTY [WARNING] - org.apache.hadoop.mapred.pipes.BinaryProtocol$UplinkReaderThread [WARNING] - org.apache.hadoop.mapreduce.lib.input.InvalidInputException [WARNING] - org.apache.hadoop.mapreduce.lib.aggregate.StringValueMin [WARNING] - 876 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] hadoop-client-api-3.1.1.jar, hadoop-auth-2.10.2.jar define 48 overlapping classes: [WARNING] - org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL [WARNING] - org.apache.hadoop.security.authentication.util.KerberosUtil$DER [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL$Token [WARNING] - org.apache.hadoop.security.authentication.client.Authenticator [WARNING] - org.apache.hadoop.security.authentication.server.MultiSchemeAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.util.FileSignerSecretProvider [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$Rule [WARNING] - org.apache.hadoop.security.authentication.server.AuthenticationHandler [WARNING] - 38 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-common-2.10.2.jar define 2097 overlapping classes: [WARNING] - org.apache.hadoop.io.compress.DecompressorStream [WARNING] - org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider$14 [WARNING] - org.apache.hadoop.util.HeapSort [WARNING] - org.apache.hadoop.ha.protocolPB.HAServiceProtocolClientSideTranslatorPB$1 [WARNING] - org.apache.hadoop.util.ShutdownHookManager$2 [WARNING] - org.apache.hadoop.fs.crypto.CryptoFSDataInputStream [WARNING] - org.apache.hadoop.io.compress.DirectDecompressionCodec [WARNING] - org.apache.hadoop.metrics2.MetricsSystem$Callback [WARNING] - org.apache.hadoop.tracing.SpanReceiverInfo [WARNING] - org.apache.hadoop.metrics2.impl.MetricsBuffer$Entry [WARNING] - 2087 more... [WARNING] log4j-1.2.17.jar, reload4j-1.2.22.jar define 212 overlapping classes: [WARNING] - org.apache.log4j.or.sax.AttributesRenderer [WARNING] - org.apache.log4j.pattern.MessagePatternConverter [WARNING] - org.apache.log4j.chainsaw.ControlPanel$3 [WARNING] - org.apache.log4j.pattern.NameAbbreviator$DropElementAbbreviator [WARNING] - org.apache.log4j.BasicConfigurator [WARNING] - org.apache.log4j.rewrite.RewriteAppender [WARNING] - org.apache.log4j.pattern.LoggingEventPatternConverter [WARNING] - org.apache.log4j.NameValue [WARNING] - org.apache.log4j.xml.DOMConfigurator$1 [WARNING] - org.apache.log4j.spi.NOPLoggerRepository [WARNING] - 202 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-hdfs-client-2.10.2.jar define 1710 overlapping classes: [WARNING] - org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo$Expiration [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetOwnerResponseProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileLinkInfoRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.web.URLConnectionFactory$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientDatanodeProtocolProtos$GetVolumeReportRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$SetXAttrRequestProto$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ModifyCacheDirectiveResponseProto$1 [WARNING] - org.apache.hadoop.fs.XAttr$1 [WARNING] - org.apache.hadoop.hdfs.protocol.CachePoolStats$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ReportBadBlocksResponseProtoOrBuilder [WARNING] - 1700 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-transforms/target/geomesa-tutorials-accumulo-transforms-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-transforms/target/geomesa-tutorials-accumulo-transforms-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-accumulo-transforms --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-transforms/target/geomesa-tutorials-accumulo-transforms-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo-transforms/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-transforms-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-transforms/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo-transforms/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-transforms-4.0.0-SNAPSHOT.pom [INFO] [INFO] --< org.geomesa.example:geomesa-tutorials-accumulo-lambda-quickstart >-- [INFO] Building GeoMesa Tutorials - Accumulo - Lambda Quick Start 4.0.0-SNAPSHOT [11/30] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-lambda-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-lambda-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-lambda-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-lambda-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-lambda-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-lambda_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-lambda_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-kafka-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-kafka-utils_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-kafka-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-kafka-utils_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-kafka-utils_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-kafka_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-kafka_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-accumulo-lambda-quickstart --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-accumulo-lambda-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-accumulo-lambda-quickstart --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-accumulo-lambda-quickstart --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-lambda-quickstart/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-accumulo-lambda-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-lambda-quickstart/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-accumulo-lambda-quickstart --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-accumulo-lambda-quickstart --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-accumulo-lambda-quickstart --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-lambda-quickstart/target/geomesa-tutorials-accumulo-lambda-quickstart-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-accumulo-lambda-quickstart --- [INFO] Including org.locationtech.geomesa:geomesa-lambda-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12:jar:3.6.12 in the shaded jar. [INFO] Including com.jayway.jsonpath:json-path:jar:2.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.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-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-kafka-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-accumulo-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-render:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 in the shaded jar. [INFO] Including com.conversantmedia:disruptor:jar:1.2.15 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-core:jar:2.0.1 in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.78 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.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar. [INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 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.5 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client-api:jar:3.1.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.hadoop:hadoop-client-runtime:jar:3.1.1 in the shaded jar. [INFO] Including org.apache.accumulo:accumulo-start:jar:2.0.1 in the shaded jar. [INFO] Including org.apache.commons:commons-vfs2:jar:2.3 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 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.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-core:jar:2.19.0 in the shaded jar. [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.19.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, log4j-api-2.19.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] hadoop-client-api-3.1.1.jar, hadoop-mapreduce-client-core-2.10.2.jar define 886 overlapping classes: [WARNING] - org.apache.hadoop.mapred.pipes.PipesPartitioner [WARNING] - org.apache.hadoop.mapred.lib.InputSampler$SplitSampler [WARNING] - org.apache.hadoop.mapred.JobClient$14 [WARNING] - org.apache.hadoop.mapred.ReduceTask$SkippingReduceValuesIterator [WARNING] - org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent [WARNING] - org.apache.hadoop.mapred.StatisticsCollector$1 [WARNING] - org.apache.hadoop.mapred.join.ResetableIterator$EMPTY [WARNING] - org.apache.hadoop.mapred.pipes.BinaryProtocol$UplinkReaderThread [WARNING] - org.apache.hadoop.mapreduce.lib.input.InvalidInputException [WARNING] - org.apache.hadoop.mapreduce.lib.aggregate.StringValueMin [WARNING] - 876 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] hadoop-client-api-3.1.1.jar, hadoop-auth-2.10.2.jar define 48 overlapping classes: [WARNING] - org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL [WARNING] - org.apache.hadoop.security.authentication.util.KerberosUtil$DER [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL$Token [WARNING] - org.apache.hadoop.security.authentication.client.Authenticator [WARNING] - org.apache.hadoop.security.authentication.server.MultiSchemeAuthenticationHandler [WARNING] - org.apache.hadoop.security.authentication.util.FileSignerSecretProvider [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$Rule [WARNING] - org.apache.hadoop.security.authentication.server.AuthenticationHandler [WARNING] - 38 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-common-2.10.2.jar define 2097 overlapping classes: [WARNING] - org.apache.hadoop.io.compress.DecompressorStream [WARNING] - org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider$14 [WARNING] - org.apache.hadoop.util.HeapSort [WARNING] - org.apache.hadoop.ha.protocolPB.HAServiceProtocolClientSideTranslatorPB$1 [WARNING] - org.apache.hadoop.util.ShutdownHookManager$2 [WARNING] - org.apache.hadoop.fs.crypto.CryptoFSDataInputStream [WARNING] - org.apache.hadoop.io.compress.DirectDecompressionCodec [WARNING] - org.apache.hadoop.metrics2.MetricsSystem$Callback [WARNING] - org.apache.hadoop.tracing.SpanReceiverInfo [WARNING] - org.apache.hadoop.metrics2.impl.MetricsBuffer$Entry [WARNING] - 2087 more... [WARNING] log4j-1.2.17.jar, reload4j-1.2.22.jar define 212 overlapping classes: [WARNING] - org.apache.log4j.or.sax.AttributesRenderer [WARNING] - org.apache.log4j.pattern.MessagePatternConverter [WARNING] - org.apache.log4j.chainsaw.ControlPanel$3 [WARNING] - org.apache.log4j.pattern.NameAbbreviator$DropElementAbbreviator [WARNING] - org.apache.log4j.BasicConfigurator [WARNING] - org.apache.log4j.rewrite.RewriteAppender [WARNING] - org.apache.log4j.pattern.LoggingEventPatternConverter [WARNING] - org.apache.log4j.NameValue [WARNING] - org.apache.log4j.xml.DOMConfigurator$1 [WARNING] - org.apache.log4j.spi.NOPLoggerRepository [WARNING] - 202 more... [WARNING] hadoop-client-api-3.1.1.jar, hadoop-hdfs-client-2.10.2.jar define 1710 overlapping classes: [WARNING] - org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo$Expiration [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetOwnerResponseProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileLinkInfoRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.web.URLConnectionFactory$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientDatanodeProtocolProtos$GetVolumeReportRequestProto$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$SetXAttrRequestProto$1 [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ModifyCacheDirectiveResponseProto$1 [WARNING] - org.apache.hadoop.fs.XAttr$1 [WARNING] - org.apache.hadoop.hdfs.protocol.CachePoolStats$Builder [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ReportBadBlocksResponseProtoOrBuilder [WARNING] - 1700 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-lambda-quickstart/target/geomesa-tutorials-accumulo-lambda-quickstart-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-lambda-quickstart/target/geomesa-tutorials-accumulo-lambda-quickstart-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-accumulo-lambda-quickstart --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-lambda-quickstart/target/geomesa-tutorials-accumulo-lambda-quickstart-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo-lambda-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-lambda-quickstart-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-accumulo/geomesa-tutorials-accumulo-lambda-quickstart/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-accumulo-lambda-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-accumulo-lambda-quickstart-4.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.geomesa.example:geomesa-tutorials-cassandra >----------- [INFO] Building GeoMesa Tutorials - Cassandra 4.0.0-SNAPSHOT [12/30] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-cassandra-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-cassandra-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-cassandra-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-cassandra-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-cassandra-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-cassandra_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-cassandra_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-cassandra --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-cassandra --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-cassandra --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-cassandra/4.0.0-SNAPSHOT/geomesa-tutorials-cassandra-4.0.0-SNAPSHOT.pom [INFO] [INFO] --------< org.geomesa.example:geomesa-tutorials-cassandra-avro >-------- [INFO] Building GeoMesa Tutorials - Cassandra - Avro 4.0.0-SNAPSHOT [13/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-cassandra-avro --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-cassandra-avro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-cassandra-avro --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-cassandra-avro --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-avro/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-cassandra-avro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-avro/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-cassandra-avro --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-cassandra-avro --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-cassandra-avro --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-avro/target/geomesa-tutorials-cassandra-avro-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-cassandra-avro --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cassandra-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 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:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-opengis:jar:28.1 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including com.datastax.cassandra:cassandra-driver-core:jar:3.11.3 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including com.google.guava:guava:jar:18.0 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.7 in the shaded jar. [INFO] Including com.github.jnr:jffi:jar:1.2.16 in the shaded jar. [INFO] Including com.github.jnr:jffi:jar:native:1.2.16 in the shaded jar. [INFO] Including org.ow2.asm:asm:jar:5.0.3 in the shaded jar. [INFO] Including org.ow2.asm:asm-commons:jar:5.0.3 in the shaded jar. [INFO] Including org.ow2.asm:asm-analysis:jar:5.0.3 in the shaded jar. [INFO] Including org.ow2.asm:asm-tree:jar:5.0.3 in the shaded jar. [INFO] Including org.ow2.asm:asm-util:jar:5.0.3 in the shaded jar. [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. [INFO] Including com.github.jnr:jnr-posix:jar:3.0.44 in the shaded jar. [INFO] Including com.github.jnr:jnr-constants:jar:0.9.9 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] accessors-smart-1.1.jar, asm-5.0.3.jar define 25 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - org.objectweb.asm.signature.SignatureReader [WARNING] - org.objectweb.asm.Opcodes [WARNING] - org.objectweb.asm.FieldVisitor [WARNING] - 15 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-avro/target/geomesa-tutorials-cassandra-avro-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-avro/target/geomesa-tutorials-cassandra-avro-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-cassandra-avro --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-avro/target/geomesa-tutorials-cassandra-avro-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-cassandra-avro/4.0.0-SNAPSHOT/geomesa-tutorials-cassandra-avro-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-avro/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-cassandra-avro/4.0.0-SNAPSHOT/geomesa-tutorials-cassandra-avro-4.0.0-SNAPSHOT.pom [INFO] [INFO] -----< org.geomesa.example:geomesa-tutorials-cassandra-transforms >----- [INFO] Building GeoMesa Tutorials - Cassandra - Transforms 4.0.0-SNAPSHOT [14/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-cassandra-transforms --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-cassandra-transforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-cassandra-transforms --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-cassandra-transforms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-transforms/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-cassandra-transforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-transforms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-cassandra-transforms --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-cassandra-transforms --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-cassandra-transforms --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-transforms/target/geomesa-tutorials-cassandra-transforms-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-cassandra-transforms --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cassandra-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 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:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-opengis:jar:28.1 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including com.datastax.cassandra:cassandra-driver-core:jar:3.11.3 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including com.google.guava:guava:jar:18.0 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.7 in the shaded jar. [INFO] Including com.github.jnr:jffi:jar:1.2.16 in the shaded jar. [INFO] Including com.github.jnr:jffi:jar:native:1.2.16 in the shaded jar. [INFO] Including org.ow2.asm:asm:jar:5.0.3 in the shaded jar. [INFO] Including org.ow2.asm:asm-commons:jar:5.0.3 in the shaded jar. [INFO] Including org.ow2.asm:asm-analysis:jar:5.0.3 in the shaded jar. [INFO] Including org.ow2.asm:asm-tree:jar:5.0.3 in the shaded jar. [INFO] Including org.ow2.asm:asm-util:jar:5.0.3 in the shaded jar. [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. [INFO] Including com.github.jnr:jnr-posix:jar:3.0.44 in the shaded jar. [INFO] Including com.github.jnr:jnr-constants:jar:0.9.9 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] accessors-smart-1.1.jar, asm-5.0.3.jar define 25 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - org.objectweb.asm.signature.SignatureReader [WARNING] - org.objectweb.asm.Opcodes [WARNING] - org.objectweb.asm.FieldVisitor [WARNING] - 15 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-transforms/target/geomesa-tutorials-cassandra-transforms-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-transforms/target/geomesa-tutorials-cassandra-transforms-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-cassandra-transforms --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-transforms/target/geomesa-tutorials-cassandra-transforms-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-cassandra-transforms/4.0.0-SNAPSHOT/geomesa-tutorials-cassandra-transforms-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-transforms/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-cassandra-transforms/4.0.0-SNAPSHOT/geomesa-tutorials-cassandra-transforms-4.0.0-SNAPSHOT.pom [INFO] [INFO] -----< org.geomesa.example:geomesa-tutorials-cassandra-quickstart >----- [INFO] Building GeoMesa Tutorials - Cassandra - Quick Start 4.0.0-SNAPSHOT [15/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-cassandra-quickstart --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-cassandra-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-cassandra-quickstart --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-cassandra-quickstart --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-quickstart/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-cassandra-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-quickstart/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-cassandra-quickstart --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-cassandra-quickstart --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-cassandra-quickstart --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-quickstart/target/geomesa-tutorials-cassandra-quickstart-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-cassandra-quickstart --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cassandra-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 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:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-opengis:jar:28.1 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including com.datastax.cassandra:cassandra-driver-core:jar:3.11.3 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including com.google.guava:guava:jar:18.0 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.7 in the shaded jar. [INFO] Including com.github.jnr:jffi:jar:1.2.16 in the shaded jar. [INFO] Including com.github.jnr:jffi:jar:native:1.2.16 in the shaded jar. [INFO] Including org.ow2.asm:asm:jar:5.0.3 in the shaded jar. [INFO] Including org.ow2.asm:asm-commons:jar:5.0.3 in the shaded jar. [INFO] Including org.ow2.asm:asm-analysis:jar:5.0.3 in the shaded jar. [INFO] Including org.ow2.asm:asm-tree:jar:5.0.3 in the shaded jar. [INFO] Including org.ow2.asm:asm-util:jar:5.0.3 in the shaded jar. [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar. [INFO] Including com.github.jnr:jnr-posix:jar:3.0.44 in the shaded jar. [INFO] Including com.github.jnr:jnr-constants:jar:0.9.9 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] accessors-smart-1.1.jar, asm-5.0.3.jar define 25 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - org.objectweb.asm.signature.SignatureReader [WARNING] - org.objectweb.asm.Opcodes [WARNING] - org.objectweb.asm.FieldVisitor [WARNING] - 15 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-quickstart/target/geomesa-tutorials-cassandra-quickstart-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-quickstart/target/geomesa-tutorials-cassandra-quickstart-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-cassandra-quickstart --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-quickstart/target/geomesa-tutorials-cassandra-quickstart-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-cassandra-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-cassandra-quickstart-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-cassandra/geomesa-tutorials-cassandra-quickstart/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-cassandra-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-cassandra-quickstart-4.0.0-SNAPSHOT.pom [INFO] [INFO] -------------< org.geomesa.example:geomesa-tutorials-fsds >------------- [INFO] Building GeoMesa Tutorials - FileSystem 4.0.0-SNAPSHOT [16/30] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-fs-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-fs-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-fs-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-fs-storage-convert_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-storage-convert_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-fs-storage-convert_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-fs-storage-convert_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-storage-convert_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-fs-storage-orc_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-storage-orc_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-fs-storage-orc_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-fs-storage-orc_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-storage-orc_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-fs-storage-parquet_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-fs-storage-parquet_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-fs-storage-parquet_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-fsds --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-fsds --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-fsds --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-fsds/4.0.0-SNAPSHOT/geomesa-tutorials-fsds-4.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.geomesa.example:geomesa-tutorials-fsds-avro >----------- [INFO] Building GeoMesa Tutorials - FileSystem - Avro 4.0.0-SNAPSHOT [17/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-fsds-avro --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-fsds-avro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-fsds-avro --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-fsds-avro --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-avro/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-fsds-avro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-avro/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-fsds-avro --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-fsds-avro --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-fsds-avro --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-avro/target/geomesa-tutorials-fsds-avro-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-fsds-avro --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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.2 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-common_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-core_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic-base_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.chuusai:shapeless_2.12:jar:2.3.10 in the shaded jar. [INFO] Including org.apache.commons:commons-dbcp2:jar:2.6.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-convert_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-common_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-metrics-core_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-fixedwidth_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-jdbc_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-json_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-shp_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-parquet_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-text_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-xml_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including net.sf.saxon:Saxon-HE:jar:11.4 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:4.4.3 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:4.4.3 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-redis-cache_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including redis.clients:jedis:jar:4.3.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-parquet_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.parquet:parquet-column:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-common:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-encoding:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.13.0 in the shaded jar. [INFO] Including org.apache.parquet:parquet-hadoop:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-format-structures:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-jackson:jar:1.12.3 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.5.0-1 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-orc_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.orc:orc-core:jar:nohive:1.8.2 in the shaded jar. [INFO] Including org.apache.orc:orc-shims:jar:1.8.2 in the shaded jar. [INFO] Including io.airlift:aircompressor:jar:0.21 in the shaded jar. [INFO] Including org.apache.hive:hive-storage-api:jar:2.8.1 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.orc:orc-mapreduce:jar:nohive:1.8.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.1.3 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including io.netty:netty:jar:3.6.2.Final in the shaded jar. [INFO] Including xml-apis:xml-apis:jar:1.4.01 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including com.google.inject:guice:jar:3.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar. [INFO] Including com.google.inject.extensions:guice-servlet:jar:3.0 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.xerial.snappy:snappy-java:jar:1.1.1.7 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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-http:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-epsg-hsql:jar:28.1 in the shaded jar. [INFO] Including org.hsqldb:hsqldb:jar:jdk8:2.7.1 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] orc-mapreduce-1.8.2-nohive.jar, orc-core-1.8.2-nohive.jar define 791 overlapping classes: [WARNING] - org.apache.orc.protobuf.ByteString$ArraysByteArrayCopier [WARNING] - org.apache.orc.protobuf.Int64ValueOrBuilder [WARNING] - org.apache.orc.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder [WARNING] - org.apache.orc.protobuf.CodedInputStream$StreamDecoder [WARNING] - org.apache.orc.protobuf.LazyStringList [WARNING] - org.apache.orc.protobuf.GeneratedMessageV3$FieldAccessorTable$OneofAccessor [WARNING] - org.apache.orc.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder [WARNING] - org.apache.orc.protobuf.DescriptorMessageInfoFactory$OneofState [WARNING] - org.apache.orc.protobuf.AllocatedBuffer [WARNING] - org.apache.orc.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder [WARNING] - 781 more... [WARNING] parquet-column-1.12.3.jar, parquet-hadoop-1.12.3.jar define 206 overlapping classes: [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntArrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.doubles.DoubleComparators$OppositeComparator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntBigArrays$BigArrayHashStrategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.bytes.ByteBigArrays$1 [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.bytes.ByteComparators$OppositeImplicitComparator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.doubles.DoubleBigArrays$BigArrayHashStrategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntArrays$ArrayHashStrategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntBigArrays$1 [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.shorts.ShortBigArrays$ForkJoinQuickSort [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.booleans.BooleanComparators$OppositeComparator [WARNING] - 196 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] guava-27.0-jre.jar, failureaccess-1.0.jar define 2 overlapping classes: [WARNING] - com.google.common.util.concurrent.internal.InternalFutureFailureAccess [WARNING] - com.google.common.util.concurrent.internal.InternalFutures [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, parquet-jackson-1.12.3.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-avro/target/geomesa-tutorials-fsds-avro-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-avro/target/geomesa-tutorials-fsds-avro-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-fsds-avro --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-avro/target/geomesa-tutorials-fsds-avro-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-fsds-avro/4.0.0-SNAPSHOT/geomesa-tutorials-fsds-avro-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-avro/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-fsds-avro/4.0.0-SNAPSHOT/geomesa-tutorials-fsds-avro-4.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.geomesa.example:geomesa-tutorials-fsds-transforms >-------- [INFO] Building GeoMesa Tutorials - FileSystem - Transforms 4.0.0-SNAPSHOT [18/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-fsds-transforms --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-fsds-transforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-fsds-transforms --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-fsds-transforms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-transforms/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-fsds-transforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-transforms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-fsds-transforms --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-fsds-transforms --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-fsds-transforms --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-transforms/target/geomesa-tutorials-fsds-transforms-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-fsds-transforms --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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.2 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-common_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-core_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic-base_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.chuusai:shapeless_2.12:jar:2.3.10 in the shaded jar. [INFO] Including org.apache.commons:commons-dbcp2:jar:2.6.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-convert_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-common_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-metrics-core_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-fixedwidth_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-jdbc_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-json_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-shp_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-parquet_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-text_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-xml_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including net.sf.saxon:Saxon-HE:jar:11.4 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:4.4.3 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:4.4.3 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-redis-cache_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including redis.clients:jedis:jar:4.3.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-parquet_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.parquet:parquet-column:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-common:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-encoding:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.13.0 in the shaded jar. [INFO] Including org.apache.parquet:parquet-hadoop:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-format-structures:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-jackson:jar:1.12.3 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.5.0-1 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-orc_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.orc:orc-core:jar:nohive:1.8.2 in the shaded jar. [INFO] Including org.apache.orc:orc-shims:jar:1.8.2 in the shaded jar. [INFO] Including io.airlift:aircompressor:jar:0.21 in the shaded jar. [INFO] Including org.apache.hive:hive-storage-api:jar:2.8.1 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.orc:orc-mapreduce:jar:nohive:1.8.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.1.3 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including io.netty:netty:jar:3.6.2.Final in the shaded jar. [INFO] Including xml-apis:xml-apis:jar:1.4.01 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including com.google.inject:guice:jar:3.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar. [INFO] Including com.google.inject.extensions:guice-servlet:jar:3.0 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.xerial.snappy:snappy-java:jar:1.1.1.7 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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-http:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-epsg-hsql:jar:28.1 in the shaded jar. [INFO] Including org.hsqldb:hsqldb:jar:jdk8:2.7.1 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] orc-mapreduce-1.8.2-nohive.jar, orc-core-1.8.2-nohive.jar define 791 overlapping classes: [WARNING] - org.apache.orc.protobuf.ByteString$ArraysByteArrayCopier [WARNING] - org.apache.orc.protobuf.Int64ValueOrBuilder [WARNING] - org.apache.orc.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder [WARNING] - org.apache.orc.protobuf.CodedInputStream$StreamDecoder [WARNING] - org.apache.orc.protobuf.LazyStringList [WARNING] - org.apache.orc.protobuf.GeneratedMessageV3$FieldAccessorTable$OneofAccessor [WARNING] - org.apache.orc.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder [WARNING] - org.apache.orc.protobuf.DescriptorMessageInfoFactory$OneofState [WARNING] - org.apache.orc.protobuf.AllocatedBuffer [WARNING] - org.apache.orc.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder [WARNING] - 781 more... [WARNING] parquet-column-1.12.3.jar, parquet-hadoop-1.12.3.jar define 206 overlapping classes: [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntArrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.doubles.DoubleComparators$OppositeComparator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntBigArrays$BigArrayHashStrategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.bytes.ByteBigArrays$1 [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.bytes.ByteComparators$OppositeImplicitComparator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.doubles.DoubleBigArrays$BigArrayHashStrategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntArrays$ArrayHashStrategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntBigArrays$1 [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.shorts.ShortBigArrays$ForkJoinQuickSort [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.booleans.BooleanComparators$OppositeComparator [WARNING] - 196 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] guava-27.0-jre.jar, failureaccess-1.0.jar define 2 overlapping classes: [WARNING] - com.google.common.util.concurrent.internal.InternalFutureFailureAccess [WARNING] - com.google.common.util.concurrent.internal.InternalFutures [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, parquet-jackson-1.12.3.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-transforms/target/geomesa-tutorials-fsds-transforms-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-transforms/target/geomesa-tutorials-fsds-transforms-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-fsds-transforms --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-transforms/target/geomesa-tutorials-fsds-transforms-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-fsds-transforms/4.0.0-SNAPSHOT/geomesa-tutorials-fsds-transforms-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-transforms/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-fsds-transforms/4.0.0-SNAPSHOT/geomesa-tutorials-fsds-transforms-4.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.geomesa.example:geomesa-tutorials-fsds-quickstart >-------- [INFO] Building GeoMesa Tutorials - FileSystem - Quick Start 4.0.0-SNAPSHOT [19/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-fsds-quickstart --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-fsds-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-fsds-quickstart --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-fsds-quickstart --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-quickstart/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-fsds-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-quickstart/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-fsds-quickstart --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-fsds-quickstart --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-fsds-quickstart --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-quickstart/target/geomesa-tutorials-fsds-quickstart-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-fsds-quickstart --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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.2 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-common_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-core_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic-base_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.chuusai:shapeless_2.12:jar:2.3.10 in the shaded jar. [INFO] Including org.apache.commons:commons-dbcp2:jar:2.6.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-convert_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-common_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-all_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-metrics-core_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-fixedwidth_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-jdbc_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-json_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-shp_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-parquet_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-text_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-xml_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including net.sf.saxon:Saxon-HE:jar:11.4 in the shaded jar. [INFO] Including org.xmlresolver:xmlresolver:jar:4.4.3 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:4.4.3 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-convert-redis-cache_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including redis.clients:jedis:jar:4.3.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-parquet_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.parquet:parquet-column:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-common:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-encoding:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.13.0 in the shaded jar. [INFO] Including org.apache.parquet:parquet-hadoop:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-format-structures:jar:1.12.3 in the shaded jar. [INFO] Including org.apache.parquet:parquet-jackson:jar:1.12.3 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.5.0-1 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-fs-storage-orc_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.orc:orc-core:jar:nohive:1.8.2 in the shaded jar. [INFO] Including org.apache.orc:orc-shims:jar:1.8.2 in the shaded jar. [INFO] Including io.airlift:aircompressor:jar:0.21 in the shaded jar. [INFO] Including org.apache.hive:hive-storage-api:jar:2.8.1 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.orc:orc-mapreduce:jar:nohive:1.8.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.1.3 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including io.netty:netty:jar:3.6.2.Final in the shaded jar. [INFO] Including xml-apis:xml-apis:jar:1.4.01 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including com.google.inject:guice:jar:3.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar. [INFO] Including com.google.inject.extensions:guice-servlet:jar:3.0 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.xerial.snappy:snappy-java:jar:1.1.1.7 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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-http:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-epsg-hsql:jar:28.1 in the shaded jar. [INFO] Including org.hsqldb:hsqldb:jar:jdk8:2.7.1 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] orc-mapreduce-1.8.2-nohive.jar, orc-core-1.8.2-nohive.jar define 791 overlapping classes: [WARNING] - org.apache.orc.protobuf.ByteString$ArraysByteArrayCopier [WARNING] - org.apache.orc.protobuf.Int64ValueOrBuilder [WARNING] - org.apache.orc.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder [WARNING] - org.apache.orc.protobuf.CodedInputStream$StreamDecoder [WARNING] - org.apache.orc.protobuf.LazyStringList [WARNING] - org.apache.orc.protobuf.GeneratedMessageV3$FieldAccessorTable$OneofAccessor [WARNING] - org.apache.orc.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder [WARNING] - org.apache.orc.protobuf.DescriptorMessageInfoFactory$OneofState [WARNING] - org.apache.orc.protobuf.AllocatedBuffer [WARNING] - org.apache.orc.protobuf.DescriptorProtos$EnumDescriptorProtoOrBuilder [WARNING] - 781 more... [WARNING] parquet-column-1.12.3.jar, parquet-hadoop-1.12.3.jar define 206 overlapping classes: [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntArrays [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.doubles.DoubleComparators$OppositeComparator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntBigArrays$BigArrayHashStrategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.bytes.ByteBigArrays$1 [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.bytes.ByteComparators$OppositeImplicitComparator [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.doubles.DoubleBigArrays$BigArrayHashStrategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntArrays$ArrayHashStrategy [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.ints.IntBigArrays$1 [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.shorts.ShortBigArrays$ForkJoinQuickSort [WARNING] - shaded.parquet.it.unimi.dsi.fastutil.booleans.BooleanComparators$OppositeComparator [WARNING] - 196 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] guava-27.0-jre.jar, failureaccess-1.0.jar define 2 overlapping classes: [WARNING] - com.google.common.util.concurrent.internal.InternalFutureFailureAccess [WARNING] - com.google.common.util.concurrent.internal.InternalFutures [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, parquet-jackson-1.12.3.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-quickstart/target/geomesa-tutorials-fsds-quickstart-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-quickstart/target/geomesa-tutorials-fsds-quickstart-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-fsds-quickstart --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-quickstart/target/geomesa-tutorials-fsds-quickstart-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-fsds-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-fsds-quickstart-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-fsds/geomesa-tutorials-fsds-quickstart/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-fsds-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-fsds-quickstart-4.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.geomesa.example:geomesa-tutorials-hbase >------------- [INFO] Building GeoMesa Tutorials - HBase 4.0.0-SNAPSHOT [20/30] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] org.locationtech.geomesa:geomesa-hbase-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-hbase-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-hbase-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-hbase-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-hbase-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-hbase-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-hbase_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-hbase_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-hbase_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-hbase-rpc_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-hbase-rpc_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-hbase-rpc_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-hbase-rpc_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-hbase-rpc_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-hbase --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-hbase --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-hbase --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-hbase/4.0.0-SNAPSHOT/geomesa-tutorials-hbase-4.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.geomesa.example:geomesa-tutorials-hbase-avro >---------- [INFO] Building GeoMesa Tutorials - HBase - Avro 4.0.0-SNAPSHOT [21/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-hbase-avro --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-hbase-avro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-hbase-avro --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-hbase-avro --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-avro/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-hbase-avro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-avro/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-hbase-avro --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-hbase-avro --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-hbase-avro --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-avro/target/geomesa-tutorials-hbase-avro-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-hbase-avro --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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 joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hbase-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hbase-rpc_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-client:jar:1.4.13 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including com.google.guava:guava:jar:12.0.1 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including io.netty:netty-all:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-dns:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-haproxy:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-http:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-http2:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-memcache:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-mqtt:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-redis:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-smtp:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-socks:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-stomp:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-xml:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-handler-proxy:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver-dns:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-rxtx:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-sctp:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-udt:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver-dns-classes-macos:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-aarch_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-aarch_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver-dns-native-macos:jar:osx-aarch_64:4.1.85.Final in the shaded jar. [INFO] Including org.apache.htrace:htrace-core:jar:3.1.0-incubating in the shaded jar. [INFO] Including org.jruby.jcodings:jcodings:jar:1.0.8 in the shaded jar. [INFO] Including org.jruby.joni:joni:jar:2.1.2 in the shaded jar. [INFO] Including com.yammer.metrics:metrics-core:jar:2.2.0 in the shaded jar. [INFO] Including org.apache.hbase.thirdparty:hbase-shaded-gson:jar:3.0.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hbase:hbase-common:jar:1.4.13 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar. [INFO] Including org.apache.hbase:hbase-server:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-prefix-tree:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-metrics-api:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-metrics:jar:1.4.13 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including org.apache.commons:commons-math:jar:2.2 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jsp-2.1:jar:6.1.14 in the shaded jar. [INFO] Including org.mortbay.jetty:jsp-api-2.1:jar:6.1.14 in the shaded jar. [INFO] Including org.mortbay.jetty:servlet-api-2.5:jar:6.1.14 in the shaded jar. [INFO] Including tomcat:jasper-compiler:jar:5.5.23 in the shaded jar. [INFO] Including tomcat:jasper-runtime:jar:5.5.23 in the shaded jar. [INFO] Including commons-el:commons-el:jar:1.0 in the shaded jar. [INFO] Including org.jamon:jamon-runtime:jar:2.4.1 in the shaded jar. [INFO] Including com.lmax:disruptor:jar:3.3.0 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including org.apache.hbase:hbase-annotations:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-protocol:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including io.netty:netty:jar:3.6.2.Final in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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-http:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-epsg-hsql:jar:28.1 in the shaded jar. [INFO] Including org.hsqldb:hsqldb:jar:jdk8:2.7.1 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jsp-api-2.1-6.1.14.jar, jsp-api-2.1.jar define 84 overlapping classes: [WARNING] - javax.el.MethodInfo [WARNING] - javax.servlet.jsp.JspFactory [WARNING] - javax.servlet.jsp.el.ScopedAttributeELResolver [WARNING] - javax.servlet.jsp.el.ImplicitObjectELResolver$ImplicitObjects$4 [WARNING] - javax.servlet.jsp.el.ExpressionEvaluator [WARNING] - javax.servlet.jsp.tagext.Tag [WARNING] - javax.el.ELContextListener [WARNING] - javax.servlet.jsp.tagext.TagExtraInfo [WARNING] - javax.el.VariableMapper [WARNING] - javax.servlet.jsp.tagext.SimpleTag [WARNING] - 74 more... [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] servlet-api-2.5-6.1.14.jar, servlet-api-2.5.jar define 42 overlapping classes: [WARNING] - javax.servlet.http.Cookie [WARNING] - javax.servlet.http.HttpSessionBindingEvent [WARNING] - javax.servlet.http.NoBodyResponse [WARNING] - javax.servlet.ServletContext [WARNING] - javax.servlet.ServletOutputStream [WARNING] - javax.servlet.http.HttpSessionListener [WARNING] - javax.servlet.http.HttpSessionContext [WARNING] - javax.servlet.FilterChain [WARNING] - javax.servlet.GenericServlet [WARNING] - javax.servlet.http.HttpServletRequestWrapper [WARNING] - 32 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] jsp-2.1-6.1.14.jar, jasper-runtime-5.5.23.jar define 43 overlapping classes: [WARNING] - org.apache.jasper.runtime.PerThreadTagHandlerPool$1 [WARNING] - org.apache.jasper.runtime.JspFactoryImpl$PrivilegedGetPageContext [WARNING] - org.apache.jasper.runtime.PageContextImpl$4 [WARNING] - org.apache.jasper.runtime.JspSourceDependent [WARNING] - org.apache.jasper.runtime.JspRuntimeLibrary$PrivilegedIntrospectHelper [WARNING] - org.apache.jasper.runtime.PageContextImpl$2 [WARNING] - org.apache.jasper.Constants [WARNING] - org.apache.jasper.runtime.ProtectedFunctionMapper$2 [WARNING] - org.apache.jasper.runtime.PageContextImpl [WARNING] - org.apache.jasper.runtime.PageContextImpl$11 [WARNING] - 33 more... [WARNING] jsp-2.1-6.1.14.jar, jasper-compiler-5.5.23.jar define 143 overlapping classes: [WARNING] - org.apache.jasper.compiler.Node$Nodes [WARNING] - org.apache.jasper.compiler.tagplugin.TagPlugin [WARNING] - org.apache.jasper.compiler.JspUtil [WARNING] - org.apache.jasper.xmlparser.MyEntityResolver [WARNING] - org.apache.jasper.compiler.Validator$TagExtraInfoVisitor [WARNING] - org.apache.jasper.compiler.SmapStratum [WARNING] - org.apache.jasper.compiler.SmapGenerator [WARNING] - org.apache.jasper.compiler.tagplugin.TagPluginContext [WARNING] - org.apache.jasper.compiler.JasperTagInfo [WARNING] - org.apache.jasper.EmbeddedServletOptions [WARNING] - 133 more... [WARNING] log4j-1.2.17.jar, reload4j-1.2.22.jar define 212 overlapping classes: [WARNING] - org.apache.log4j.or.sax.AttributesRenderer [WARNING] - org.apache.log4j.pattern.MessagePatternConverter [WARNING] - org.apache.log4j.chainsaw.ControlPanel$3 [WARNING] - org.apache.log4j.pattern.NameAbbreviator$DropElementAbbreviator [WARNING] - org.apache.log4j.BasicConfigurator [WARNING] - org.apache.log4j.rewrite.RewriteAppender [WARNING] - org.apache.log4j.pattern.LoggingEventPatternConverter [WARNING] - org.apache.log4j.NameValue [WARNING] - org.apache.log4j.xml.DOMConfigurator$1 [WARNING] - org.apache.log4j.spi.NOPLoggerRepository [WARNING] - 202 more... [WARNING] jsp-2.1-6.1.14.jar, jasper-runtime-5.5.23.jar, jasper-compiler-5.5.23.jar define 1 overlapping classes: [WARNING] - org.apache.jasper.compiler.Localizer [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-avro/target/geomesa-tutorials-hbase-avro-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-avro/target/geomesa-tutorials-hbase-avro-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-hbase-avro --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-avro/target/geomesa-tutorials-hbase-avro-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-hbase-avro/4.0.0-SNAPSHOT/geomesa-tutorials-hbase-avro-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-avro/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-hbase-avro/4.0.0-SNAPSHOT/geomesa-tutorials-hbase-avro-4.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.geomesa.example:geomesa-tutorials-hbase-transforms >------- [INFO] Building GeoMesa Tutorials - HBase - Transforms 4.0.0-SNAPSHOT [22/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-hbase-transforms --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-hbase-transforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-hbase-transforms --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-hbase-transforms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-transforms/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-hbase-transforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-transforms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-hbase-transforms --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-hbase-transforms --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-hbase-transforms --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-transforms/target/geomesa-tutorials-hbase-transforms-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-hbase-transforms --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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 joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hbase-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hbase-rpc_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-client:jar:1.4.13 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including com.google.guava:guava:jar:12.0.1 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including io.netty:netty-all:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-dns:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-haproxy:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-http:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-http2:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-memcache:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-mqtt:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-redis:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-smtp:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-socks:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-stomp:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-xml:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-handler-proxy:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver-dns:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-rxtx:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-sctp:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-udt:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver-dns-classes-macos:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-aarch_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-aarch_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver-dns-native-macos:jar:osx-aarch_64:4.1.85.Final in the shaded jar. [INFO] Including org.apache.htrace:htrace-core:jar:3.1.0-incubating in the shaded jar. [INFO] Including org.jruby.jcodings:jcodings:jar:1.0.8 in the shaded jar. [INFO] Including org.jruby.joni:joni:jar:2.1.2 in the shaded jar. [INFO] Including com.yammer.metrics:metrics-core:jar:2.2.0 in the shaded jar. [INFO] Including org.apache.hbase.thirdparty:hbase-shaded-gson:jar:3.0.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hbase:hbase-common:jar:1.4.13 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar. [INFO] Including org.apache.hbase:hbase-server:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-prefix-tree:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-metrics-api:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-metrics:jar:1.4.13 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including org.apache.commons:commons-math:jar:2.2 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jsp-2.1:jar:6.1.14 in the shaded jar. [INFO] Including org.mortbay.jetty:jsp-api-2.1:jar:6.1.14 in the shaded jar. [INFO] Including org.mortbay.jetty:servlet-api-2.5:jar:6.1.14 in the shaded jar. [INFO] Including tomcat:jasper-compiler:jar:5.5.23 in the shaded jar. [INFO] Including tomcat:jasper-runtime:jar:5.5.23 in the shaded jar. [INFO] Including commons-el:commons-el:jar:1.0 in the shaded jar. [INFO] Including org.jamon:jamon-runtime:jar:2.4.1 in the shaded jar. [INFO] Including com.lmax:disruptor:jar:3.3.0 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including org.apache.hbase:hbase-annotations:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-protocol:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including io.netty:netty:jar:3.6.2.Final in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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-http:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-epsg-hsql:jar:28.1 in the shaded jar. [INFO] Including org.hsqldb:hsqldb:jar:jdk8:2.7.1 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jsp-api-2.1-6.1.14.jar, jsp-api-2.1.jar define 84 overlapping classes: [WARNING] - javax.el.MethodInfo [WARNING] - javax.servlet.jsp.JspFactory [WARNING] - javax.servlet.jsp.el.ScopedAttributeELResolver [WARNING] - javax.servlet.jsp.el.ImplicitObjectELResolver$ImplicitObjects$4 [WARNING] - javax.servlet.jsp.el.ExpressionEvaluator [WARNING] - javax.servlet.jsp.tagext.Tag [WARNING] - javax.el.ELContextListener [WARNING] - javax.servlet.jsp.tagext.TagExtraInfo [WARNING] - javax.el.VariableMapper [WARNING] - javax.servlet.jsp.tagext.SimpleTag [WARNING] - 74 more... [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] servlet-api-2.5-6.1.14.jar, servlet-api-2.5.jar define 42 overlapping classes: [WARNING] - javax.servlet.http.Cookie [WARNING] - javax.servlet.http.HttpSessionBindingEvent [WARNING] - javax.servlet.http.NoBodyResponse [WARNING] - javax.servlet.ServletContext [WARNING] - javax.servlet.ServletOutputStream [WARNING] - javax.servlet.http.HttpSessionListener [WARNING] - javax.servlet.http.HttpSessionContext [WARNING] - javax.servlet.FilterChain [WARNING] - javax.servlet.GenericServlet [WARNING] - javax.servlet.http.HttpServletRequestWrapper [WARNING] - 32 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] jsp-2.1-6.1.14.jar, jasper-runtime-5.5.23.jar define 43 overlapping classes: [WARNING] - org.apache.jasper.runtime.PerThreadTagHandlerPool$1 [WARNING] - org.apache.jasper.runtime.JspFactoryImpl$PrivilegedGetPageContext [WARNING] - org.apache.jasper.runtime.PageContextImpl$4 [WARNING] - org.apache.jasper.runtime.JspSourceDependent [WARNING] - org.apache.jasper.runtime.JspRuntimeLibrary$PrivilegedIntrospectHelper [WARNING] - org.apache.jasper.runtime.PageContextImpl$2 [WARNING] - org.apache.jasper.Constants [WARNING] - org.apache.jasper.runtime.ProtectedFunctionMapper$2 [WARNING] - org.apache.jasper.runtime.PageContextImpl [WARNING] - org.apache.jasper.runtime.PageContextImpl$11 [WARNING] - 33 more... [WARNING] jsp-2.1-6.1.14.jar, jasper-compiler-5.5.23.jar define 143 overlapping classes: [WARNING] - org.apache.jasper.compiler.Node$Nodes [WARNING] - org.apache.jasper.compiler.tagplugin.TagPlugin [WARNING] - org.apache.jasper.compiler.JspUtil [WARNING] - org.apache.jasper.xmlparser.MyEntityResolver [WARNING] - org.apache.jasper.compiler.Validator$TagExtraInfoVisitor [WARNING] - org.apache.jasper.compiler.SmapStratum [WARNING] - org.apache.jasper.compiler.SmapGenerator [WARNING] - org.apache.jasper.compiler.tagplugin.TagPluginContext [WARNING] - org.apache.jasper.compiler.JasperTagInfo [WARNING] - org.apache.jasper.EmbeddedServletOptions [WARNING] - 133 more... [WARNING] log4j-1.2.17.jar, reload4j-1.2.22.jar define 212 overlapping classes: [WARNING] - org.apache.log4j.or.sax.AttributesRenderer [WARNING] - org.apache.log4j.pattern.MessagePatternConverter [WARNING] - org.apache.log4j.chainsaw.ControlPanel$3 [WARNING] - org.apache.log4j.pattern.NameAbbreviator$DropElementAbbreviator [WARNING] - org.apache.log4j.BasicConfigurator [WARNING] - org.apache.log4j.rewrite.RewriteAppender [WARNING] - org.apache.log4j.pattern.LoggingEventPatternConverter [WARNING] - org.apache.log4j.NameValue [WARNING] - org.apache.log4j.xml.DOMConfigurator$1 [WARNING] - org.apache.log4j.spi.NOPLoggerRepository [WARNING] - 202 more... [WARNING] jsp-2.1-6.1.14.jar, jasper-runtime-5.5.23.jar, jasper-compiler-5.5.23.jar define 1 overlapping classes: [WARNING] - org.apache.jasper.compiler.Localizer [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-transforms/target/geomesa-tutorials-hbase-transforms-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-transforms/target/geomesa-tutorials-hbase-transforms-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-hbase-transforms --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-transforms/target/geomesa-tutorials-hbase-transforms-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-hbase-transforms/4.0.0-SNAPSHOT/geomesa-tutorials-hbase-transforms-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-transforms/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-hbase-transforms/4.0.0-SNAPSHOT/geomesa-tutorials-hbase-transforms-4.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.geomesa.example:geomesa-tutorials-hbase-quickstart >------- [INFO] Building GeoMesa Tutorials - HBase - Quick Start 4.0.0-SNAPSHOT [23/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-hbase-quickstart --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-hbase-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-hbase-quickstart --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-hbase-quickstart --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-quickstart/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-hbase-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-quickstart/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-hbase-quickstart --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-hbase-quickstart --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-hbase-quickstart --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-quickstart/target/geomesa-tutorials-hbase-quickstart-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-hbase-quickstart --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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 joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hbase-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hbase-rpc_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-hadoop-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-client:jar:1.4.13 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including com.google.guava:guava:jar:12.0.1 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including io.netty:netty-all:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-dns:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-haproxy:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-http:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-http2:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-memcache:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-mqtt:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-redis:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-smtp:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-socks:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-stomp:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec-xml:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-handler-proxy:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver-dns:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-rxtx:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-sctp:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-udt:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver-dns-classes-macos:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-aarch_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-aarch_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver-dns-native-macos:jar:osx-x86_64:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver-dns-native-macos:jar:osx-aarch_64:4.1.85.Final in the shaded jar. [INFO] Including org.apache.htrace:htrace-core:jar:3.1.0-incubating in the shaded jar. [INFO] Including org.jruby.jcodings:jcodings:jar:1.0.8 in the shaded jar. [INFO] Including org.jruby.joni:joni:jar:2.1.2 in the shaded jar. [INFO] Including com.yammer.metrics:metrics-core:jar:2.2.0 in the shaded jar. [INFO] Including org.apache.hbase.thirdparty:hbase-shaded-gson:jar:3.0.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hbase:hbase-common:jar:1.4.13 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.2 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar. [INFO] Including com.github.stephenc.findbugs:findbugs-annotations:jar:1.3.9-1 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar. [INFO] Including org.apache.hbase:hbase-server:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-prefix-tree:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-metrics-api:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-metrics:jar:1.4.13 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar. [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar. [INFO] Including asm:asm:jar:3.1 in the shaded jar. [INFO] Including org.apache.commons:commons-math:jar:2.2 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jetty-sslengine:jar:6.1.26 in the shaded jar. [INFO] Including org.mortbay.jetty:jsp-2.1:jar:6.1.14 in the shaded jar. [INFO] Including org.mortbay.jetty:jsp-api-2.1:jar:6.1.14 in the shaded jar. [INFO] Including org.mortbay.jetty:servlet-api-2.5:jar:6.1.14 in the shaded jar. [INFO] Including tomcat:jasper-compiler:jar:5.5.23 in the shaded jar. [INFO] Including tomcat:jasper-runtime:jar:5.5.23 in the shaded jar. [INFO] Including commons-el:commons-el:jar:1.0 in the shaded jar. [INFO] Including org.jamon:jamon-runtime:jar:2.4.1 in the shaded jar. [INFO] Including com.lmax:disruptor:jar:3.3.0 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including org.apache.hbase:hbase-annotations:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hbase:hbase-protocol:jar:1.4.13 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.10.2 in the shaded jar. [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar. [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar. [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar. [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar. [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar. [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar. [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.11 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.8.3 in the shaded jar. [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar. [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar. [INFO] Including commons-beanutils:commons-beanutils:jar:1.9.4 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar. [INFO] Including org.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar. [INFO] Including com.jcraft:jsch:jar:0.1.55 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.htrace:htrace-core4:jar:4.1.0-incubating in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:4.2.1 in the shaded jar. [INFO] Including com.fasterxml.woodstox:woodstox-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs-client:jar:2.10.2 in the shaded jar. [INFO] Including com.squareup.okhttp:okhttp:jar:2.7.5 in the shaded jar. [INFO] Including com.squareup.okio:okio:jar:1.6.0 in the shaded jar. [INFO] Including io.netty:netty:jar:3.6.2.Final in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.10.2 in the shaded jar. [INFO] Including com.nimbusds:nimbus-jose-jwt:jar:7.9 in the shaded jar. [INFO] Including com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar. [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-client:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.10.2 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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-http:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-epsg-hsql:jar:28.1 in the shaded jar. [INFO] Including org.hsqldb:hsqldb:jar:jdk8:2.7.1 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jsp-api-2.1-6.1.14.jar, jsp-api-2.1.jar define 84 overlapping classes: [WARNING] - javax.el.MethodInfo [WARNING] - javax.servlet.jsp.JspFactory [WARNING] - javax.servlet.jsp.el.ScopedAttributeELResolver [WARNING] - javax.servlet.jsp.el.ImplicitObjectELResolver$ImplicitObjects$4 [WARNING] - javax.servlet.jsp.el.ExpressionEvaluator [WARNING] - javax.servlet.jsp.tagext.Tag [WARNING] - javax.el.ELContextListener [WARNING] - javax.servlet.jsp.tagext.TagExtraInfo [WARNING] - javax.el.VariableMapper [WARNING] - javax.servlet.jsp.tagext.SimpleTag [WARNING] - 74 more... [WARNING] asm-3.1.jar, accessors-smart-1.1.jar define 21 overlapping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 11 more... [WARNING] servlet-api-2.5-6.1.14.jar, servlet-api-2.5.jar define 42 overlapping classes: [WARNING] - javax.servlet.http.Cookie [WARNING] - javax.servlet.http.HttpSessionBindingEvent [WARNING] - javax.servlet.http.NoBodyResponse [WARNING] - javax.servlet.ServletContext [WARNING] - javax.servlet.ServletOutputStream [WARNING] - javax.servlet.http.HttpSessionListener [WARNING] - javax.servlet.http.HttpSessionContext [WARNING] - javax.servlet.FilterChain [WARNING] - javax.servlet.GenericServlet [WARNING] - javax.servlet.http.HttpServletRequestWrapper [WARNING] - 32 more... [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, jackson-datatype-jsr310-2.14.1.jar, gson-2.10.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] jsp-2.1-6.1.14.jar, jasper-runtime-5.5.23.jar define 43 overlapping classes: [WARNING] - org.apache.jasper.runtime.PerThreadTagHandlerPool$1 [WARNING] - org.apache.jasper.runtime.JspFactoryImpl$PrivilegedGetPageContext [WARNING] - org.apache.jasper.runtime.PageContextImpl$4 [WARNING] - org.apache.jasper.runtime.JspSourceDependent [WARNING] - org.apache.jasper.runtime.JspRuntimeLibrary$PrivilegedIntrospectHelper [WARNING] - org.apache.jasper.runtime.PageContextImpl$2 [WARNING] - org.apache.jasper.Constants [WARNING] - org.apache.jasper.runtime.ProtectedFunctionMapper$2 [WARNING] - org.apache.jasper.runtime.PageContextImpl [WARNING] - org.apache.jasper.runtime.PageContextImpl$11 [WARNING] - 33 more... [WARNING] jsp-2.1-6.1.14.jar, jasper-compiler-5.5.23.jar define 143 overlapping classes: [WARNING] - org.apache.jasper.compiler.Node$Nodes [WARNING] - org.apache.jasper.compiler.tagplugin.TagPlugin [WARNING] - org.apache.jasper.compiler.JspUtil [WARNING] - org.apache.jasper.xmlparser.MyEntityResolver [WARNING] - org.apache.jasper.compiler.Validator$TagExtraInfoVisitor [WARNING] - org.apache.jasper.compiler.SmapStratum [WARNING] - org.apache.jasper.compiler.SmapGenerator [WARNING] - org.apache.jasper.compiler.tagplugin.TagPluginContext [WARNING] - org.apache.jasper.compiler.JasperTagInfo [WARNING] - org.apache.jasper.EmbeddedServletOptions [WARNING] - 133 more... [WARNING] log4j-1.2.17.jar, reload4j-1.2.22.jar define 212 overlapping classes: [WARNING] - org.apache.log4j.or.sax.AttributesRenderer [WARNING] - org.apache.log4j.pattern.MessagePatternConverter [WARNING] - org.apache.log4j.chainsaw.ControlPanel$3 [WARNING] - org.apache.log4j.pattern.NameAbbreviator$DropElementAbbreviator [WARNING] - org.apache.log4j.BasicConfigurator [WARNING] - org.apache.log4j.rewrite.RewriteAppender [WARNING] - org.apache.log4j.pattern.LoggingEventPatternConverter [WARNING] - org.apache.log4j.NameValue [WARNING] - org.apache.log4j.xml.DOMConfigurator$1 [WARNING] - org.apache.log4j.spi.NOPLoggerRepository [WARNING] - 202 more... [WARNING] jsp-2.1-6.1.14.jar, jasper-runtime-5.5.23.jar, jasper-compiler-5.5.23.jar define 1 overlapping classes: [WARNING] - org.apache.jasper.compiler.Localizer [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-quickstart/target/geomesa-tutorials-hbase-quickstart-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-quickstart/target/geomesa-tutorials-hbase-quickstart-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-hbase-quickstart --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-quickstart/target/geomesa-tutorials-hbase-quickstart-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-hbase-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-hbase-quickstart-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-hbase/geomesa-tutorials-hbase-quickstart/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-hbase-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-hbase-quickstart-4.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.geomesa.example:geomesa-tutorials-kafka >------------- [INFO] Building GeoMesa Tutorials - Kafka 4.0.0-SNAPSHOT [24/30] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-kafka-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-kafka-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-kafka-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-kafka-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-kafka-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-cqengine_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-cqengine_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-cqengine_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-cqengine_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-cqengine_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-memory_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-memory_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-kafka --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-kafka --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-kafka/4.0.0-SNAPSHOT/geomesa-tutorials-kafka-4.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.geomesa.example:geomesa-tutorials-kafka-quickstart >------- [INFO] Building GeoMesa Tutorials - Kafka - Quick Start 4.0.0-SNAPSHOT [25/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-kafka-quickstart --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-kafka-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-kafka-quickstart --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-kafka-quickstart --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-quickstart/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-kafka-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-quickstart/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-kafka-quickstart --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-kafka-quickstart --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-kafka-quickstart --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-quickstart/target/geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-kafka-quickstart --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 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:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-opengis:jar:28.1 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 in the shaded jar. [INFO] Including org.calrissian.mango:mango-core:jar:3.0.0 in the shaded jar. [INFO] Including com.google.guava:guava:jar:20.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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-kafka-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12:jar:3.6.12 in the shaded jar. [INFO] Including com.jayway.jsonpath:json-path:jar:2.7.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including com.googlecode.cqengine:cqengine:jar:3.0.0 in the shaded jar. [INFO] Including com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1 in the shaded jar. [INFO] Including org.antlr:antlr4-runtime:jar:4.7.1 in the shaded jar. [INFO] Including net.jodah:typetools:jar:0.5.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-kafka-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-metrics-core_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-core_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic-base_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.chuusai:shapeless_2.12:jar:2.3.10 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.apache.kafka:kafka_2.12:jar:2.8.2 in the shaded jar. [INFO] Including org.apache.kafka:kafka-metadata:jar:2.8.2 in the shaded jar. [INFO] Including org.apache.kafka:kafka-raft:jar:2.8.2 in the shaded jar. [INFO] Including net.sourceforge.argparse4j:argparse4j:jar:0.7.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-csv:jar:2.10.5 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.5 in the shaded jar. [INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar. [INFO] Including com.yammer.metrics:metrics-core:jar:2.2.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-collection-compat_2.12:jar:2.3.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-java8-compat_2.12:jar:0.9.1 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.apache.kafka:kafka-clients:jar:2.8.2 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.5.0-1 in the shaded jar. [INFO] Including org.lz4:lz4-java:jar:1.7.1 in the shaded jar. [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.8.1 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, gson-2.10.jar, jackson-datatype-jsr310-2.14.1.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] scala-collection-compat_2.12-2.3.0.jar, scala-library-2.12.13.jar define 2 overlapping classes: [WARNING] - scala.annotation.nowarn [WARNING] - scala.annotation.nowarn$ [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-quickstart/target/geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-quickstart/target/geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-kafka-quickstart --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-quickstart/target/geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-kafka-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-quickstart/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-kafka-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.pom [INFO] [INFO] ---< org.geomesa.example:geomesa-tutorials-kafka-streams-quickstart >--- [INFO] Building GeoMesa Tutorials - Kafka Streams - Quick Start 4.0.0-SNAPSHOT [26/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-kafka-streams-quickstart --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-kafka-streams-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-kafka-streams-quickstart --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-kafka-streams-quickstart --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-streams-quickstart/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-kafka-streams-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-streams-quickstart/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-kafka-streams-quickstart --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-kafka-streams-quickstart --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-kafka-streams-quickstart --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-streams-quickstart/target/geomesa-tutorials-kafka-streams-quickstart-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-kafka-streams-quickstart --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 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:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-opengis:jar:28.1 in the shaded jar. [INFO] Including systems.uom:systems-common:jar:2.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 in the shaded jar. [INFO] Including org.calrissian.mango:mango-core:jar:3.0.0 in the shaded jar. [INFO] Including com.google.guava:guava:jar:20.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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.geomesa.example:geomesa-tutorials-kafka-quickstart:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-kafka-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12:jar:3.6.12 in the shaded jar. [INFO] Including com.jayway.jsonpath:json-path:jar:2.7.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including com.googlecode.cqengine:cqengine:jar:3.0.0 in the shaded jar. [INFO] Including com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1 in the shaded jar. [INFO] Including org.antlr:antlr4-runtime:jar:4.7.1 in the shaded jar. [INFO] Including net.jodah:typetools:jar:0.5.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-zk-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.curator:curator-recipes:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-framework:jar:4.3.0 in the shaded jar. [INFO] Including org.apache.curator:curator-client:jar:4.3.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-kafka-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-metrics-core_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-core_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.github.pureconfig:pureconfig-generic-base_2.12:jar:0.17.2 in the shaded jar. [INFO] Including com.chuusai:shapeless_2.12:jar:2.3.10 in the shaded jar. [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.2.6 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-http:jar:28.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-collection-compat_2.12:jar:2.3.0 in the shaded jar. [INFO] Including org.apache.kafka:kafka_2.12:jar:2.8.2 in the shaded jar. [INFO] Including org.apache.kafka:kafka-metadata:jar:2.8.2 in the shaded jar. [INFO] Including org.apache.kafka:kafka-raft:jar:2.8.2 in the shaded jar. [INFO] Including net.sourceforge.argparse4j:argparse4j:jar:0.7.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar. [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-csv:jar:2.10.5 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.10.5 in the shaded jar. [INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar. [INFO] Including com.yammer.metrics:metrics-core:jar:2.2.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-java8-compat_2.12:jar:0.9.1 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.apache.kafka:kafka-clients:jar:2.8.2 in the shaded jar. [INFO] Including com.github.luben:zstd-jni:jar:1.5.0-1 in the shaded jar. [INFO] Including org.lz4:lz4-java:jar:1.7.1 in the shaded jar. [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.8.1 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper-jute:jar:3.5.10 in the shaded jar. [INFO] Including org.apache.yetus:audience-annotations:jar:0.5.0 in the shaded jar. [INFO] Including io.netty:netty-handler:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-resolver:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-codec:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-native-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.85.Final in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, commons-csv-1.9.0.jar define 17 overlapping classes: [WARNING] - org.apache.commons.csv.CSVPrinter [WARNING] - org.apache.commons.csv.CSVParser$Headers [WARNING] - org.apache.commons.csv.QuoteMode [WARNING] - org.apache.commons.csv.CSVFormat$1 [WARNING] - org.apache.commons.csv.CSVFormat$Predefined [WARNING] - org.apache.commons.csv.Lexer [WARNING] - org.apache.commons.csv.CSVParser$CSVRecordIterator [WARNING] - org.apache.commons.csv.IOUtils [WARNING] - org.apache.commons.csv.Token$Type [WARNING] - org.apache.commons.csv.ExtendedBufferedReader [WARNING] - 7 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-index-api_2.12-4.0.0-SNAPSHOT.jar define 591 overlapping classes: [WARNING] - org.locationtech.geomesa.index.filters.Z3Filter [WARNING] - org.locationtech.geomesa.index.api.package$SingleRowByteRange$ [WARNING] - org.locationtech.geomesa.index.api.package$LowerBoundedRange$ [WARNING] - org.locationtech.geomesa.index.filters.Z2Filter [WARNING] - org.locationtech.geomesa.index.conf.QueryProperties$ [WARNING] - org.locationtech.geomesa.index.view.MergedDataStoreView$ [WARNING] - org.locationtech.geomesa.index.utils.ExplainLogging [WARNING] - org.locationtech.geomesa.index.index.z3.legacy.Z3IndexV4 [WARNING] - org.locationtech.geomesa.index.geotools.MetadataBackedDataStore$ [WARNING] - org.locationtech.geomesa.index.conf.ColumnGroups [WARNING] - 581 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-rlookup-1.1.24.jar define 8 overlapping classes: [WARNING] - it.geosolutions.jaiext.rlookup.RangeLookupTable$Builder [WARNING] - it.geosolutions.jaiext.rlookup.LookupItem [WARNING] - it.geosolutions.jaiext.rlookup.RangeLookupRIF [WARNING] - it.geosolutions.jaiext.rlookup.RangeLookupTable$1 [WARNING] - it.geosolutions.jaiext.rlookup.LookupItemComparator [WARNING] - it.geosolutions.jaiext.rlookup.RangeLookupDescriptor [WARNING] - it.geosolutions.jaiext.rlookup.RangeLookupTable [WARNING] - it.geosolutions.jaiext.rlookup.RangeLookupOpImage [WARNING] pureconfig-generic-base_2.12-0.17.2.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 28 overlapping classes: [WARNING] - pureconfig.generic.CoproductHint$Attempt$ [WARNING] - pureconfig.generic.error.InvalidCoproductOption$ [WARNING] - pureconfig.generic.error.UnexpectedValueForFieldCoproductHint [WARNING] - pureconfig.generic.ProductHint$Use [WARNING] - pureconfig.generic.error.CoproductHintException [WARNING] - pureconfig.generic.ProductHint$Use$ [WARNING] - pureconfig.generic.error.NoValidCoproductOptionFound [WARNING] - pureconfig.generic.FieldCoproductHint$ [WARNING] - pureconfig.generic.ProductHint$Action [WARNING] - pureconfig.generic.ProductHint$UseOrDefault$ [WARNING] - 18 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, netty-handler-4.1.85.Final.jar define 344 overlapping classes: [WARNING] - io.netty.handler.ssl.ApplicationProtocolNegotiator [WARNING] - io.netty.handler.ssl.JdkAlpnSslUtils$2 [WARNING] - io.netty.handler.ssl.BouncyCastleAlpnSslUtils$8 [WARNING] - io.netty.handler.ssl.JdkDefaultApplicationProtocolNegotiator [WARNING] - io.netty.handler.ssl.PemReader [WARNING] - io.netty.handler.ssl.util.SimpleKeyManagerFactory$1 [WARNING] - io.netty.handler.timeout.IdleStateHandler [WARNING] - io.netty.handler.address.DynamicAddressConnectHandler [WARNING] - io.netty.handler.ssl.BouncyCastle [WARNING] - io.netty.handler.ipfilter.IpSubnetFilterRule [WARNING] - 334 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, ejml-core-0.41.jar define 198 overlapping classes: [WARNING] - org.ejml.data.DMatrixFixed [WARNING] - org.ejml.masks.DMaskPrimitive [WARNING] - org.ejml.data.FMatrixIterator [WARNING] - org.ejml.interfaces.decomposition.LUDecomposition_F32 [WARNING] - org.ejml.ops.FSemiRings [WARNING] - org.ejml.data.BMatrixRMaj [WARNING] - org.ejml.interfaces.decomposition.TridiagonalSimilarDecomposition_F64 [WARNING] - pabeles.concurrency.IntRangeObjectConsumer [WARNING] - pabeles.concurrency.IntOperatorTask [WARNING] - org.ejml.data.FMatrix1Row [WARNING] - 188 more... [WARNING] jt-nullop-1.1.24.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 3 overlapping classes: [WARNING] - it.geosolutions.jaiext.nullop.NullOpImage [WARNING] - it.geosolutions.jaiext.nullop.NullDescriptor [WARNING] - it.geosolutions.jaiext.nullop.NullCRIF [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, org.eclipse.emf.ecore-2.15.0.jar define 636 overlapping classes: [WARNING] - org.eclipse.emf.ecore.impl.EPackageRegistryImpl$Delegator [WARNING] - org.eclipse.emf.ecore.xml.namespace.SpaceType [WARNING] - org.eclipse.emf.ecore.impl.MinimalEObjectImpl$1ArrayDelegatingAdapterList [WARNING] - org.eclipse.emf.ecore.xml.type.internal.RegEx$RegexParser$ReferencePosition [WARNING] - org.eclipse.emf.ecore.EDataType$Internal$ConversionDelegate$Factory [WARNING] - org.eclipse.emf.ecore.util.EcoreUtil [WARNING] - org.eclipse.emf.ecore.util.EContentsEList$FeatureFilter [WARNING] - org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl$EObjectInputStream$EClassData [WARNING] - org.eclipse.emf.ecore.impl.DynamicEObjectImpl$DynamicEPropertiesHolderImpl [WARNING] - org.eclipse.emf.ecore.impl.EGenericTypeImpl [WARNING] - 626 more... [WARNING] commons-codec-1.15.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 106 overlapping classes: [WARNING] - org.apache.commons.codec.language.bm.Rule$1 [WARNING] - org.apache.commons.codec.language.bm.BeiderMorseEncoder [WARNING] - org.apache.commons.codec.cli.Digest [WARNING] - org.apache.commons.codec.language.bm.Languages$1 [WARNING] - org.apache.commons.codec.digest.PureJavaCrc32 [WARNING] - org.apache.commons.codec.digest.DigestUtils [WARNING] - org.apache.commons.codec.language.DaitchMokotoffSoundex$Rule [WARNING] - org.apache.commons.codec.binary.Base16 [WARNING] - org.apache.commons.codec.language.Caverphone [WARNING] - org.apache.commons.codec.language.AbstractCaverphone [WARNING] - 96 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, org.eclipse.emf.ecore.xmi-2.15.0.jar define 107 overlapping classes: [WARNING] - org.eclipse.emf.ecore.xmi.impl.GenericXMLResourceFactoryImpl [WARNING] - org.eclipse.emf.ecore.xmi.XMLResource$ResourceHandler [WARNING] - org.eclipse.emf.ecore.xmi.impl.EcoreResourceFactoryImpl [WARNING] - org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl$XMI [WARNING] - org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl [WARNING] - org.eclipse.emf.ecore.xmi.XMLResource$ResourceEntityHandler [WARNING] - org.eclipse.emf.ecore.xmi.impl.StringSegment$SegmentIterator [WARNING] - org.eclipse.emf.ecore.xmi.impl.XMLHandler$MyStack [WARNING] - org.eclipse.emf.ecore.xmi.impl.EcoreResourceFactoryImpl$1 [WARNING] - org.eclipse.emf.ecore.xmi.impl.XMLContentHandlerImpl$XMI$Describer [WARNING] - 97 more... [WARNING] gt-grid-28.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 32 overlapping classes: [WARNING] - org.geotools.grid.oblong.Oblongs [WARNING] - org.geotools.grid.GridFeatureBuilder [WARNING] - org.geotools.grid.Envelopes [WARNING] - org.geotools.grid.Lines [WARNING] - org.geotools.grid.oval.OvalBuilder [WARNING] - org.geotools.grid.ortholine.OrthoLineDef [WARNING] - org.geotools.grid.LineElement [WARNING] - org.geotools.grid.ortholine.LineOrientation [WARNING] - org.geotools.grid.Neighbor [WARNING] - org.geotools.grid.oval.OvalBuilder$1 [WARNING] - 22 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-tutorials-common-4.0.0-SNAPSHOT.jar define 8 overlapping classes: [WARNING] - org.geomesa.example.avro.GeoMesaAvroTutorial [WARNING] - org.geomesa.example.data.TDriveData [WARNING] - org.geomesa.example.quickstart.GeoMesaQuickStart [WARNING] - org.geomesa.example.data.GDELTData [WARNING] - org.geomesa.example.transformations.GeoMesaQueryTutorial [WARNING] - org.geomesa.example.data.CvilleRICData [WARNING] - org.geomesa.example.quickstart.CommandLineDataStore [WARNING] - org.geomesa.example.data.TutorialData [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-utilities-1.1.24.jar define 85 overlapping classes: [WARNING] - it.geosolutions.jaiext.utilities.ImageUtilities$2 [WARNING] - it.geosolutions.jaiext.swing.JTSFrame$1 [WARNING] - it.geosolutions.rendered.viewer.HTMLRenderer [WARNING] - it.geosolutions.rendered.viewer.ImageViewer$7 [WARNING] - it.geosolutions.jaiext.JAIExt$1 [WARNING] - it.geosolutions.jaiext.swing.ImageFrame$1 [WARNING] - it.geosolutions.rendered.viewer.HTMLBuilder [WARNING] - it.geosolutions.jaiext.ConcurrentOperationRegistry [WARNING] - it.geosolutions.rendered.viewer.ImageViewer$4 [WARNING] - it.geosolutions.jaiext.numeric.CompareOp [WARNING] - 75 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, netty-resolver-4.1.85.Final.jar define 29 overlapping classes: [WARNING] - io.netty.resolver.RoundRobinInetAddressResolver [WARNING] - io.netty.resolver.CompositeNameResolver$2 [WARNING] - io.netty.resolver.DefaultHostsFileEntriesResolver [WARNING] - io.netty.resolver.InetSocketAddressResolver$1 [WARNING] - io.netty.resolver.DefaultNameResolver [WARNING] - io.netty.resolver.HostsFileEntriesResolver [WARNING] - io.netty.resolver.AddressResolverGroup [WARNING] - io.netty.resolver.InetSocketAddressResolver [WARNING] - io.netty.resolver.NoopAddressResolver [WARNING] - io.netty.resolver.SimpleNameResolver [WARNING] - 19 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jackson-datatype-jsr310-2.14.1.jar define 58 overlapping classes: [WARNING] - com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer [WARNING] - com.fasterxml.jackson.datatype.jsr310.PackageVersion [WARNING] - com.fasterxml.jackson.datatype.jsr310.deser.key.Jsr310KeyDeserializer [WARNING] - com.fasterxml.jackson.datatype.jsr310.ser.key.Jsr310NullKeySerializer [WARNING] - com.fasterxml.jackson.datatype.jsr310.deser.YearDeserializer [WARNING] - com.fasterxml.jackson.datatype.jsr310.deser.key.LocalDateTimeKeyDeserializer [WARNING] - com.fasterxml.jackson.datatype.jsr310.util.DurationUnitConverter [WARNING] - com.fasterxml.jackson.datatype.jsr310.ser.LocalDateTimeSerializer [WARNING] - com.fasterxml.jackson.datatype.jsr310.ser.InstantSerializerBase [WARNING] - com.fasterxml.jackson.datatype.jsr310.ser.OffsetDateTimeSerializer [WARNING] - 48 more... [WARNING] checker-qual-3.19.0.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 356 overlapping classes: [WARNING] - org.checkerframework.checker.units.qual.MixedUnits [WARNING] - org.checkerframework.checker.regex.qual.PolyRegex [WARNING] - org.checkerframework.checker.units.qual.PolyUnit [WARNING] - org.checkerframework.checker.units.qual.C [WARNING] - org.checkerframework.common.reflection.qual.UnknownMethod [WARNING] - org.checkerframework.framework.qual.EnsuresQualifierIf [WARNING] - org.checkerframework.checker.compilermsgs.qual.CompilerMessageKey [WARNING] - org.checkerframework.checker.units.qual.km3 [WARNING] - org.checkerframework.common.util.report.qual.ReportUnqualified [WARNING] - org.checkerframework.checker.index.qual.IndexFor [WARNING] - 346 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, zstd-jni-1.5.0-1.jar define 20 overlapping classes: [WARNING] - com.github.luben.zstd.BufferPool [WARNING] - com.github.luben.zstd.ZstdDirectBufferDecompressingStream [WARNING] - com.github.luben.zstd.ZstdCompressCtx [WARNING] - com.github.luben.zstd.util.ZstdVersion [WARNING] - com.github.luben.zstd.ZstdOutputStream [WARNING] - com.github.luben.zstd.ZstdDictCompress [WARNING] - com.github.luben.zstd.AutoCloseBase [WARNING] - com.github.luben.zstd.ZstdOutputStreamNoFinalizer [WARNING] - com.github.luben.zstd.ZstdDictTrainer [WARNING] - com.github.luben.zstd.ZstdDictDecompress [WARNING] - 10 more... [WARNING] ejml-ddense-0.41.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 151 overlapping classes: [WARNING] - org.ejml.dense.row.linsol.qr.SolvePseudoInverseQrp_DDRM [WARNING] - org.ejml.dense.row.decomposition.eig.EigenvalueSmall_F64 [WARNING] - org.ejml.dense.row.decomposition.bidiagonal.BidiagonalDecompositionRow_DDRM [WARNING] - org.ejml.dense.row.linsol.qr.SolveNullSpaceQR_DDRM$CustomizedQR [WARNING] - org.ejml.dense.row.linsol.qr.LinearSolverQrHouseTran_DDRM [WARNING] - org.ejml.dense.fixed.CommonOps_DDF2 [WARNING] - org.ejml.dense.row.linsol.qr.SolveNullSpaceQRP_DDRM$1 [WARNING] - org.ejml.dense.row.SingularOps_DDRM [WARNING] - org.ejml.generic.GenericMatrixOps_F64 [WARNING] - org.ejml.dense.row.RandomMatrices_DDRM [WARNING] - 141 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, commons-compress-1.22.jar define 523 overlapping classes: [WARNING] - org.apache.commons.compress.utils.OsgiUtils [WARNING] - org.apache.commons.compress.java.util.jar.Pack200$Unpacker [WARNING] - org.apache.commons.compress.archivers.dump.ShortFileException [WARNING] - org.apache.commons.compress.compressors.bzip2.BZip2CompressorOutputStream [WARNING] - org.apache.commons.compress.harmony.unpack200.NewAttributeBands$Integral [WARNING] - org.apache.commons.compress.compressors.lz4.XXHash32 [WARNING] - org.apache.commons.compress.harmony.unpack200.SegmentOptions [WARNING] - org.apache.commons.compress.harmony.unpack200.bytecode.forms.TableSwitchForm [WARNING] - org.apache.commons.compress.compressors.lz4.BlockLZ4CompressorOutputStream$1 [WARNING] - org.apache.commons.compress.harmony.unpack200.bytecode.LineNumberTableAttribute [WARNING] - 513 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, json-smart-2.4.8.jar define 93 overlapping classes: [WARNING] - net.minidev.json.parser.JSONParserMemory [WARNING] - net.minidev.json.reader.JsonWriter$11 [WARNING] - net.minidev.json.writer.ArraysMapper$2 [WARNING] - net.minidev.json.parser.JSONParser [WARNING] - net.minidev.json.writer.ArraysMapper$11 [WARNING] - net.minidev.json.writer.CompessorMapper [WARNING] - net.minidev.json.JSONStyle [WARNING] - net.minidev.json.writer.ArraysMapper$9 [WARNING] - net.minidev.json.JSONStreamAwareEx [WARNING] - net.minidev.json.JSONNavi [WARNING] - 83 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, shapeless_2.12-2.3.10.jar define 2250 overlapping classes: [WARNING] - shapeless.DefaultCaseClassDefns$CaseClassCompanion [WARNING] - shapeless.ops.tuple$Transposer [WARNING] - shapeless.ops.hlist$RemoveAll$$anon$83 [WARNING] - shapeless.CaseClassMacros$$typecreator1$11 [WARNING] - shapeless.OrElse$ [WARNING] - shapeless.ops.fin$FromNat$$anon$1 [WARNING] - shapeless.ops.hlist$LowPriorityToCoproductTraversable$NotIn [WARNING] - shapeless.ops.tuple$ZipOne [WARNING] - shapeless.ops.tuple$SubtypeUnifier$$anon$39 [WARNING] - shapeless.ops.product$ToTuple$$anon$2 [WARNING] - 2240 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, org.eclipse.emf.common-2.15.0.jar define 220 overlapping classes: [WARNING] - org.eclipse.emf.common.util.SegmentSequence$SegmentSequencePool$SegmentsAndSegmentAccessUnit [WARNING] - org.eclipse.emf.common.util.BasicDiagnostic$EclipseHelper [WARNING] - org.eclipse.emf.common.util.EMap [WARNING] - org.eclipse.emf.common.notify.Adapter$Internal [WARNING] - org.eclipse.emf.common.util.WeakInterningHashSet$Entry [WARNING] - org.eclipse.emf.common.util.BasicEMap$DelegatingMap [WARNING] - org.eclipse.emf.common.notify.impl.DelegatingNotifyingListImpl$1 [WARNING] - org.eclipse.emf.common.util.Pool$ObjectAccessUnit [WARNING] - org.eclipse.emf.common.util.ECollections$BasicEmptyUnmodifiableEList [WARNING] - org.eclipse.emf.common.command.BasicCommandStack [WARNING] - 210 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-algebra-1.1.24.jar define 22 overlapping classes: [WARNING] - it.geosolutions.jaiext.algebra.AlgebraDescriptor$Operator$12 [WARNING] - it.geosolutions.jaiext.algebra.AlgebraDescriptor$Operator$6 [WARNING] - it.geosolutions.jaiext.algebra.constant.OperationConstDescriptor [WARNING] - it.geosolutions.jaiext.algebra.AlgebraDescriptor [WARNING] - it.geosolutions.jaiext.algebra.constant.OperationConstOpImage [WARNING] - it.geosolutions.jaiext.algebra.AlgebraDescriptor$Operator$13 [WARNING] - it.geosolutions.jaiext.algebra.AlgebraDescriptor$Operator$7 [WARNING] - it.geosolutions.jaiext.algebra.AlgebraDescriptor$Operator$11 [WARNING] - it.geosolutions.jaiext.algebra.AlgebraDescriptor$Operator$8 [WARNING] - it.geosolutions.jaiext.algebra.AlgebraDescriptor$Operator [WARNING] - 12 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, gt-http-28.1.jar define 17 overlapping classes: [WARNING] - org.geotools.http.AbstractHttpClient [WARNING] - org.geotools.http.HTTPClientFinder [WARNING] - org.geotools.http.HTTPResponse [WARNING] - org.geotools.http.HTTPClient [WARNING] - org.geotools.http.DelegateHTTPClient [WARNING] - org.geotools.http.AbstractHTTPClientFactory [WARNING] - org.geotools.http.HTTPClientFactory [WARNING] - org.geotools.http.HTTPBehavior [WARNING] - org.geotools.http.HTTPProxy [WARNING] - org.geotools.http.SimpleHttpClient [WARNING] - 7 more... [WARNING] bigint-0.7.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 4 overlapping classes: [WARNING] - org.huldra.math.BigInt$3 [WARNING] - org.huldra.math.BigInt [WARNING] - org.huldra.math.BigInt$2 [WARNING] - org.huldra.math.BigInt$1 [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-arrow-gt_2.12-4.0.0-SNAPSHOT.jar define 164 overlapping classes: [WARNING] - org.locationtech.geomesa.arrow.io.reader.CachingSimpleFeatureArrowFileReader$$anon$1 [WARNING] - org.locationtech.geomesa.arrow.vector.SimpleFeatureVector$SimpleFeatureEncoding$ [WARNING] - org.locationtech.geomesa.arrow.vector.SimpleFeatureVector$SimpleFeatureEncoding [WARNING] - org.locationtech.geomesa.arrow.vector.ArrowAttributeWriter$ArrowBytesWriter [WARNING] - org.locationtech.geomesa.arrow.vector.ArrowAttributeWriter$ArrowMapWriter [WARNING] - org.locationtech.geomesa.arrow.vector.ArrowDictionary$ [WARNING] - org.locationtech.geomesa.arrow.filter.ArrowFilterOptimizer$ArrowDuring$ [WARNING] - org.locationtech.geomesa.arrow.io.reader.StreamingSimpleFeatureArrowFileReader$StreamingSingleFileReader [WARNING] - org.locationtech.geomesa.arrow.io.BatchWriter$BatchSortingIterator [WARNING] - org.locationtech.geomesa.arrow.io.SimpleFeatureArrowFileWriter$$anon$1 [WARNING] - 154 more... [WARNING] scala-collection-compat_2.12-2.3.0.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 118 overlapping classes: [WARNING] - scala.collection.compat.immutable.LazyList$LazyBuilder$ [WARNING] - scala.collection.compat.immutable.LazyList$$hash$colon$colon$ [WARNING] - scala.collection.compat.PackageShared [WARNING] - scala.collection.compat.immutable.ArraySeq$ofDouble [WARNING] - scala.collection.compat.immutable.LazyList$ [WARNING] - scala.collection.compat.MutableListMapExtensions$ [WARNING] - scala.collection.compat.package$MutableTreeMapExtensions2$ [WARNING] - scala.collection.compat.SizeCompareImpl [WARNING] - scala.collection.compat.ImmutableSortedMapExtensions [WARNING] - scala.collection.compat.immutable.LazyList [WARNING] - 108 more... [WARNING] avro-1.11.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 424 overlapping classes: [WARNING] - org.apache.avro.Schema$FloatSchema [WARNING] - org.apache.avro.Resolver$Promote [WARNING] - org.apache.avro.message.SchemaStore [WARNING] - org.apache.avro.io.EncoderFactory$DefaultEncoderFactory [WARNING] - org.apache.avro.Schema$LongSchema [WARNING] - org.apache.avro.util.internal.ClassValueCache$1 [WARNING] - org.apache.avro.SchemaBuilder$NameContext [WARNING] - org.apache.avro.io.FastReaderBuilder$FieldReader [WARNING] - org.apache.avro.io.FastReaderBuilder [WARNING] - org.apache.avro.file.BZip2Codec [WARNING] - 414 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-feature-avro_2.12-4.0.0-SNAPSHOT.jar define 59 overlapping classes: [WARNING] - org.locationtech.geomesa.features.avro.io.AvroDataFile [WARNING] - org.locationtech.geomesa.features.avro.serialization.AvroField$UuidBinaryField$ [WARNING] - org.locationtech.geomesa.features.avro.FieldNameEncoder [WARNING] - org.locationtech.geomesa.features.avro.serialization.AvroSerialization [WARNING] - org.locationtech.geomesa.features.avro.package [WARNING] - org.locationtech.geomesa.features.avro.serialization.AvroField$ListNativeField [WARNING] - org.locationtech.geomesa.features.avro.serialization.AvroField$MapNativeField [WARNING] - org.locationtech.geomesa.features.avro.io.AvroDataFile$ [WARNING] - org.locationtech.geomesa.features.avro.serialization.AvroField$VersionField$ [WARNING] - org.locationtech.geomesa.features.avro.serialization.AvroField$UserDataSchema$ [WARNING] - 49 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-affine-1.1.24.jar define 9 overlapping classes: [WARNING] - it.geosolutions.jaiext.affine.AffineGeneralOpImage [WARNING] - it.geosolutions.jaiext.affine.AffineBicubicOpImage [WARNING] - it.geosolutions.jaiext.affine.AffineOpImage [WARNING] - it.geosolutions.jaiext.affine.AffineCRIF [WARNING] - it.geosolutions.jaiext.affine.AffinePropertyGenerator [WARNING] - it.geosolutions.jaiext.affine.JaiI18N [WARNING] - it.geosolutions.jaiext.affine.AffineNearestOpImage [WARNING] - it.geosolutions.jaiext.affine.AffineDescriptor [WARNING] - it.geosolutions.jaiext.affine.AffineBilinearOpImage [WARNING] kafka-clients-2.8.2.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 2113 overlapping classes: [WARNING] - org.apache.kafka.common.security.ssl.DefaultSslEngineFactory$FileBasedPemStore [WARNING] - org.apache.kafka.clients.producer.Producer [WARNING] - org.apache.kafka.common.message.ListOffsetsRequestDataJsonConverter$ListOffsetsPartitionJsonConverter [WARNING] - org.apache.kafka.common.message.StopReplicaResponseData [WARNING] - org.apache.kafka.common.requests.BeginQuorumEpochRequest [WARNING] - org.apache.kafka.common.requests.SaslAuthenticateRequest$Builder [WARNING] - org.apache.kafka.common.cache.LRUCache$1 [WARNING] - org.apache.kafka.common.protocol.SendBuilder [WARNING] - org.apache.kafka.common.message.EnvelopeRequestData [WARNING] - org.apache.kafka.common.message.UpdateMetadataResponseData [WARNING] - 2103 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, antlr4-runtime-4.7.1.jar define 220 overlapping classes: [WARNING] - org.antlr.v4.runtime.atn.LexerActionExecutor [WARNING] - org.antlr.v4.runtime.misc.TestRig [WARNING] - org.antlr.v4.runtime.TokenStreamRewriter$InsertBeforeOp [WARNING] - org.antlr.v4.runtime.atn.LexerATNConfig [WARNING] - org.antlr.v4.runtime.dfa.DFAState$PredPrediction [WARNING] - org.antlr.v4.runtime.CodePointCharStream$CodePoint16BitCharStream [WARNING] - org.antlr.v4.runtime.atn.SemanticContext$PrecedencePredicate [WARNING] - org.antlr.v4.runtime.misc.OrderedHashSet [WARNING] - org.antlr.v4.runtime.Recognizer$1 [WARNING] - org.antlr.v4.runtime.atn.CodePointTransitions [WARNING] - 210 more... [WARNING] objenesis-2.5.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 43 overlapping classes: [WARNING] - org.objenesis.ObjenesisBase [WARNING] - org.objenesis.instantiator.gcj.GCJInstantiator [WARNING] - org.objenesis.instantiator.basic.ClassDefinitionUtils$1 [WARNING] - org.objenesis.strategy.SingleInstantiatorStrategy [WARNING] - org.objenesis.ObjenesisHelper [WARNING] - org.objenesis.instantiator.sun.SunReflectionFactoryHelper [WARNING] - org.objenesis.instantiator.sun.SunReflectionFactoryInstantiator [WARNING] - org.objenesis.instantiator.basic.NullInstantiator [WARNING] - org.objenesis.instantiator.android.Android17Instantiator [WARNING] - org.objenesis.instantiator.ObjectInstantiator [WARNING] - 33 more... [WARNING] ejml-simple-0.41.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 146 overlapping classes: [WARNING] - org.ejml.equation.Operation$27 [WARNING] - org.ejml.equation.Operation$37 [WARNING] - org.ejml.equation.Operation$4 [WARNING] - org.ejml.equation.IntegerSequence$For [WARNING] - org.ejml.equation.MatrixConstructor$Item [WARNING] - org.ejml.equation.MatrixConstructor$1 [WARNING] - org.ejml.simple.SimpleMatrix$1 [WARNING] - org.ejml.equation.Macro [WARNING] - org.ejml.equation.Operation$14 [WARNING] - org.ejml.equation.Operation$54 [WARNING] - 136 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, s2-geometry-library-java-1.0.1.jar define 51 overlapping classes: [WARNING] - com.google.common.geometry.S2EdgeUtil$LongitudePruner [WARNING] - com.google.common.geometry.S2Polygon$UndirectedEdge [WARNING] - com.google.common.geometry.S2RegionCoverer$QueueEntry [WARNING] - com.google.common.geometry.S2Loop [WARNING] - com.google.common.geometry.S2Projections [WARNING] - com.google.common.geometry.S2EdgeIndex$1 [WARNING] - com.google.common.geometry.S2EdgeUtil$EdgeCrosser [WARNING] - com.google.common.geometry.R1Interval [WARNING] - com.google.common.geometry.S2$Metric [WARNING] - com.google.common.geometry.S2Loop$1 [WARNING] - 41 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, unit-api-2.0.jar define 58 overlapping classes: [WARNING] - javax.measure.quantity.Radioactivity [WARNING] - javax.measure.quantity.RadiationDoseEffective [WARNING] - javax.measure.quantity.Energy [WARNING] - javax.measure.quantity.AmountOfSubstance [WARNING] - javax.measure.Quantity [WARNING] - javax.measure.quantity.MagneticFluxDensity [WARNING] - javax.measure.format.UnitFormat [WARNING] - javax.measure.quantity.Angle [WARNING] - javax.measure.format.MeasurementParseException [WARNING] - javax.measure.Unit [WARNING] - 48 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-buffer-1.1.24.jar define 4 overlapping classes: [WARNING] - it.geosolutions.jaiext.buffer.BufferOpImage [WARNING] - it.geosolutions.jaiext.buffer.BufferDescriptor [WARNING] - it.geosolutions.jaiext.buffer.JaiI18N [WARNING] - it.geosolutions.jaiext.buffer.BufferRIF [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, curator-recipes-4.3.0.jar define 216 overlapping classes: [WARNING] - org.apache.curator.framework.recipes.atomic.DistributedAtomicNumber [WARNING] - org.apache.curator.framework.recipes.cache.Operation [WARNING] - org.apache.curator.framework.recipes.locks.Revoker [WARNING] - org.apache.curator.framework.recipes.locks.StandardLockInternalsDriver [WARNING] - org.apache.curator.framework.recipes.cache.PathChildrenCache$9 [WARNING] - org.apache.curator.framework.recipes.locks.InterProcessSemaphoreV2$2 [WARNING] - org.apache.curator.framework.recipes.leader.LeaderLatch$State [WARNING] - org.apache.curator.framework.recipes.shared.SharedCountListener [WARNING] - org.apache.curator.framework.recipes.queue.QueueSharderPolicies$Builder [WARNING] - org.apache.curator.framework.recipes.queue.DistributedQueue$3 [WARNING] - 206 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, pureconfig-generic_2.12-0.17.2.jar define 61 overlapping classes: [WARNING] - pureconfig.generic.MapShapedReader [WARNING] - pureconfig.generic.SeqShapedReader$ [WARNING] - pureconfig.generic.SeqShapedWriter$ [WARNING] - pureconfig.generic.CoproductConfigWriter$$anon$2 [WARNING] - pureconfig.generic.EnumerationConfigReaderBuilder$$anon$5 [WARNING] - pureconfig.generic.SeqShapedReader [WARNING] - pureconfig.generic.MapShapedWriter [WARNING] - pureconfig.generic.DerivedConfigReader$$anon$1 [WARNING] - pureconfig.generic.hlist$ [WARNING] - pureconfig.generic.EnumerationConfigReaderBuilder [WARNING] - 51 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, json-path-2.7.0.jar define 197 overlapping classes: [WARNING] - com.jayway.jsonpath.Configuration$Defaults [WARNING] - com.jayway.jsonpath.Configuration$ConfigurationBuilder [WARNING] - com.jayway.jsonpath.spi.mapper.JsonSmartMappingProvider$FloatReader [WARNING] - com.jayway.jsonpath.spi.mapper.TapestryMappingProvider [WARNING] - com.jayway.jsonpath.internal.function.latebinding.JsonLateBindingValue [WARNING] - com.jayway.jsonpath.internal.function.json.KeySetFunction [WARNING] - com.jayway.jsonpath.internal.path.ArrayIndexOperation [WARNING] - com.jayway.jsonpath.internal.path.RootPathToken [WARNING] - com.jayway.jsonpath.Option [WARNING] - com.jayway.jsonpath.spi.mapper.JakartaMappingProvider$JsonStructureScope [WARNING] - 187 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-warp-1.1.24.jar define 9 overlapping classes: [WARNING] - it.geosolutions.jaiext.warp.WarpOpImage [WARNING] - it.geosolutions.jaiext.warp.WarpGeneralOpImage [WARNING] - it.geosolutions.jaiext.warp.WarpNearestOpImage [WARNING] - it.geosolutions.jaiext.warp.WarpRIF [WARNING] - it.geosolutions.jaiext.warp.WarpPropertyGenerator [WARNING] - it.geosolutions.jaiext.warp.JaiI18N [WARNING] - it.geosolutions.jaiext.warp.WarpBilinearOpImage [WARNING] - it.geosolutions.jaiext.warp.WarpDescriptor [WARNING] - it.geosolutions.jaiext.warp.WarpBicubicOpImage [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, si-quantity-2.0.1.jar define 20 overlapping classes: [WARNING] - si.uom.quantity.Intensity [WARNING] - si.uom.quantity.DynamicViscosity [WARNING] - si.uom.quantity.RadiantIntensity [WARNING] - si.uom.quantity.Density [WARNING] - si.uom.quantity.WaveNumber [WARNING] - si.uom.quantity.ElectricPermittivity [WARNING] - si.uom.quantity.Action [WARNING] - si.uom.quantity.Luminance [WARNING] - si.uom.quantity.Torque [WARNING] - si.uom.quantity.MagneticFieldStrength [WARNING] - 10 more... [WARNING] jts-io-common-1.19.0.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 19 overlapping classes: [WARNING] - org.locationtech.jts.io.twkb.TWKBHeader$GeometryType [WARNING] - org.locationtech.jts.io.twkb.TWKBWriter$BufferedDataOutput [WARNING] - org.locationtech.jts.io.twkb.BoundsExtractor [WARNING] - org.locationtech.jts.io.twkb.TWKBWriter [WARNING] - org.locationtech.jts.io.twkb.TWKBWriter$1 [WARNING] - org.locationtech.jts.io.geojson.GeoJsonWriter$1 [WARNING] - org.locationtech.jts.io.geojson.GeoJsonWriter [WARNING] - org.locationtech.jts.io.twkb.TWKBReader$1 [WARNING] - org.locationtech.jts.io.geojson.GeoJsonWriter$6 [WARNING] - org.locationtech.jts.io.twkb.Varint [WARNING] - 9 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, scala-library-2.12.13.jar define 2576 overlapping classes: [WARNING] - scala.FallbackArrayBuilding [WARNING] - scala.collection.immutable.IndexedSeq [WARNING] - scala.collection.mutable.ArrayOps$ofShort [WARNING] - scala.Function2$mcDID$sp [WARNING] - scala.collection.immutable.IntMapValueIterator [WARNING] - scala.collection.SeqViewLike$$anon$11 [WARNING] - scala.runtime.AbstractFunction1$mcIF$sp [WARNING] - scala.annotation.meta.field [WARNING] - scala.collection.MapLike$DefaultKeySet [WARNING] - scala.runtime.AbstractFunction18 [WARNING] - 2566 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-bandmerge-1.1.24.jar define 9 overlapping classes: [WARNING] - it.geosolutions.jaiext.bandmerge.ExtendedBandMergeOpImage$1 [WARNING] - it.geosolutions.jaiext.bandmerge.ExtendedBandMergeOpImage$Transform [WARNING] - it.geosolutions.jaiext.bandmerge.BandMergeCRIF [WARNING] - it.geosolutions.jaiext.bandmerge.BandMergeOpImage [WARNING] - it.geosolutions.jaiext.bandmerge.ExtendedBandMergeOpImage$Transform$3 [WARNING] - it.geosolutions.jaiext.bandmerge.ExtendedBandMergeOpImage$Transform$1 [WARNING] - it.geosolutions.jaiext.bandmerge.ExtendedBandMergeOpImage [WARNING] - it.geosolutions.jaiext.bandmerge.ExtendedBandMergeOpImage$Transform$2 [WARNING] - it.geosolutions.jaiext.bandmerge.BandMergeDescriptor [WARNING] jgridshift-core-1.3.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 4 overlapping classes: [WARNING] - au.com.objectix.jgridshift.Util [WARNING] - au.com.objectix.jgridshift.GridShiftFile [WARNING] - au.com.objectix.jgridshift.SubGrid [WARNING] - au.com.objectix.jgridshift.GridShift [WARNING] jt-errordiffusion-1.1.24.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 4 overlapping classes: [WARNING] - it.geosolutions.jaiext.errordiffusion.ErrorDiffusionOpImage [WARNING] - it.geosolutions.jaiext.errordiffusion.ErrorDiffusionRIF [WARNING] - it.geosolutions.jaiext.errordiffusion.JaiI18N [WARNING] - it.geosolutions.jaiext.errordiffusion.ErrorDiffusionDescriptor [WARNING] guava-20.0.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 1814 overlapping classes: [WARNING] - com.google.common.collect.ImmutableMapValues$1 [WARNING] - com.google.common.util.concurrent.AbstractService$5 [WARNING] - com.google.common.io.LineProcessor [WARNING] - com.google.common.io.BaseEncoding$StandardBaseEncoding$2 [WARNING] - com.google.common.io.ByteProcessor [WARNING] - com.google.common.math.package-info [WARNING] - com.google.common.util.concurrent.SimpleTimeLimiter [WARNING] - com.google.common.cache.AbstractCache$StatsCounter [WARNING] - com.google.common.util.concurrent.CycleDetectingLockFactory$Policies [WARNING] - com.google.common.primitives.UnsignedInts$LexicographicalComparator [WARNING] - 1804 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-kafka-utils_2.12-4.0.0-SNAPSHOT.jar define 22 overlapping classes: [WARNING] - org.locationtech.geomesa.kafka.consumer.ThreadedConsumer [WARNING] - org.locationtech.geomesa.kafka.versions.KafkaConsumerVersions$ [WARNING] - org.locationtech.geomesa.kafka.versions.KafkaConsumerVersions$$anonfun$fromDuration$1$1 [WARNING] - org.locationtech.geomesa.kafka.consumer.ThreadedConsumer$LoggingConsumerErrorHandler [WARNING] - org.locationtech.geomesa.kafka.versions.RecordVersions [WARNING] - org.locationtech.geomesa.kafka.consumer.BatchConsumer$ [WARNING] - org.locationtech.geomesa.kafka.versions.KafkaAdminVersions [WARNING] - org.locationtech.geomesa.kafka.versions.KafkaConsumerVersions$$anonfun$fromLong$1$1 [WARNING] - org.locationtech.geomesa.kafka.consumer.BatchConsumer [WARNING] - org.locationtech.geomesa.kafka.versions.package$ [WARNING] - 12 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-border-1.1.24.jar define 3 overlapping classes: [WARNING] - it.geosolutions.jaiext.border.BorderRIF [WARNING] - it.geosolutions.jaiext.border.BorderOpImage [WARNING] - it.geosolutions.jaiext.border.BorderDescriptor [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, zookeeper-3.5.10.jar define 550 overlapping classes: [WARNING] - org.apache.zookeeper.server.NettyServerCnxn$SendBufferWriter [WARNING] - org.apache.zookeeper.KeeperException$CodeDeprecated [WARNING] - org.apache.zookeeper.server.ZooKeeperServerMXBean [WARNING] - org.apache.zookeeper.server.quorum.Learner$PacketInFlight [WARNING] - org.apache.zookeeper.server.quorum.SyncedLearnerTracker$QuorumVerifierAcksetPair [WARNING] - org.apache.zookeeper.server.quorum.LeaderMXBean [WARNING] - org.apache.zookeeper.Op$Check [WARNING] - org.apache.zookeeper.ClientCnxn$1 [WARNING] - org.apache.zookeeper.server.quorum.SyncedLearnerTracker [WARNING] - org.apache.zookeeper.server.quorum.FastLeaderElection$ToSend$mType [WARNING] - 540 more... [WARNING] json4s-core_2.12-3.6.12.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 237 overlapping classes: [WARNING] - org.json4s.CustomSerializer [WARNING] - org.json4s.DefaultReaders$StringReader$ [WARNING] - org.json4s.DynamicJValueImplicits [WARNING] - org.json4s.MonadicJValue [WARNING] - org.json4s.reflect.package$$anon$2 [WARNING] - org.json4s.DefaultReaders$JValueReader$ [WARNING] - org.json4s.reflect.Reflector$ClassDescriptorBuilder [WARNING] - org.json4s.ParserUtil$RecycledSegment [WARNING] - org.json4s.package [WARNING] - org.json4s.DefaultReaders$ [WARNING] - 227 more... [WARNING] netty-transport-4.1.85.Final.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 366 overlapping classes: [WARNING] - io.netty.channel.socket.nio.NioSocketChannel$3 [WARNING] - io.netty.channel.AbstractCoalescingBufferQueue [WARNING] - io.netty.channel.AbstractChannel$AbstractUnsafe$8 [WARNING] - io.netty.channel.SimpleUserEventChannelHandler [WARNING] - io.netty.channel.DefaultChannelPipeline$2 [WARNING] - io.netty.channel.oio.AbstractOioChannel [WARNING] - io.netty.bootstrap.Bootstrap$1 [WARNING] - io.netty.channel.group.ChannelMatchers$ClassMatcher [WARNING] - io.netty.channel.nio.AbstractNioMessageChannel$NioMessageUnsafe [WARNING] - io.netty.channel.RecvByteBufAllocator$Handle [WARNING] - 356 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, commons-text-1.10.0.jar define 154 overlapping classes: [WARNING] - org.apache.commons.text.lookup.BiStringLookup [WARNING] - org.apache.commons.text.diff.InsertCommand [WARNING] - org.apache.commons.text.StrMatcher$TrimMatcher [WARNING] - org.apache.commons.text.diff.KeepCommand [WARNING] - org.apache.commons.text.similarity.LevenshteinResults [WARNING] - org.apache.commons.text.translate.JavaUnicodeEscaper [WARNING] - org.apache.commons.text.StrBuilder$StrBuilderTokenizer [WARNING] - org.apache.commons.text.StrLookup$ResourceBundleLookup [WARNING] - org.apache.commons.text.CharacterPredicates$4 [WARNING] - org.apache.commons.text.CharacterPredicates$1 [WARNING] - 144 more... [WARNING] gt-referencing-28.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 510 overlapping classes: [WARNING] - org.geotools.referencing.operation.projection.ObliqueStereographic [WARNING] - org.geotools.referencing.Console [WARNING] - org.geotools.referencing.operation.projection.PlateCarree [WARNING] - org.geotools.referencing.operation.projection.CylindricalEqualArea$Provider [WARNING] - org.geotools.referencing.operation.projection.CassiniSoldner$Spherical [WARNING] - org.geotools.referencing.factory.AbstractAuthorityMediator$18 [WARNING] - org.geotools.referencing.operation.projection.MercatorPseudoProvider$Spherical [WARNING] - org.geotools.referencing.cs.DefaultCartesianCS [WARNING] - org.geotools.referencing.operation.transform.LogarithmicTransform1D [WARNING] - org.geotools.referencing.operation.projection.Mercator2SP$Provider [WARNING] - 500 more... [WARNING] si-units-2.0.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 9 overlapping classes: [WARNING] - si.uom.quantity.impl.MassAmount [WARNING] - si.uom.SI [WARNING] - si.uom.NonSI [WARNING] - si.uom.quantity.impl.TemperatureAmount [WARNING] - si.uom.quantity.impl.AccelerationAmount [WARNING] - si.uom.quantity.impl.LengthAmount [WARNING] - si.uom.SISystemService [WARNING] - si.uom.quantity.impl.ForceAmount [WARNING] - si.uom.SIServiceProvider [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, sizeof-0.4.0.jar define 66 overlapping classes: [WARNING] - org.ehcache.sizeof.impl.JvmInformation$11 [WARNING] - org.ehcache.sizeof.impl.UnsafeSizeOf [WARNING] - org.ehcache.sizeof.ObjectGraphWalker [WARNING] - org.ehcache.sizeof.impl.PassThroughFilter [WARNING] - org.ehcache.sizeof.impl.AgentLoader [WARNING] - org.ehcache.sizeof.FlyweightType$4 [WARNING] - org.ehcache.sizeof.impl.JvmInformation$3 [WARNING] - org.ehcache.sizeof.FlyweightType$18 [WARNING] - org.ehcache.sizeof.impl.JvmInformation$14 [WARNING] - org.ehcache.sizeof.FlyweightType [WARNING] - 56 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, typetools-0.5.0.jar define 3 overlapping classes: [WARNING] - net.jodah.typetools.TypeResolver$1 [WARNING] - net.jodah.typetools.TypeResolver [WARNING] - net.jodah.typetools.TypeResolver$Unknown [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, gt-cql-28.1.jar define 59 overlapping classes: [WARNING] - org.geotools.filter.text.generated.parsers.JJTCQLParserState [WARNING] - org.geotools.filter.text.commons.AbstractFilterBuilder [WARNING] - org.geotools.filter.text.commons.DurationUtil [WARNING] - org.geotools.filter.text.ecql.ECQL [WARNING] - org.geotools.filter.text.generated.parsers.TokenMgrError [WARNING] - org.geotools.filter.text.ecql.MultiLineStringBuilder [WARNING] - org.geotools.filter.text.ecql.ECQLFilterBuilder [WARNING] - org.geotools.filter.text.generated.parsers.ECQLParser$LookaheadSuccess [WARNING] - org.geotools.filter.text.generated.parsers.Token [WARNING] - org.geotools.filter.text.ecql.RelateBuilder [WARNING] - 49 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-process-vector_2.12-4.0.0-SNAPSHOT.jar define 74 overlapping classes: [WARNING] - org.locationtech.geomesa.process.transform.ArrowConversionProcess$ [WARNING] - org.locationtech.geomesa.process.analytic.MinMaxProcess [WARNING] - org.locationtech.geomesa.process.analytic.Point2PointProcess$$anonfun$$nestedInanonfun$execute$3$1 [WARNING] - org.locationtech.geomesa.process.transform.ArrowConversionProcess$ArrowResult [WARNING] - org.locationtech.geomesa.process.transform.HashAttributeProcess [WARNING] - org.locationtech.geomesa.process.transform.ArrowConversionProcess$ArrowVisitor [WARNING] - org.locationtech.geomesa.process.query.RouteVisitor$$anon$1 [WARNING] - org.locationtech.geomesa.process.tube.TubeSelectProcess [WARNING] - org.locationtech.geomesa.process.query.JoinProcess$$anon$1 [WARNING] - org.locationtech.geomesa.process.GeoMesaProcess [WARNING] - 64 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-arrow-jts-4.0.0-SNAPSHOT.jar define 22 overlapping classes: [WARNING] - org.locationtech.geomesa.arrow.jts.impl.AbstractPointVector [WARNING] - org.locationtech.geomesa.arrow.jts.PolygonVector [WARNING] - org.locationtech.geomesa.arrow.jts.MultiPolygonVector [WARNING] - org.locationtech.geomesa.arrow.jts.MultiLineStringFloatVector [WARNING] - org.locationtech.geomesa.arrow.jts.MultiPolygonFloatVector [WARNING] - org.locationtech.geomesa.arrow.jts.impl.AbstractLineStringVector [WARNING] - org.locationtech.geomesa.arrow.jts.GeometryFields [WARNING] - org.locationtech.geomesa.arrow.jts.WKBGeometryVector [WARNING] - org.locationtech.geomesa.arrow.jts.MultiPointVector [WARNING] - org.locationtech.geomesa.arrow.jts.LineStringFloatVector [WARNING] - 12 more... [WARNING] jt-colorindexer-1.1.24.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 27 overlapping classes: [WARNING] - it.geosolutions.jaiext.colorindexer.PackedHistogram$SortComponent$1 [WARNING] - it.geosolutions.jaiext.colorindexer.Quantizer$PaletteEntry [WARNING] - it.geosolutions.jaiext.colorindexer.PackedHistogram [WARNING] - it.geosolutions.jaiext.colorindexer.ColorMap [WARNING] - it.geosolutions.jaiext.colorindexer.ColorIndexerCRIF [WARNING] - it.geosolutions.jaiext.colorindexer.Quantizer$SumComparator [WARNING] - it.geosolutions.jaiext.colorindexer.Quantizer [WARNING] - it.geosolutions.jaiext.colorindexer.LRUColorIndexer$ColorEntry [WARNING] - it.geosolutions.jaiext.colorindexer.CachingColorIndexer [WARNING] - it.geosolutions.jaiext.colorindexer.PackedHistogram$SortComponent$3 [WARNING] - 17 more... [WARNING] netty-transport-classes-epoll-4.1.85.Final.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 66 overlapping classes: [WARNING] - io.netty.channel.epoll.AbstractEpollStreamChannel$2 [WARNING] - io.netty.channel.epoll.AbstractEpollServerChannel$EpollServerSocketUnsafe [WARNING] - io.netty.channel.epoll.EpollDatagramChannel$1 [WARNING] - io.netty.channel.epoll.AbstractEpollStreamChannel$SpliceInChannelTask [WARNING] - io.netty.channel.epoll.NativeDatagramPacketArray [WARNING] - io.netty.channel.epoll.EpollSocketChannelConfig [WARNING] - io.netty.channel.epoll.EpollEventArray [WARNING] - io.netty.channel.epoll.Native$1 [WARNING] - io.netty.channel.epoll.AbstractEpollStreamChannel$6 [WARNING] - io.netty.channel.epoll.EpollChannelConfig$1 [WARNING] - 56 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, systems-common-2.0.2.jar define 10 overlapping classes: [WARNING] - systems.uom.common.spi.CommonServiceProvider [WARNING] - systems.uom.common.CGS [WARNING] - systems.uom.common.ancient.TamilAncientPrefix [WARNING] - systems.uom.common.ancient.TamilSanskritPrefix [WARNING] - systems.uom.common.IndianPrefix [WARNING] - systems.uom.common.spi.CommonSystemService [WARNING] - systems.uom.common.Imperial [WARNING] - systems.uom.common.USCustomary [WARNING] - systems.uom.common.ancient.VedicPrefix [WARNING] - systems.uom.common.TamilPrefix [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, json4s-scalap_2.12-3.6.12.jar define 141 overlapping classes: [WARNING] - org.json4s.scalap.scalasig.ScalaSigEntryParsers$ [WARNING] - org.json4s.scalap.scalasig.AliasSymbol [WARNING] - org.json4s.scalap.scalasig.AnnotatedType$ [WARNING] - org.json4s.scalap.scalasig.ScalaSigSymbol [WARNING] - org.json4s.scalap.scalasig.ThisType [WARNING] - org.json4s.scalap.scalasig.Field$ [WARNING] - org.json4s.scalap.scalasig.ScalaSigParser$ [WARNING] - org.json4s.scalap.scalasig.TypeBoundsType$ [WARNING] - org.json4s.scalap.scalasig.ClassFile [WARNING] - org.json4s.scalap.ByteCodecs [WARNING] - 131 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, lz4-java-1.7.1.jar define 80 overlapping classes: [WARNING] - net.jpountz.xxhash.AbstractStreamingXXHash32Java [WARNING] - net.jpountz.lz4.LZ4FrameOutputStream [WARNING] - net.jpountz.xxhash.XXHash32JNI [WARNING] - net.jpountz.lz4.LZ4BlockInputStream [WARNING] - net.jpountz.lz4.LZ4BlockOutputStream [WARNING] - net.jpountz.lz4.LZ4JNI [WARNING] - net.jpountz.lz4.LZ4JavaUnsafeFastDecompressor [WARNING] - net.jpountz.lz4.LZ4SafeUtils [WARNING] - net.jpountz.xxhash.StreamingXXHash32JNI$Factory [WARNING] - net.jpountz.util.UnsafeUtils [WARNING] - 70 more... [WARNING] jt-imagefunction-1.1.24.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 7 overlapping classes: [WARNING] - it.geosolutions.jaiext.imagefunction.ImageFunctionOpImage [WARNING] - it.geosolutions.jaiext.imagefunction.JaiI18N [WARNING] - it.geosolutions.jaiext.imagefunction.ImageFunctionJAIEXTWrapper [WARNING] - it.geosolutions.jaiext.imagefunction.ImageFunctionDescriptor [WARNING] - it.geosolutions.jaiext.imagefunction.ImageFunctionPropertyGenerator [WARNING] - it.geosolutions.jaiext.imagefunction.ImageFunctionJAIEXT [WARNING] - it.geosolutions.jaiext.imagefunction.ImageFunctionRIF [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, arrow-memory-core-11.0.0.jar define 68 overlapping classes: [WARNING] - org.apache.arrow.memory.OutOfMemoryException [WARNING] - org.apache.arrow.memory.CheckAllocator [WARNING] - org.apache.arrow.memory.OwnershipTransferNOOP [WARNING] - org.apache.arrow.memory.BufferLedger$TransferResult [WARNING] - org.apache.arrow.memory.Accountant [WARNING] - org.apache.arrow.memory.ReferenceManager [WARNING] - org.apache.arrow.memory.AllocationOutcomeDetails$Entry [WARNING] - org.apache.arrow.memory.BaseAllocator$Reservation [WARNING] - org.apache.arrow.memory.BufferLedger$1 [WARNING] - org.apache.arrow.memory.BufferAllocator [WARNING] - 58 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, joda-time-2.8.1.jar define 246 overlapping classes: [WARNING] - org.joda.time.convert.ReadableDurationConverter [WARNING] - org.joda.time.field.RemainderDateTimeField [WARNING] - org.joda.time.convert.ReadableIntervalConverter [WARNING] - org.joda.time.field.SkipUndoDateTimeField [WARNING] - org.joda.time.format.DateTimeFormatterBuilder$TimeZoneName [WARNING] - org.joda.time.chrono.BasicDayOfMonthDateTimeField [WARNING] - org.joda.time.tz.DateTimeZoneBuilder$RuleSet [WARNING] - org.joda.time.Duration [WARNING] - org.joda.time.field.OffsetDateTimeField [WARNING] - org.joda.time.format.ISODateTimeFormat [WARNING] - 236 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, scala-reflect-2.12.13.jar define 1413 overlapping classes: [WARNING] - scala.reflect.internal.tpe.TypeMaps$CollectTypeCollector [WARNING] - scala.reflect.runtime.ReflectionUtils [WARNING] - scala.reflect.internal.Scopes$LookupInaccessible$ [WARNING] - scala.reflect.internal.Types$LazyType [WARNING] - scala.reflect.internal.SymbolPairs$Cursor [WARNING] - scala.reflect.internal.Types$StaticallyAnnotatedType$ [WARNING] - scala.reflect.internal.tpe.TypeMaps [WARNING] - scala.reflect.api.TypeTags$TypeTagImpl [WARNING] - scala.reflect.api.StandardLiftables$StandardUnliftableInstances$$anonfun$unliftTuple18$1 [WARNING] - scala.reflect.runtime.SynchronizedSymbols$SynchronizedClassSymbol [WARNING] - 1403 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, parboiled-core-1.3.1.jar define 180 overlapping classes: [WARNING] - org.parboiled.MatchHandler [WARNING] - org.parboiled.errors.ParserRuntimeException [WARNING] - org.parboiled.trees.MutableTreeNode [WARNING] - org.parboiled.parserunners.ProfilingParseRunner$Report [WARNING] - org.parboiled.parserunners.ProfilingParseRunner [WARNING] - org.parboiled.parserunners.TracingParseRunner [WARNING] - org.parboiled.errors.InvalidInputError [WARNING] - org.parboiled.support.Position [WARNING] - org.parboiled.buffers.InputBufferUtils [WARNING] - org.parboiled.support.MatcherPath [WARNING] - 170 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-feature-kryo_2.12-4.0.0-SNAPSHOT.jar define 126 overlapping classes: [WARNING] - org.locationtech.geomesa.features.kryo.impl.KryoFeatureDeserialization$KryoMapReader$ [WARNING] - org.locationtech.geomesa.features.kryo.json.JsonPathParser [WARNING] - org.locationtech.geomesa.features.kryo.impl.KryoFeatureDeserialization$KryoAttributeReader [WARNING] - org.locationtech.geomesa.features.kryo.impl.KryoFeatureDeserializationV2$MapReader [WARNING] - org.locationtech.geomesa.features.kryo.json.JsonPathPropertyAccessor [WARNING] - org.locationtech.geomesa.features.kryo.impl.KryoFeatureSerialization$KryoListWriter [WARNING] - org.locationtech.geomesa.features.kryo.impl.KryoFeatureDeserialization$KryoFloatReader$ [WARNING] - org.locationtech.geomesa.features.kryo.impl.ActiveDeserialization$ [WARNING] - org.locationtech.geomesa.features.kryo.impl.KryoFeatureSerialization$KryoStringWriter$ [WARNING] - org.locationtech.geomesa.features.kryo.impl.KryoFeatureDeserialization$KryoIntReader$ [WARNING] - 116 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, netty-buffer-4.1.85.Final.jar define 137 overlapping classes: [WARNING] - io.netty.buffer.search.AhoCorasicSearchProcessorFactory$Processor [WARNING] - io.netty.buffer.AdvancedLeakAwareCompositeByteBuf [WARNING] - io.netty.buffer.UnsafeByteBufUtil [WARNING] - io.netty.buffer.AbstractReferenceCountedByteBuf [WARNING] - io.netty.buffer.FixedCompositeByteBuf$Component [WARNING] - io.netty.buffer.ByteBufUtil$HexUtil [WARNING] - io.netty.buffer.PoolArenaMetric [WARNING] - io.netty.buffer.PoolThreadCache$SubPageMemoryRegionCache [WARNING] - io.netty.buffer.ByteBufUtil$ThreadLocalDirectByteBuf$1 [WARNING] - io.netty.buffer.PoolChunkMetric [WARNING] - 127 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-zk-utils_2.12-4.0.0-SNAPSHOT.jar define 7 overlapping classes: [WARNING] - org.locationtech.geomesa.utils.zk.ZookeeperMetadata [WARNING] - org.locationtech.geomesa.utils.zk.ZookeeperMetadata$ [WARNING] - org.locationtech.geomesa.utils.zk.CuratorHelper$ [WARNING] - org.locationtech.geomesa.utils.zk.ZookeeperLocking$ [WARNING] - org.locationtech.geomesa.utils.zk.ZookeeperLocking [WARNING] - org.locationtech.geomesa.utils.zk.ZookeeperLocking$$anon$1 [WARNING] - org.locationtech.geomesa.utils.zk.CuratorHelper [WARNING] geomesa-kafka-datastore_2.12-4.0.0-SNAPSHOT.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 152 overlapping classes: [WARNING] - org.locationtech.geomesa.kafka.streams.GeoMesaMessage$ [WARNING] - org.locationtech.geomesa.kafka.index.KafkaFeatureCacheView$BaseFeatureCacheView [WARNING] - org.locationtech.geomesa.kafka.index.FeatureStateFactory$ [WARNING] - org.locationtech.geomesa.kafka.index.KafkaFeatureCacheWithMetrics [WARNING] - org.locationtech.geomesa.kafka.utils.GeoMessageSerializer$ [WARNING] - org.locationtech.geomesa.kafka.utils.GeoMessageProcessor$GeoMessageConsumer [WARNING] - org.locationtech.geomesa.kafka.utils.GeoMessageProcessor [WARNING] - org.locationtech.geomesa.kafka.jstreams.GeoMesaStreamsBuilder [WARNING] - org.locationtech.geomesa.kafka.data.KafkaDataStore$IngestTimeConfig$ [WARNING] - org.locationtech.geomesa.kafka.index.KafkaFeatureCache$$anonfun$1 [WARNING] - 142 more... [WARNING] indriya-2.0.2.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 120 overlapping classes: [WARNING] - tech.units.indriya.format.EBNFUnitFormat [WARNING] - tech.units.indriya.format.SimpleQuantityFormat [WARNING] - tech.units.indriya.unit.UnitDimension [WARNING] - tech.units.indriya.format.TokenMgrError [WARNING] - tech.units.indriya.internal.format.RationalNumberScanner [WARNING] - tech.units.indriya.spi.DimensionalModel [WARNING] - tech.units.indriya.unit.BaseUnit [WARNING] - tech.units.indriya.function.AbstractConverter$Identity [WARNING] - tech.units.indriya.spi.AbstractMeasurement [WARNING] - tech.units.indriya.ComparableQuantity [WARNING] - 110 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, net.opengis.ows-28.1.jar define 417 overlapping classes: [WARNING] - net.opengis.ows11.impl.DomainTypeImpl [WARNING] - net.opengis.ows20.validation.AcceptFormatsTypeValidator [WARNING] - net.opengis.ows20.WGS84BoundingBoxType [WARNING] - net.opengis.ows11.impl.DCPTypeImpl [WARNING] - net.opengis.ows20.validation.ExceptionReportTypeValidator [WARNING] - net.opengis.ows11.impl.AddressTypeImpl [WARNING] - net.opengis.ows10.Ows10Package [WARNING] - net.opengis.ows20.validation.AcceptVersionsTypeValidator [WARNING] - net.opengis.ows20.AnyValueType [WARNING] - net.opengis.ows11.validation.DatasetDescriptionSummaryBaseTypeValidator [WARNING] - 407 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-mosaic-1.1.24.jar define 14 overlapping classes: [WARNING] - it.geosolutions.jaiext.mosaic.ImageMosaicBean [WARNING] - it.geosolutions.jaiext.mosaic.PixelIterator$PixelIteratorByte [WARNING] - it.geosolutions.jaiext.mosaic.PixelIterator$PixelIteratorFloat [WARNING] - it.geosolutions.jaiext.mosaic.MosaicOpImage$1 [WARNING] - it.geosolutions.jaiext.mosaic.MosaicRIF [WARNING] - it.geosolutions.jaiext.mosaic.PixelIterator$PixelIteratorInt [WARNING] - it.geosolutions.jaiext.mosaic.PixelIterator$PixelIteratorDouble [WARNING] - it.geosolutions.jaiext.mosaic.PixelIterator [WARNING] - it.geosolutions.jaiext.mosaic.MosaicOpImage [WARNING] - it.geosolutions.jaiext.mosaic.RasterAccessorExt [WARNING] - 4 more... [WARNING] jt-zonal-1.1.24.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 5 overlapping classes: [WARNING] - it.geosolutions.jaiext.zonal.ZoneGeometry [WARNING] - it.geosolutions.jaiext.zonal.ZonalStatsRIF [WARNING] - it.geosolutions.jaiext.zonal.ZonalStatsOpImage [WARNING] - it.geosolutions.jaiext.zonal.ZonalStatsDescriptor [WARNING] - it.geosolutions.jaiext.zonal.ZoneGeometry$StatsPerRange [WARNING] stream-2.9.2.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 77 overlapping classes: [WARNING] - com.clearspring.analytics.stream.cardinality.HyperLogLog [WARNING] - com.clearspring.analytics.stream.membership.DataOutputBuffer [WARNING] - com.clearspring.analytics.stream.quantile.TDigest [WARNING] - com.clearspring.analytics.stream.cardinality.HyperLogLog$SerializationHolder [WARNING] - com.clearspring.analytics.util.ListNode2 [WARNING] - com.clearspring.analytics.stream.frequency.CountMinSketch [WARNING] - com.clearspring.analytics.util.DoublyLinkedList [WARNING] - com.clearspring.analytics.stream.cardinality.CountThenEstimate$CountThenEstimateMergeException [WARNING] - com.clearspring.analytics.stream.quantile.QDigest$1 [WARNING] - com.clearspring.analytics.stream.cardinality.HyperLogLog$HyperLogLogMergeException [WARNING] - 67 more... [WARNING] jackson-databind-2.14.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 768 overlapping classes: [WARNING] - com.fasterxml.jackson.databind.introspect.AnnotationCollector$NoAnnotations [WARNING] - com.fasterxml.jackson.databind.util.internal.PrivateMaxEntriesMap$EntrySet [WARNING] - com.fasterxml.jackson.databind.jsontype.BasicPolymorphicTypeValidator$Builder [WARNING] - com.fasterxml.jackson.databind.BeanDescription [WARNING] - com.fasterxml.jackson.databind.SerializerProvider [WARNING] - com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer [WARNING] - com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap [WARNING] - com.fasterxml.jackson.databind.introspect.AnnotationCollector$OneAnnotation [WARNING] - com.fasterxml.jackson.databind.ser.std.StaticListSerializerBase [WARNING] - com.fasterxml.jackson.databind.ser.std.NumberSerializers$ShortSerializer [WARNING] - 758 more... [WARNING] jt-lookup-1.1.24.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 7 overlapping classes: [WARNING] - it.geosolutions.jaiext.lookup.LookupPropertyGenerator [WARNING] - it.geosolutions.jaiext.lookup.LookupDescriptor [WARNING] - it.geosolutions.jaiext.lookup.LookupTableFactory [WARNING] - it.geosolutions.jaiext.lookup.LookupOpImage [WARNING] - it.geosolutions.jaiext.lookup.LookupCRIF [WARNING] - it.geosolutions.jaiext.lookup.LookupTable [WARNING] - it.geosolutions.jaiext.lookup.LookupTableWrapper [WARNING] kryo-shaded-4.0.2.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 240 overlapping classes: [WARNING] - com.esotericsoftware.kryo.serializers.BeanSerializer$1 [WARNING] - com.esotericsoftware.kryo.Registration [WARNING] - com.esotericsoftware.kryo.serializers.FieldSerializer$CachedFieldNameStrategy$1 [WARNING] - com.esotericsoftware.kryo.serializers.DefaultSerializers$URLSerializer [WARNING] - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.Handler [WARNING] - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.ByteVector [WARNING] - com.esotericsoftware.reflectasm.shaded.org.objectweb.asm.FieldVisitor [WARNING] - com.esotericsoftware.kryo.util.IntMap$Values [WARNING] - com.esotericsoftware.kryo.serializers.DefaultSerializers$IntSerializer [WARNING] - com.esotericsoftware.kryo.serializers.TimeSerializers$DurationSerializer [WARNING] - 230 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, scala-java8-compat_2.12-0.9.1.jar define 685 overlapping classes: [WARNING] - scala.compat.java8.functionConverterImpls.RichFunction0AsSupplier$ [WARNING] - scala.compat.java8.collectionImpl.IntAccumulator$$anon$2 [WARNING] - scala.compat.java8.functionConverterImpls.RichFunction1AsIntToDoubleFunction$ [WARNING] - scala.compat.java8.JFunction3 [WARNING] - scala.compat.java8.converterImpl.StepperStringCodePoint [WARNING] - scala.compat.java8.functionConverterImpls.RichFunction0AsDoubleSupplier$ [WARNING] - scala.compat.java8.JProcedure1 [WARNING] - scala.compat.java8.OptionConverters$RichOptionForJava8$ [WARNING] - scala.compat.java8.functionConverterImpls.RichLongToIntFunctionAsFunction1 [WARNING] - scala.compat.java8.converterImpl.StepsIntFlatHashTable [WARNING] - 675 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, gt-opengis-28.1.jar define 538 overlapping classes: [WARNING] - org.opengis.util.NameSpace [WARNING] - org.opengis.filter.capability.SpatialOperators [WARNING] - org.opengis.filter.FilterFactory2 [WARNING] - org.opengis.geometry.coordinate.Triangle [WARNING] - org.opengis.geometry.primitive.SolidBoundary [WARNING] - org.opengis.filter.temporal.TEquals [WARNING] - org.opengis.referencing.NoSuchIdentifierException [WARNING] - org.opengis.metadata.quality.ThematicClassificationCorrectness [WARNING] - org.opengis.metadata.extent.BoundingPolygon [WARNING] - org.opengis.util.RecordType [WARNING] - 528 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, cqengine-3.0.0.jar define 657 overlapping classes: [WARNING] - com.googlecode.cqengine.persistence.support.sqlite.SQLiteObjectStore [WARNING] - com.googlecode.cqengine.resultset.connective.ResultSetUnion [WARNING] - com.googlecode.cqengine.query.parser.sql.grammar.SQLGrammarBaseListener [WARNING] - com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser$FormalParameterListContext [WARNING] - com.googlecode.cqengine.index.sqlite.SQLiteIndex$1 [WARNING] - com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser$NonWildcardTypeArgumentsOrDiamondContext [WARNING] - com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser$InterfaceBodyContext [WARNING] - com.googlecode.cqengine.query.parser.cqn.grammar.CQNGrammarParser$TypeArgumentContext [WARNING] - com.googlecode.cqengine.index.fallback.FallbackIndex [WARNING] - com.googlecode.cqengine.index.radixinverted.InvertedRadixTreeIndex$1 [WARNING] - 647 more... [WARNING] gt-process-feature-28.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 85 overlapping classes: [WARNING] - org.geotools.process.vector.SimpleProcessingCollection [WARNING] - org.geotools.process.vector.CollectGeometries [WARNING] - org.geotools.process.vector.BarnesSurfaceInterpolator [WARNING] - org.geotools.process.vector.TransformProcess$Definition [WARNING] - org.geotools.process.vector.VectorToRasterProcess$ValueSource [WARNING] - org.geotools.process.vector.InclusionFeatureCollection$IncludedFeatureCollection [WARNING] - org.geotools.process.vector.FeatureClassStats$1 [WARNING] - org.geotools.process.vector.CountProcess [WARNING] - org.geotools.process.vector.CountProcess$AggregationFunction [WARNING] - org.geotools.process.vector.BilinearInterpolator [WARNING] - 75 more... [WARNING] config-1.4.2.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 181 overlapping classes: [WARNING] - com.typesafe.config.impl.Parseable$ParseableString [WARNING] - com.typesafe.config.impl.ResolveMemos [WARNING] - com.typesafe.config.impl.ConfigImpl$DebugHolder [WARNING] - com.typesafe.config.ConfigException$IO [WARNING] - com.typesafe.config.impl.SimpleConfigOrigin [WARNING] - com.typesafe.config.impl.SimpleConfig [WARNING] - com.typesafe.config.ConfigValueType [WARNING] - com.typesafe.config.impl.Tokens$Comment [WARNING] - com.typesafe.config.impl.ConfigNodeRoot [WARNING] - com.typesafe.config.impl.ConfigNumber [WARNING] - 171 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-format-1.1.24.jar define 3 overlapping classes: [WARNING] - it.geosolutions.jaiext.format.FormatDescriptor [WARNING] - it.geosolutions.jaiext.format.JaiI18N [WARNING] - it.geosolutions.jaiext.format.FormatCRIF [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, gt-main-28.1.jar define 1219 overlapping classes: [WARNING] - org.geotools.feature.collection.ClippingFeatureIterator [WARNING] - org.geotools.geometry.jts.GeometryBuilder [WARNING] - org.geotools.filter.function.FilterFunction_in6 [WARNING] - org.geotools.data.store.ContentFeatureCollection [WARNING] - org.geotools.data.DataAccessFactory [WARNING] - org.geotools.data.InProcessLockingManager$MemoryLock [WARNING] - org.geotools.feature.visitor.NearestVisitor$NumberAccumulator [WARNING] - org.geotools.styling.HaloImpl [WARNING] - org.geotools.feature.type.SchemaImpl [WARNING] - org.geotools.data.store.ContentFeatureSource$2 [WARNING] - 1209 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, mango-core-3.0.0.jar define 141 overlapping classes: [WARNING] - org.calrissian.mango.types.encoders.lexi.IPv6ReverseEncoder [WARNING] - org.calrissian.mango.types.encoders.lexi.FloatEncoder [WARNING] - org.calrissian.mango.batch.AbstractBatcher$BatchRunnable [WARNING] - org.calrissian.mango.net.IPv6 [WARNING] - org.calrissian.mango.types.encoders.lexi.IPv6Encoder [WARNING] - org.calrissian.mango.net.MoreInetAddresses [WARNING] - org.calrissian.mango.types.encoders.AbstractInet4AddressEncoder [WARNING] - org.calrissian.mango.types.encoders.AbstractDoubleEncoder [WARNING] - org.calrissian.mango.types.encoders.AbstractEventIdentifierEncoder [WARNING] - org.calrissian.mango.types.encoders.simple.EntityIdentifierEncoder [WARNING] - 131 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, gt-transform-28.1.jar define 18 overlapping classes: [WARNING] - org.geotools.data.transform.TransformFeatureCollection [WARNING] - org.geotools.data.transform.TransformFeatureCollectionWrapper [WARNING] - org.geotools.data.transform.CRSEvaluator [WARNING] - org.geotools.data.transform.TransformFeatureSource [WARNING] - org.geotools.data.transform.Definition [WARNING] - org.geotools.data.transform.TransformFeatureReaderWrapper [WARNING] - org.geotools.data.transform.Transformer [WARNING] - org.geotools.data.transform.DefaultResourceInfo [WARNING] - org.geotools.data.transform.ExpressionTypeEvaluator [WARNING] - org.geotools.data.transform.SingleFeatureSourceDataStore [WARNING] - 8 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jackson-annotations-2.14.1.jar define 72 overlapping classes: [WARNING] - com.fasterxml.jackson.annotation.JsonAutoDetect [WARNING] - com.fasterxml.jackson.annotation.JsonInclude [WARNING] - com.fasterxml.jackson.annotation.ObjectIdGenerators [WARNING] - com.fasterxml.jackson.annotation.JsonFormat$Features [WARNING] - com.fasterxml.jackson.annotation.JsonFormat$Feature [WARNING] - com.fasterxml.jackson.annotation.JsonIgnore [WARNING] - com.fasterxml.jackson.annotation.JsonSetter [WARNING] - com.fasterxml.jackson.annotation.JsonTypeInfo$None [WARNING] - com.fasterxml.jackson.annotation.JsonFormat$Shape [WARNING] - com.fasterxml.jackson.annotation.JsonManagedReference [WARNING] - 62 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, concurrent-trees-2.6.1.jar define 94 overlapping classes: [WARNING] - com.googlecode.concurrenttrees.radix.node.concrete.bytearray.ByteArrayNodeLeafNullValue [WARNING] - com.googlecode.concurrenttrees.radixinverted.InvertedRadixTree [WARNING] - com.googlecode.concurrenttrees.radix.node.concrete.bytearray.ByteArrayNodeNonLeafVoidValue [WARNING] - com.googlecode.concurrenttrees.radix.node.concrete.chararray.CharArrayNodeNonLeafVoidValue [WARNING] - com.googlecode.concurrenttrees.radixinverted.ConcurrentInvertedRadixTree [WARNING] - com.googlecode.concurrenttrees.radix.node.concrete.charsequence.CharSequenceNodeLeafNullValue [WARNING] - com.googlecode.concurrenttrees.radix.node.util.AtomicReferenceArrayListAdapter [WARNING] - com.googlecode.concurrenttrees.suffix.ConcurrentSuffixTree$5 [WARNING] - com.googlecode.concurrenttrees.radixinverted.ConcurrentInvertedRadixTree$3 [WARNING] - com.googlecode.concurrenttrees.radixinverted.ConcurrentInvertedRadixTree$5$1 [WARNING] - 84 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jts-core-1.19.0.jar define 662 overlapping classes: [WARNING] - org.locationtech.jts.operation.overlayng.PolygonBuilder [WARNING] - org.locationtech.jts.triangulate.quadedge.TrianglePredicate [WARNING] - org.locationtech.jts.index.kdtree.KdNodeVisitor [WARNING] - org.locationtech.jts.geom.CoordinateSequences [WARNING] - org.locationtech.jts.triangulate.DelaunayTriangulationBuilder [WARNING] - org.locationtech.jts.io.InStream [WARNING] - org.locationtech.jts.operation.distance.FacetSequence [WARNING] - org.locationtech.jts.operation.overlayng.CoverageUnion [WARNING] - org.locationtech.jts.operation.buffer.validate.BufferCurveMaximumDistanceFinder$MaxMidpointDistanceFilter [WARNING] - org.locationtech.jts.geomgraph.index.SweepLineSegment [WARNING] - 652 more... [WARNING] scala-parser-combinators_2.12-2.1.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 85 overlapping classes: [WARNING] - scala.util.parsing.combinator.Parsers$NoSuccess$ [WARNING] - scala.util.parsing.combinator.Parsers$$anon$6 [WARNING] - scala.util.parsing.combinator.token.Tokens [WARNING] - scala.util.parsing.combinator.PackratParsers$LR [WARNING] - scala.util.parsing.input.OffsetPosition [WARNING] - scala.util.parsing.combinator.Parsers$Success [WARNING] - scala.util.parsing.combinator.RegexParsers$$anon$3 [WARNING] - scala.util.parsing.input.OffsetPosition$ [WARNING] - scala.util.parsing.combinator.PackratParsers$PackratReader [WARNING] - scala.util.parsing.combinator.syntactical.TokenParsers [WARNING] - 75 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, kafka-metadata-2.8.2.jar define 139 overlapping classes: [WARNING] - org.apache.kafka.common.metadata.RegisterBrokerRecordJsonConverter$BrokerFeatureJsonConverter [WARNING] - org.apache.kafka.timeline.TimelineHashMap$Values [WARNING] - org.apache.kafka.timeline.SnapshottableHashTable$HistoricalIterator [WARNING] - org.apache.kafka.timeline.TimelineHashSet$TimelineHashSetEntry [WARNING] - org.apache.kafka.controller.QuorumControllerMetrics$1 [WARNING] - org.apache.kafka.metalog.MetaLogLeader [WARNING] - org.apache.kafka.queue.KafkaEventQueue$EventContext [WARNING] - org.apache.kafka.controller.QuorumController$2 [WARNING] - org.apache.kafka.queue.EventQueue$VoidEvent [WARNING] - org.apache.kafka.controller.Controller [WARNING] - 129 more... [WARNING] commons-pool2-2.6.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 77 overlapping classes: [WARNING] - org.apache.commons.pool2.PoolUtils$ErodingObjectPool [WARNING] - org.apache.commons.pool2.impl.GenericObjectPoolMXBean [WARNING] - org.apache.commons.pool2.proxy.ProxiedKeyedObjectPool [WARNING] - org.apache.commons.pool2.impl.PoolImplUtils [WARNING] - org.apache.commons.pool2.impl.ThrowableCallStack$1 [WARNING] - org.apache.commons.pool2.PooledObject [WARNING] - org.apache.commons.pool2.impl.ThrowableCallStack [WARNING] - org.apache.commons.pool2.PoolUtils$KeyedObjectPoolMinIdleTimerTask [WARNING] - org.apache.commons.pool2.KeyedObjectPool [WARNING] - org.apache.commons.pool2.impl.EvictionPolicy [WARNING] - 67 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, commons-lang3-3.8.1.jar define 272 overlapping classes: [WARNING] - org.apache.commons.lang3.time.StopWatch$State$1 [WARNING] - org.apache.commons.lang3.ThreadUtils$1 [WARNING] - org.apache.commons.lang3.ThreadUtils$ThreadGroupPredicate [WARNING] - org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle [WARNING] - org.apache.commons.lang3.concurrent.AbstractCircuitBreaker [WARNING] - org.apache.commons.lang3.SerializationUtils [WARNING] - org.apache.commons.lang3.time.FastDatePrinter$TwentyFourHourField [WARNING] - org.apache.commons.lang3.LocaleUtils [WARNING] - org.apache.commons.lang3.concurrent.ConcurrentException [WARNING] - org.apache.commons.lang3.CharRange [WARNING] - 262 more... [WARNING] pureconfig-core_2.12-0.17.2.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 218 overlapping classes: [WARNING] - pureconfig.ProductWriters$$anon$16 [WARNING] - pureconfig.Exported [WARNING] - pureconfig.error.FailureReason [WARNING] - pureconfig.BasicWriters$ [WARNING] - pureconfig.ConfigListCursor$ [WARNING] - pureconfig.FactoryCompat$ [WARNING] - pureconfig.ProductReaders$$anon$9 [WARNING] - pureconfig.error.ConvertFailure [WARNING] - pureconfig.error.CannotRead [WARNING] - pureconfig.ProductReaders$$anon$15 [WARNING] - 208 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-feature-common_2.12-4.0.0-SNAPSHOT.jar define 81 overlapping classes: [WARNING] - org.locationtech.geomesa.features.serialization.DimensionalBounds$MultiPolygonBounds$ [WARNING] - org.locationtech.geomesa.features.serialization.TwkbSerialization$XYZMState [WARNING] - org.locationtech.geomesa.features.AbstractSimpleFeature$AbstractMutableSimpleFeature$MutableFeatureIdReference [WARNING] - org.locationtech.geomesa.features.ScalaSimpleFeature$ImmutableLazyUserDataReader [WARNING] - org.locationtech.geomesa.features.serialization.GeoJsonSerializer$ListWriter [WARNING] - org.locationtech.geomesa.features.serialization.GeoJsonSerializer$JsonAttributeWriter [WARNING] - org.locationtech.geomesa.features.serialization.TwkbSerialization$ [WARNING] - org.locationtech.geomesa.features.ScalaSimpleFeature$ [WARNING] - org.locationtech.geomesa.features.ScalaSimpleFeature$LazyUserDataReader [WARNING] - org.locationtech.geomesa.features.ScalaSimpleFeature$LazyImmutableSimpleFeature [WARNING] - 71 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-scale-1.1.24.jar define 8 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.ScaleGeneralOpImage [WARNING] - it.geosolutions.jaiext.scale.ScalePropertyGenerator [WARNING] - it.geosolutions.jaiext.scale.ScaleBicubicOpImage [WARNING] - it.geosolutions.jaiext.scale.ScaleDescriptor [WARNING] - it.geosolutions.jaiext.scale.ScaleNearestOpImage [WARNING] - it.geosolutions.jaiext.scale.ScaleBilinearOpImage [WARNING] - it.geosolutions.jaiext.scale.ScaleOpImage [WARNING] - it.geosolutions.jaiext.scale.ScaleCRIF [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-metrics-core_2.12-4.0.0-SNAPSHOT.jar define 13 overlapping classes: [WARNING] - org.locationtech.geomesa.metrics.core.ReporterFactory$ [WARNING] - org.locationtech.geomesa.metrics.core.Slf4jReporterFactory$anon$lazy$macro$26$1 [WARNING] - org.locationtech.geomesa.metrics.core.ReporterFactory [WARNING] - org.locationtech.geomesa.metrics.core.ConsoleReporterFactory [WARNING] - org.locationtech.geomesa.metrics.core.GeoMesaMetrics$ [WARNING] - org.locationtech.geomesa.metrics.core.Slf4jReporterFactory$Slf4jConfig$ [WARNING] - org.locationtech.geomesa.metrics.core.Slf4jReporterFactory$ [WARNING] - org.locationtech.geomesa.metrics.core.Slf4jReporterFactory$Slf4jConfig [WARNING] - org.locationtech.geomesa.metrics.core.ReporterFactory$ReporterConfig [WARNING] - org.locationtech.geomesa.metrics.core.ReporterFactory$ReporterReader$ [WARNING] - 3 more... [WARNING] jt-shadedrelief-1.1.24.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 24 overlapping classes: [WARNING] - it.geosolutions.jaiext.shadedrelief.ShadedReliefOpImage [WARNING] - it.geosolutions.jaiext.shadedrelief.ShadedReliefAlgorithm$ProcessingCase$3 [WARNING] - it.geosolutions.jaiext.shadedrelief.ShadedReliefRIF [WARNING] - it.geosolutions.jaiext.shadedrelief.ShadedReliefAlgorithm$2 [WARNING] - it.geosolutions.jaiext.shadedrelief.ShadedReliefAlgorithm$ProcessingCase$4 [WARNING] - it.geosolutions.jaiext.shadedrelief.ShadedReliefAlgorithm [WARNING] - it.geosolutions.jaiext.shadedrelief.ShadedReliefAlgorithm$ProcessingCase$5 [WARNING] - it.geosolutions.jaiext.shadedrelief.ShadedReliefAlgorithm$DataProcessorFloat [WARNING] - it.geosolutions.jaiext.shadedrelief.ShadedReliefDescriptor [WARNING] - it.geosolutions.jaiext.shadedrelief.ShadedReliefAlgorithm$DataProcessorDouble [WARNING] - 14 more... [WARNING] org.w3.xlink-28.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 24 overlapping classes: [WARNING] - org.w3.xlink.impl.XlinkPackageImpl$1 [WARNING] - org.w3.xlink.ActuateType [WARNING] - org.w3.xlink.ShowType [WARNING] - org.w3.xlink.TitleEltType [WARNING] - org.w3.xlink.Simple [WARNING] - org.w3.xlink.ResourceType [WARNING] - org.w3.xlink.XlinkPackage$Literals [WARNING] - org.w3.xlink.impl.ArcTypeImpl [WARNING] - org.w3.xlink.impl.DocumentRootImpl [WARNING] - org.w3.xlink.impl.XlinkPackageImpl [WARNING] - 14 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-crop-1.1.24.jar define 4 overlapping classes: [WARNING] - it.geosolutions.jaiext.crop.CropCRIF [WARNING] - it.geosolutions.jaiext.crop.CropOpImage [WARNING] - it.geosolutions.jaiext.crop.CropDescriptor [WARNING] - it.geosolutions.jaiext.crop.CropSpi [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, netty-common-4.1.85.Final.jar define 488 overlapping classes: [WARNING] - io.netty.util.ResourceLeakException [WARNING] - io.netty.util.collection.CharObjectHashMap$KeySet [WARNING] - io.netty.util.Signal$SignalConstant [WARNING] - io.netty.util.NetUtilSubstitutions$NetUtilLocalhostLazyHolder [WARNING] - io.netty.util.concurrent.ImmediateExecutor [WARNING] - io.netty.util.concurrent.DefaultPromise$LeanCancellationException [WARNING] - io.netty.util.AsciiString$CharEqualityComparator [WARNING] - io.netty.util.internal.ResourcesUtil [WARNING] - io.netty.util.AsciiString$AsciiCaseInsensitiveCharEqualityComparator [WARNING] - io.netty.util.collection.LongObjectMap [WARNING] - 478 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-piecewise-1.1.24.jar define 21 overlapping classes: [WARNING] - it.geosolutions.jaiext.piecewise.GenericPiecewiseDescriptor [WARNING] - it.geosolutions.jaiext.piecewise.PiecewiseUtilities [WARNING] - it.geosolutions.jaiext.piecewise.DefaultPiecewiseTransform1DElement [WARNING] - it.geosolutions.jaiext.piecewise.DefaultConstantPiecewiseTransformElement [WARNING] - it.geosolutions.jaiext.piecewise.MathTransformation [WARNING] - it.geosolutions.jaiext.piecewise.SingleDimensionTransformation$ConstantTransform [WARNING] - it.geosolutions.jaiext.piecewise.DefaultLinearPiecewiseTransform1DElement [WARNING] - it.geosolutions.jaiext.piecewise.SingleDimensionTransformation [WARNING] - it.geosolutions.jaiext.piecewise.DefaultPiecewiseTransform1D [WARNING] - it.geosolutions.jaiext.piecewise.PiecewiseTransform1D [WARNING] - 11 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-binarize-1.1.24.jar define 4 overlapping classes: [WARNING] - it.geosolutions.jaiext.binarize.BinarizeDescriptor [WARNING] - it.geosolutions.jaiext.binarize.BinarizeCRIF [WARNING] - it.geosolutions.jaiext.binarize.BinarizeOpImage [WARNING] - it.geosolutions.jaiext.binarize.JaiI18N [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, commons-pool-1.6.jar define 55 overlapping classes: [WARNING] - org.apache.commons.pool.PoolUtils$PoolableObjectFactoryAdaptor [WARNING] - org.apache.commons.pool.impl.GenericObjectPool$1 [WARNING] - org.apache.commons.pool.impl.GenericObjectPool$Latch [WARNING] - org.apache.commons.pool.PoolUtils$ErodingFactor [WARNING] - org.apache.commons.pool.BasePoolableObjectFactory [WARNING] - org.apache.commons.pool.PoolUtils$KeyedPoolableObjectFactoryAdaptor [WARNING] - org.apache.commons.pool.impl.EvictionTimer$PrivilegedGetTccl [WARNING] - org.apache.commons.pool.impl.StackKeyedObjectPool [WARNING] - org.apache.commons.pool.BaseKeyedPoolableObjectFactory [WARNING] - org.apache.commons.pool.impl.GenericKeyedObjectPool$ObjectQueue [WARNING] - 45 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, json-simple-1.1.1.jar define 12 overlapping classes: [WARNING] - org.json.simple.JSONStreamAware [WARNING] - org.json.simple.parser.ContentHandler [WARNING] - org.json.simple.parser.ContainerFactory [WARNING] - org.json.simple.parser.JSONParser [WARNING] - org.json.simple.parser.Yytoken [WARNING] - org.json.simple.JSONObject [WARNING] - org.json.simple.ItemList [WARNING] - org.json.simple.parser.ParseException [WARNING] - org.json.simple.JSONArray [WARNING] - org.json.simple.parser.Yylex [WARNING] - 2 more... [WARNING] scala-collection-compat_2.12-2.3.0.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, scala-library-2.12.13.jar define 2 overlapping classes: [WARNING] - scala.annotation.nowarn [WARNING] - scala.annotation.nowarn$ [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jackson-datatype-jdk8-2.10.5.jar define 22 overlapping classes: [WARNING] - com.fasterxml.jackson.datatype.jdk8.IntStreamSerializer [WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8Module [WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8Serializers [WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8TypeModifier [WARNING] - com.fasterxml.jackson.datatype.jdk8.OptionalIntSerializer [WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8UnwrappingOptionalBeanPropertyWriter [WARNING] - com.fasterxml.jackson.datatype.jdk8.LongStreamSerializer [WARNING] - com.fasterxml.jackson.datatype.jdk8.OptionalDoubleDeserializer [WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8OptionalBeanPropertyWriter [WARNING] - com.fasterxml.jackson.datatype.jdk8.Jdk8BeanSerializerModifier [WARNING] - 12 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, netty-codec-4.1.85.Final.jar define 214 overlapping classes: [WARNING] - io.netty.handler.codec.compression.ZlibUtil [WARNING] - io.netty.handler.codec.compression.Zstd [WARNING] - io.netty.handler.codec.CharSequenceValueConverter [WARNING] - io.netty.handler.codec.compression.Bzip2Encoder$3 [WARNING] - io.netty.handler.codec.DefaultHeaders$1 [WARNING] - io.netty.handler.codec.compression.Bzip2BlockDecompressor [WARNING] - io.netty.handler.codec.compression.Lz4FrameDecoder$1 [WARNING] - io.netty.handler.codec.compression.SnappyFrameDecoder [WARNING] - io.netty.handler.codec.compression.DecompressionException [WARNING] - io.netty.handler.codec.compression.Bzip2DivSufSort$TRBudget [WARNING] - 204 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-scale2-1.1.24.jar define 8 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.Scale2CRIF [WARNING] - it.geosolutions.jaiext.scale.Scale2OpImage [WARNING] - it.geosolutions.jaiext.scale.Scale2Descriptor [WARNING] - it.geosolutions.jaiext.scale.Scale2PropertyGenerator [WARNING] - it.geosolutions.jaiext.scale.Scale2GeneralOpImage [WARNING] - it.geosolutions.jaiext.scale.Scale2BilinearOpImage [WARNING] - it.geosolutions.jaiext.scale.Scale2NearestOpImage [WARNING] - it.geosolutions.jaiext.scale.Scale2BicubicOpImage [WARNING] jackson-core-2.14.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 160 overlapping classes: [WARNING] - com.fasterxml.jackson.core.sym.package-info [WARNING] - com.fasterxml.jackson.core.format.package-info [WARNING] - com.fasterxml.jackson.core.JsonGenerator$Feature [WARNING] - com.fasterxml.jackson.core.json.JsonReadFeature [WARNING] - com.fasterxml.jackson.core.util.ThreadLocalBufferManager$ThreadLocalBufferManagerHolder [WARNING] - com.fasterxml.jackson.core.io.SegmentedStringWriter [WARNING] - com.fasterxml.jackson.core.util.Separators [WARNING] - com.fasterxml.jackson.core.TreeNode [WARNING] - com.fasterxml.jackson.core.sym.Name [WARNING] - com.fasterxml.jackson.core.util.RequestPayload [WARNING] - 150 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, commons-io-2.8.0.jar define 182 overlapping classes: [WARNING] - org.apache.commons.io.FileCleaningTracker [WARNING] - org.apache.commons.io.comparator.SizeFileComparator [WARNING] - org.apache.commons.io.output.BrokenWriter [WARNING] - org.apache.commons.io.input.CloseShieldInputStream [WARNING] - org.apache.commons.io.ByteOrderParser [WARNING] - org.apache.commons.io.filefilter.EmptyFileFilter [WARNING] - org.apache.commons.io.monitor.FileEntry [WARNING] - org.apache.commons.io.output.ThresholdingOutputStream [WARNING] - org.apache.commons.io.input.TailerListener [WARNING] - org.apache.commons.io.IOExceptionWithCause [WARNING] - 172 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-iterators-1.1.24.jar define 19 overlapping classes: [WARNING] - it.geosolutions.jaiext.iterators.RectIterCSMByte [WARNING] - it.geosolutions.jaiext.iterators.RandomIterFallbackByteNoCache [WARNING] - it.geosolutions.jaiext.iterators.RandomIterFallbackLarge [WARNING] - it.geosolutions.jaiext.iterators.RandomIterFallbackShort [WARNING] - it.geosolutions.jaiext.iterators.RandomIterFallbackShortNoCache [WARNING] - it.geosolutions.jaiext.iterators.RandomIterFallbackNoCacheNoArray [WARNING] - it.geosolutions.jaiext.iterators.RectIterFactory [WARNING] - it.geosolutions.jaiext.iterators.RectIterCSMByteABGR [WARNING] - it.geosolutions.jaiext.iterators.nl.RandomIterFallbackLocal [WARNING] - it.geosolutions.jaiext.iterators.nl.RandomIterFallbackLocal$CurrentTile [WARNING] - 9 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, scala-logging_2.12-3.9.5.jar define 17 overlapping classes: [WARNING] - com.typesafe.scalalogging.LoggerTakingImplicit [WARNING] - com.typesafe.scalalogging.CanLog [WARNING] - com.typesafe.scalalogging.LoggerMacro$ [WARNING] - com.typesafe.scalalogging.Logger$ [WARNING] - com.typesafe.scalalogging.AnyLogging [WARNING] - com.typesafe.scalalogging.package$ [WARNING] - com.typesafe.scalalogging.LoggerImpl [WARNING] - com.typesafe.scalalogging.StrictLogging [WARNING] - com.typesafe.scalalogging.package [WARNING] - com.typesafe.scalalogging.LoggerTakingImplicitImpl [WARNING] - 7 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, minlog-1.3.0.jar define 2 overlapping classes: [WARNING] - com.esotericsoftware.minlog.Log [WARNING] - com.esotericsoftware.minlog.Log$Logger [WARNING] accessors-smart-1.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 38 overlapping classes: [WARNING] - net.minidev.asm.BeansAccessBuilder [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - net.minidev.asm.Accessor [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Handler [WARNING] - net.minidev.asm.BasicFiledFilter [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 28 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, reload4j-1.2.22.jar define 217 overlapping classes: [WARNING] - org.apache.log4j.or.sax.AttributesRenderer [WARNING] - org.apache.log4j.pattern.MessagePatternConverter [WARNING] - org.apache.log4j.chainsaw.ControlPanel$3 [WARNING] - org.apache.log4j.pattern.NameAbbreviator$DropElementAbbreviator [WARNING] - org.apache.log4j.BasicConfigurator [WARNING] - org.apache.log4j.rewrite.RewriteAppender [WARNING] - org.apache.log4j.pattern.LoggingEventPatternConverter [WARNING] - org.apache.log4j.NameValue [WARNING] - org.apache.log4j.xml.DOMConfigurator$1 [WARNING] - org.apache.log4j.spi.NOPLoggerRepository [WARNING] - 207 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-security_2.12-4.0.0-SNAPSHOT.jar define 27 overlapping classes: [WARNING] - org.locationtech.geomesa.security.VisibilityEvaluator$VisibilityExpression$ [WARNING] - org.locationtech.geomesa.security.VisibilityEvaluator$VisibilityValue$ [WARNING] - org.locationtech.geomesa.security.VisibilityEvaluator [WARNING] - org.locationtech.geomesa.security.package$ [WARNING] - org.locationtech.geomesa.security.SpringAuditProvider$ [WARNING] - org.locationtech.geomesa.security.AuthUtils$ [WARNING] - org.locationtech.geomesa.security.VisibilityEvaluator$VisibilityOr$ [WARNING] - org.locationtech.geomesa.security.VisibilityEvaluator$VisibilityNone$ [WARNING] - org.locationtech.geomesa.security.SpringAuditProvider [WARNING] - org.locationtech.geomesa.security.filter.VisibilityFilterFunction [WARNING] - 17 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-translate-1.1.24.jar define 5 overlapping classes: [WARNING] - it.geosolutions.jaiext.translate.TranslateIntOpImage [WARNING] - it.geosolutions.jaiext.translate.TranslateCRIF [WARNING] - it.geosolutions.jaiext.translate.TranslatePropertyGenerator [WARNING] - it.geosolutions.jaiext.translate.JaiI18N [WARNING] - it.geosolutions.jaiext.translate.TranslateDescriptor [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-cqengine_2.12-4.0.0-SNAPSHOT.jar define 94 overlapping classes: [WARNING] - org.locationtech.geomesa.memory.cqengine.utils.BuildDateLTEQuery$ [WARNING] - org.locationtech.geomesa.memory.cqengine.index.param.BucketIndexParam [WARNING] - org.locationtech.geomesa.memory.cqengine.utils.BuildDoubleLTQuery$ [WARNING] - org.locationtech.geomesa.memory.cqengine.utils.BuildLongLTQuery$ [WARNING] - org.locationtech.geomesa.memory.cqengine.utils.BuildLongLTEQuery$ [WARNING] - org.locationtech.geomesa.memory.cqengine.utils.BuildLongGTEQuery$ [WARNING] - org.locationtech.geomesa.memory.cqengine.query.Intersects [WARNING] - org.locationtech.geomesa.memory.cqengine.index.GeoIndex [WARNING] - org.locationtech.geomesa.memory.cqengine.utils.BuildDateGTQuery$ [WARNING] - org.locationtech.geomesa.memory.cqengine.index.GeoIndexType [WARNING] - 84 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, curator-client-4.3.0.jar define 2026 overlapping classes: [WARNING] - org.apache.curator.shaded.com.google.common.hash.MessageDigestHashFunction [WARNING] - org.apache.curator.shaded.com.google.common.collect.ForwardingIterator [WARNING] - org.apache.curator.shaded.com.google.common.collect.Cut$1 [WARNING] - org.apache.curator.shaded.com.google.common.base.Ascii [WARNING] - org.apache.curator.shaded.com.google.common.collect.HashBiMap$KeySet [WARNING] - org.apache.curator.shaded.com.google.common.util.concurrent.CycleDetectingLockFactory [WARNING] - org.apache.curator.shaded.com.google.common.collect.LexicographicalOrdering [WARNING] - org.apache.curator.shaded.com.google.common.util.concurrent.SmoothRateLimiter$SmoothWarmingUp [WARNING] - org.apache.curator.shaded.com.google.common.cache.LocalCache$WriteQueue$2 [WARNING] - org.apache.curator.shaded.com.google.common.collect.ConcurrentHashMultiset$2 [WARNING] - 2016 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-vectorbin-1.1.24.jar define 5 overlapping classes: [WARNING] - it.geosolutions.jaiext.vectorbin.ROIGeometry$1 [WARNING] - it.geosolutions.jaiext.vectorbin.ROIGeometry [WARNING] - it.geosolutions.jaiext.vectorbin.VectorBinarizeRIF [WARNING] - it.geosolutions.jaiext.vectorbin.VectorBinarizeDescriptor [WARNING] - it.geosolutions.jaiext.vectorbin.VectorBinarizeOpImage [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, arrow-format-11.0.0.jar define 93 overlapping classes: [WARNING] - org.apache.arrow.flatbuf.SparseTensor [WARNING] - org.apache.arrow.flatbuf.Duration [WARNING] - org.apache.arrow.flatbuf.LargeBinary [WARNING] - org.apache.arrow.flatbuf.Time [WARNING] - org.apache.arrow.flatbuf.SparseTensorIndex [WARNING] - org.apache.arrow.flatbuf.DictionaryEncoding$Vector [WARNING] - org.apache.arrow.flatbuf.Utf8$Vector [WARNING] - org.apache.arrow.flatbuf.Utf8 [WARNING] - org.apache.arrow.flatbuf.KeyValue$Vector [WARNING] - org.apache.arrow.flatbuf.FixedSizeBinary$Vector [WARNING] - 83 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-bandcombine-1.1.24.jar define 4 overlapping classes: [WARNING] - it.geosolutions.jaiext.bandcombine.JaiI18N [WARNING] - it.geosolutions.jaiext.bandcombine.BandCombineOpImage [WARNING] - it.geosolutions.jaiext.bandcombine.BandCombineCRIF [WARNING] - it.geosolutions.jaiext.bandcombine.BandCombineDescriptor [WARNING] argparse4j-0.7.0.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 59 overlapping classes: [WARNING] - net.sourceforge.argparse4j.impl.action.StoreConstArgumentAction [WARNING] - net.sourceforge.argparse4j.inf.ArgumentParserException [WARNING] - net.sourceforge.argparse4j.internal.UnrecognizedArgumentException [WARNING] - net.sourceforge.argparse4j.impl.type.EnumArgumentType [WARNING] - net.sourceforge.argparse4j.internal.UnrecognizedCommandException [WARNING] - net.sourceforge.argparse4j.impl.action.StoreTrueArgumentAction [WARNING] - net.sourceforge.argparse4j.impl.type.StringArgumentType [WARNING] - net.sourceforge.argparse4j.helper.TextWidthCounter [WARNING] - net.sourceforge.argparse4j.inf.ArgumentGroup [WARNING] - net.sourceforge.argparse4j.impl.action.StoreArgumentAction [WARNING] - 49 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, slf4j-reload4j-1.7.36.jar define 6 overlapping classes: [WARNING] - org.slf4j.impl.Reload4jLoggerAdapter [WARNING] - org.slf4j.impl.StaticMarkerBinder [WARNING] - org.slf4j.impl.Reload4jLoggerFactory [WARNING] - org.slf4j.impl.StaticLoggerBinder [WARNING] - org.slf4j.impl.StaticMDCBinder [WARNING] - org.slf4j.impl.Reload4jMDCAdapter [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, javax.inject-1.jar define 6 overlapping classes: [WARNING] - javax.inject.Inject [WARNING] - javax.inject.Singleton [WARNING] - javax.inject.Scope [WARNING] - javax.inject.Named [WARNING] - javax.inject.Provider [WARNING] - javax.inject.Qualifier [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, kafka-raft-2.8.2.jar define 88 overlapping classes: [WARNING] - org.apache.kafka.raft.KafkaRaftClient [WARNING] - org.apache.kafka.raft.LeaderAndEpoch [WARNING] - org.apache.kafka.raft.LogAppendInfo [WARNING] - org.apache.kafka.snapshot.RawSnapshotReader [WARNING] - org.apache.kafka.raft.RequestManager [WARNING] - org.apache.kafka.raft.LeaderState [WARNING] - org.apache.kafka.raft.OffsetMetadata [WARNING] - org.apache.kafka.raft.internals.ThresholdPurgatory [WARNING] - org.apache.kafka.raft.internals.BatchAccumulator$SimpleTimer [WARNING] - org.apache.kafka.raft.ReplicatedLog [WARNING] - 78 more... [WARNING] snappy-java-1.1.8.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 45 overlapping classes: [WARNING] - org.xerial.snappy.pool.DirectByteBuffers$2 [WARNING] - org.xerial.snappy.SnappyHadoopCompatibleOutputStream [WARNING] - org.xerial.snappy.buffer.DefaultBufferAllocator$1 [WARNING] - org.xerial.snappy.SnappyOutputStream [WARNING] - org.xerial.snappy.SnappyFramedOutputStream [WARNING] - org.xerial.snappy.SnappyError [WARNING] - org.xerial.snappy.SnappyFramedInputStream$FrameAction [WARNING] - org.xerial.snappy.pure.PureJavaSnappy [WARNING] - org.xerial.snappy.SnappyFramed [WARNING] - org.xerial.snappy.SnappyException [WARNING] - 35 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jakarta.annotation-api-1.3.4.jar define 15 overlapping classes: [WARNING] - javax.annotation.ManagedBean [WARNING] - javax.annotation.PreDestroy [WARNING] - javax.annotation.Resource$AuthenticationType [WARNING] - javax.annotation.Generated [WARNING] - javax.annotation.security.DeclareRoles [WARNING] - javax.annotation.Priority [WARNING] - javax.annotation.Resource [WARNING] - javax.annotation.security.DenyAll [WARNING] - javax.annotation.security.RunAs [WARNING] - javax.annotation.sql.DataSourceDefinitions [WARNING] - 5 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, arrow-memory-netty-11.0.0.jar define 14 overlapping classes: [WARNING] - org.apache.arrow.memory.NettyAllocationManager$1 [WARNING] - org.apache.arrow.memory.ArrowByteBufAllocator [WARNING] - io.netty.buffer.UnsafeDirectLittleEndian [WARNING] - io.netty.buffer.ExpandableByteBuf [WARNING] - org.apache.arrow.memory.NettyAllocationManager [WARNING] - org.apache.arrow.memory.DefaultAllocationManagerFactory [WARNING] - io.netty.buffer.NettyArrowBuf [WARNING] - io.netty.buffer.PooledByteBufAllocatorL$InnerAllocator [WARNING] - io.netty.buffer.PooledByteBufAllocatorL$AccountedUnsafeDirectLittleEndian [WARNING] - io.netty.buffer.MutableWrappedByteBuf [WARNING] - 4 more... [WARNING] arrow-vector-11.0.0.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 702 overlapping classes: [WARNING] - org.apache.arrow.vector.UInt4Vector$TransferImpl [WARNING] - org.apache.arrow.vector.compression.CompressionCodec$Factory [WARNING] - org.apache.arrow.vector.holders.NullableTimeStampMilliTZHolder [WARNING] - org.apache.arrow.vector.complex.impl.AbstractBaseReader [WARNING] - org.apache.arrow.vector.TimeMicroVector$TransferImpl [WARNING] - org.apache.arrow.vector.holders.RepeatedStructHolder [WARNING] - org.apache.arrow.vector.complex.impl.IntervalYearWriterImpl [WARNING] - org.apache.arrow.vector.complex.impl.TimeStampSecTZReaderImpl [WARNING] - org.apache.arrow.vector.complex.reader.FieldReader [WARNING] - org.apache.arrow.vector.holders.UnionHolder [WARNING] - 692 more... [WARNING] audience-annotations-0.5.0.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 13 overlapping classes: [WARNING] - org.apache.yetus.audience.InterfaceAudience$Private [WARNING] - org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet [WARNING] - org.apache.yetus.audience.tools.RootDocProcessor [WARNING] - org.apache.yetus.audience.InterfaceAudience$LimitedPrivate [WARNING] - org.apache.yetus.audience.InterfaceAudience$Public [WARNING] - org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet [WARNING] - org.apache.yetus.audience.tools.StabilityOptions [WARNING] - org.apache.yetus.audience.InterfaceStability$Stable [WARNING] - org.apache.yetus.audience.InterfaceStability$Unstable [WARNING] - org.apache.yetus.audience.InterfaceStability [WARNING] - 3 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, slf4j-api-1.7.36.jar define 34 overlapping classes: [WARNING] - org.slf4j.helpers.SubstituteLogger [WARNING] - org.slf4j.helpers.NamedLoggerBase [WARNING] - org.slf4j.helpers.NOPMDCAdapter [WARNING] - org.slf4j.MarkerFactory [WARNING] - org.slf4j.spi.LoggerFactoryBinder [WARNING] - org.slf4j.helpers.BasicMarker [WARNING] - org.slf4j.MDC$MDCCloseable [WARNING] - org.slf4j.spi.LocationAwareLogger [WARNING] - org.slf4j.helpers.MessageFormatter [WARNING] - org.slf4j.helpers.Util$ClassContextSecurityManager [WARNING] - 24 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, gson-2.10.jar define 217 overlapping classes: [WARNING] - com.google.gson.internal.bind.JsonTreeWriter [WARNING] - com.google.gson.internal.sql.SqlTimeTypeAdapter$1 [WARNING] - com.google.gson.internal.ConstructorConstructor$18 [WARNING] - com.google.gson.internal.UnsafeAllocator$2 [WARNING] - com.google.gson.internal.Primitives [WARNING] - com.google.gson.JsonNull [WARNING] - com.google.gson.Gson$3 [WARNING] - com.google.gson.ReflectionAccessFilter$3 [WARNING] - com.google.gson.internal.bind.TypeAdapters$17 [WARNING] - com.google.gson.internal.bind.TypeAdapters$25 [WARNING] - 207 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, zookeeper-jute-3.5.10.jar define 111 overlapping classes: [WARNING] - org.apache.zookeeper.proto.GetMaxChildrenRequest [WARNING] - org.apache.jute.compiler.JavaGenerator [WARNING] - org.apache.jute.XmlInputArchive$XMLParser [WARNING] - org.apache.jute.CsvInputArchive$1 [WARNING] - org.apache.zookeeper.proto.SetACLRequest [WARNING] - org.apache.jute.compiler.JLong [WARNING] - org.apache.zookeeper.server.quorum.QuorumPacket [WARNING] - org.apache.zookeeper.proto.SetSASLRequest [WARNING] - org.apache.zookeeper.data.Id [WARNING] - org.apache.zookeeper.proto.SyncRequest [WARNING] - 101 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, error_prone_annotations-2.10.0.jar define 25 overlapping classes: [WARNING] - com.google.errorprone.annotations.DoNotCall [WARNING] - com.google.errorprone.annotations.MustBeClosed [WARNING] - com.google.errorprone.annotations.SuppressPackageLocation [WARNING] - com.google.errorprone.annotations.FormatMethod [WARNING] - com.google.errorprone.annotations.CheckReturnValue [WARNING] - com.google.errorprone.annotations.DoNotMock [WARNING] - com.google.errorprone.annotations.RequiredModifiers [WARNING] - com.google.errorprone.annotations.CanIgnoreReturnValue [WARNING] - com.google.errorprone.annotations.concurrent.GuardedBy [WARNING] - com.google.errorprone.annotations.OverridingMethodsMustInvokeSuper [WARNING] - 15 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, curator-framework-4.3.0.jar define 279 overlapping classes: [WARNING] - org.apache.curator.framework.api.AddStatConfigEnsembleable [WARNING] - org.apache.curator.framework.api.transaction.CuratorMultiTransaction [WARNING] - org.apache.curator.framework.imps.CuratorFrameworkImpl$4 [WARNING] - org.apache.curator.framework.api.CreateModable [WARNING] - org.apache.curator.framework.imps.PathAndBytes [WARNING] - org.apache.curator.framework.imps.CreateBuilderImpl$12$1 [WARNING] - org.apache.curator.framework.imps.ExistsBuilderImpl [WARNING] - org.apache.curator.framework.api.transaction.TransactionDeleteBuilder [WARNING] - org.apache.curator.framework.imps.CuratorMultiTransactionRecord [WARNING] - org.apache.curator.framework.imps.OperationAndData [WARNING] - 269 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, gt-shapefile-28.1.jar define 103 overlapping classes: [WARNING] - org.geotools.data.shapefile.dbf.DbaseFileWriter [WARNING] - org.geotools.data.shapefile.index.quadtree.LazySearchIterator$Indices [WARNING] - org.geotools.data.shapefile.index.quadtree.QuadTree [WARNING] - org.geotools.data.shapefile.shp.ShapefileReader [WARNING] - org.geotools.data.shapefile.files.MemoryMapCache [WARNING] - org.geotools.data.shapefile.ShapefileIndexerBoundsHelper$BoundsReader [WARNING] - org.geotools.data.shapefile.index.CachedQuadTree$Indices [WARNING] - org.geotools.data.shapefile.files.MemoryMapCache$MappingKey [WARNING] - org.geotools.data.shapefile.ShapefileDataStoreFactory$2 [WARNING] - org.geotools.data.shapefile.fid.IndexedFidWriter$1 [WARNING] - 93 more... [WARNING] parboiled-scala_2.12-1.3.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 91 overlapping classes: [WARNING] - org.parboiled.scala.rules.Rule4 [WARNING] - org.parboiled.scala.parserunners.Rules [WARNING] - org.parboiled.scala.rules.ReductionRule1_7 [WARNING] - org.parboiled.scala.rules.ReductionRule3_7 [WARNING] - org.parboiled.scala.rules.ReductionRule2 [WARNING] - org.parboiled.scala.utils.Predicate [WARNING] - org.parboiled.scala.Parser [WARNING] - org.parboiled.scala.rules.ReductionRule2_5 [WARNING] - org.parboiled.scala.Input$ [WARNING] - org.parboiled.scala.package$$anon$2 [WARNING] - 81 more... [WARNING] geomesa-z3_2.12-4.0.0-SNAPSHOT.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 70 overlapping classes: [WARNING] - org.locationtech.geomesa.curve.LegacyZ3SFC [WARNING] - org.locationtech.geomesa.curve.XZ3SFC [WARNING] - org.locationtech.geomesa.curve.TimePeriod$ [WARNING] - org.locationtech.geomesa.zorder.sfcurve.package$IndexRange$IndexRangeOrdering [WARNING] - org.locationtech.geomesa.curve.LegacyZ2SFC$ [WARNING] - org.locationtech.geomesa.curve.XZ3SFC$XElement [WARNING] - org.locationtech.geomesa.curve.NormalizedDimension [WARNING] - org.locationtech.geomesa.curve.LegacyYearZ3SFC$ [WARNING] - org.locationtech.geomesa.zorder.sfcurve.package$ZRange [WARNING] - org.locationtech.geomesa.curve.NormalizedDimension$NormalizedLat [WARNING] - 60 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-rescale-1.1.24.jar define 4 overlapping classes: [WARNING] - it.geosolutions.jaiext.rescale.RescaleCRIF [WARNING] - it.geosolutions.jaiext.rescale.RescaleOpImage [WARNING] - it.geosolutions.jaiext.rescale.RescaleDescriptor [WARNING] - it.geosolutions.jaiext.rescale.RescalePropertyGenerator [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, gt-metadata-28.1.jar define 355 overlapping classes: [WARNING] - org.geotools.metadata.iso.citation.ContactImpl [WARNING] - org.geotools.metadata.i18n.DescriptionKeys [WARNING] - org.geotools.metadata.iso.FeatureCatalogueDescriptionImpl [WARNING] - org.geotools.util.logging.Logging$LogLevel [WARNING] - org.geotools.metadata.i18n.Errors_el [WARNING] - org.geotools.util.logging.LoggedFormat [WARNING] - org.geotools.util.decorate.AbstractDecorator [WARNING] - org.geotools.metadata.math.Polynom [WARNING] - org.geotools.metadata.iso.distribution.StandardOrderProcessImpl [WARNING] - org.geotools.util.factory.RecursionCheckingHelper [WARNING] - 345 more... [WARNING] uom-lib-common-2.0.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 31 overlapping classes: [WARNING] - tech.uom.lib.common.function.DoubleFactorSupplier [WARNING] - tech.uom.lib.common.function.IntBaseSupplier [WARNING] - tech.uom.lib.common.function.MinimumSupplier [WARNING] - tech.uom.lib.common.util.DescriptiveEnum [WARNING] - tech.uom.lib.common.function.QuantityConverter [WARNING] - tech.uom.lib.common.function.IntMaximumSupplier [WARNING] - tech.uom.lib.common.function.Parser [WARNING] - tech.uom.lib.common.function.MaximumSupplier [WARNING] - tech.uom.lib.common.function.IntExponentSupplier [WARNING] - tech.uom.lib.common.function.UnitConverterSupplier [WARNING] - 21 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, flatbuffers-java-1.12.0.jar define 45 overlapping classes: [WARNING] - com.google.flatbuffers.Utf8Safe [WARNING] - com.google.flatbuffers.FlexBuffers$Sized [WARNING] - com.google.flatbuffers.ByteVector [WARNING] - com.google.flatbuffers.ShortVector [WARNING] - com.google.flatbuffers.IntVector [WARNING] - com.google.flatbuffers.FlatBufferBuilder$ByteBufferFactory [WARNING] - com.google.flatbuffers.Utf8 [WARNING] - com.google.flatbuffers.FlatBufferBuilder$HeapByteBufferFactory [WARNING] - com.google.flatbuffers.FlexBuffersBuilder [WARNING] - com.google.flatbuffers.Utf8Old$Cache [WARNING] - 35 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, caffeine-2.9.3.jar define 692 overlapping classes: [WARNING] - com.github.benmanes.caffeine.cache.WSMSR [WARNING] - com.github.benmanes.caffeine.cache.SSLAR [WARNING] - com.github.benmanes.caffeine.cache.AccessOrderDeque [WARNING] - com.github.benmanes.caffeine.cache.SSLSMSAW [WARNING] - com.github.benmanes.caffeine.cache.PSAMW [WARNING] - com.github.benmanes.caffeine.cache.RemovalCause$1 [WARNING] - com.github.benmanes.caffeine.cache.SIMWW [WARNING] - com.github.benmanes.caffeine.cache.UnsafeAccess [WARNING] - com.github.benmanes.caffeine.cache.SIMSW [WARNING] - com.github.benmanes.caffeine.cache.WSMWWR [WARNING] - 682 more... [WARNING] gt-coverage-28.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 230 overlapping classes: [WARNING] - org.geotools.coverage.processing.operation.Mosaic$GridGeometryPolicy$1 [WARNING] - org.geotools.coverage.processing.operation.SubtractConst [WARNING] - org.geotools.image.palette.CustomPaletteBuilder [WARNING] - org.geotools.coverage.grid.io.imageio.IIOMetadataDumper [WARNING] - org.geotools.coverage.grid.io.footprint.MultiLevelROI [WARNING] - org.geotools.image.test.ImageComparator$Mode [WARNING] - org.geotools.coverage.processing.CoverageProcessor$CacheableCoverageProcessor [WARNING] - org.geotools.coverage.grid.io.footprint.MultiLevelROIProviderFactory [WARNING] - org.geotools.image.DrawableBitSet [WARNING] - org.geotools.image.palette.ColorInversion [WARNING] - 220 more... [WARNING] scala-xml_2.12-2.1.0.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 201 overlapping classes: [WARNING] - scala.xml.PrettyPrinter$Para [WARNING] - scala.xml.Group$ [WARNING] - scala.xml.MetaData [WARNING] - scala.xml.MalformedAttributeException [WARNING] - scala.xml.dtd.DFAContentModel [WARNING] - scala.xml.dtd.impl.DetWordAutom [WARNING] - scala.xml.include.CircularIncludeException [WARNING] - scala.xml.dtd.NoExternalID [WARNING] - scala.xml.dtd.DocType [WARNING] - scala.xml.dtd.impl.Inclusion [WARNING] - 191 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-bandselect-1.1.24.jar define 4 overlapping classes: [WARNING] - it.geosolutions.jaiext.bandselect.BandSelectCRIF [WARNING] - it.geosolutions.jaiext.bandselect.BandSelectDescriptor [WARNING] - it.geosolutions.jaiext.bandselect.BandSelectOpImage [WARNING] - it.geosolutions.jaiext.bandselect.JaiI18N [WARNING] commons-cli-1.4.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 27 overlapping classes: [WARNING] - org.apache.commons.cli.HelpFormatter$OptionComparator [WARNING] - org.apache.commons.cli.ParseException [WARNING] - org.apache.commons.cli.OptionValidator [WARNING] - org.apache.commons.cli.UnrecognizedOptionException [WARNING] - org.apache.commons.cli.Parser [WARNING] - org.apache.commons.cli.GnuParser [WARNING] - org.apache.commons.cli.PatternOptionBuilder [WARNING] - org.apache.commons.cli.Option [WARNING] - org.apache.commons.cli.CommandLine [WARNING] - org.apache.commons.cli.BasicParser [WARNING] - 17 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, GeographicLib-Java-1.49.jar define 18 overlapping classes: [WARNING] - net.sf.geographiclib.PolygonArea [WARNING] - net.sf.geographiclib.Geodesic$1 [WARNING] - net.sf.geographiclib.Pair [WARNING] - net.sf.geographiclib.GeographicErr [WARNING] - net.sf.geographiclib.Accumulator [WARNING] - net.sf.geographiclib.Geodesic$InverseData [WARNING] - net.sf.geographiclib.Geodesic$Lambda12V [WARNING] - net.sf.geographiclib.GeodesicData [WARNING] - net.sf.geographiclib.Constants [WARNING] - net.sf.geographiclib.Geodesic [WARNING] - 8 more... [WARNING] ejml-fsparse-0.41.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 34 overlapping classes: [WARNING] - org.ejml.sparse.csc.mult.Workspace_MT_FSCC [WARNING] - org.ejml.sparse.csc.misc.ImplCommonOpsWithSemiRing_FSCC [WARNING] - org.ejml.sparse.triplet.RandomMatrices_FSTL [WARNING] - org.ejml.sparse.csc.linsol.chol.LinearSolverCholesky_FSCC [WARNING] - org.ejml.sparse.csc.CommonOpsWithSemiRing_FSCC [WARNING] - org.ejml.sparse.csc.mult.MatrixVectorMultWithSemiRing_FSCC [WARNING] - org.ejml.sparse.csc.MatrixFeatures_FSCC [WARNING] - org.ejml.sparse.csc.CommonOps_FSCC [WARNING] - org.ejml.sparse.csc.decomposition.qr.QrHelperFunctions_FSCC [WARNING] - org.ejml.sparse.csc.factory.FillReductionFactory_FSCC$2 [WARNING] - 24 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, spatial4j-0.8.jar define 109 overlapping classes: [WARNING] - org.locationtech.spatial4j.io.jackson.ShapesAsGeoJSONModule [WARNING] - org.locationtech.spatial4j.distance.DistanceUtils [WARNING] - org.locationtech.spatial4j.io.ShapeReader [WARNING] - org.locationtech.spatial4j.io.PolyshapeReader$XReader [WARNING] - org.locationtech.spatial4j.distance.GeodesicSphereDistCalc$LawOfCosines [WARNING] - org.locationtech.spatial4j.shape.jts.JtsShapeFactory$JtsMultiPolygonBuilder [WARNING] - org.locationtech.spatial4j.shape.impl.BufferedLineString [WARNING] - org.locationtech.spatial4j.io.PolyshapeWriter [WARNING] - org.locationtech.spatial4j.shape.jts.JtsShapeFactory$JtsMultiPointBuilder [WARNING] - org.locationtech.spatial4j.shape.jts.JtsShapeFactory$JtsPolygonBuilder [WARNING] - 99 more... [WARNING] re2j-1.6.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 47 overlapping classes: [WARNING] - com.google.re2j.Parser$1 [WARNING] - com.google.re2j.Prog [WARNING] - com.google.re2j.RE2$ReplaceFunc [WARNING] - com.google.re2j.RE2$DeliverFunc [WARNING] - com.google.re2j.UnicodeTables [WARNING] - com.google.re2j.Parser [WARNING] - com.google.re2j.RE2$10 [WARNING] - com.google.re2j.Utils [WARNING] - com.google.re2j.Compiler [WARNING] - com.google.re2j.PatternSyntaxException [WARNING] - 37 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, metrics-core-3.2.6.jar define 127 overlapping classes: [WARNING] - com.codahale.metrics.JmxReporter$JmxGaugeMBean [WARNING] - com.codahale.metrics.ThreadLocalRandomProxy$InternalProvider [WARNING] - com.codahale.metrics.JmxReporter [WARNING] - com.codahale.metrics.EWMA [WARNING] - com.codahale.metrics.Gauge [WARNING] - com.codahale.metrics.JmxReporter$JmxCounterMBean [WARNING] - com.codahale.metrics.MetricRegistry$MetricBuilder$1 [WARNING] - com.codahale.metrics.MetricFilter$1 [WARNING] - com.codahale.metrics.MetricRegistry$3 [WARNING] - com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable [WARNING] - 117 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, geomesa-filter_2.12-4.0.0-SNAPSHOT.jar define 95 overlapping classes: [WARNING] - org.locationtech.geomesa.filter.expression.FastTemporalOperator$FastBeforeExpression [WARNING] - org.locationtech.geomesa.filter.visitor.BoundsFilterVisitor [WARNING] - org.locationtech.geomesa.filter.expression.OrSequentialEquality$OrSequentialListEquality [WARNING] - org.locationtech.geomesa.filter.package$ [WARNING] - org.locationtech.geomesa.filter.expression.FastPropertyIsEqualTo$FastListIsEqualToAny [WARNING] - org.locationtech.geomesa.filter.index.BucketIndexSupport [WARNING] - org.locationtech.geomesa.filter.expression.AttributeExpression$FunctionLiteral [WARNING] - org.locationtech.geomesa.filter.GeometryProcessing [WARNING] - org.locationtech.geomesa.filter.FilterHelper$ [WARNING] - org.locationtech.geomesa.filter.expression.AttributeExpression$PropertyLiteral [WARNING] - 85 more... [WARNING] jt-stats-1.1.24.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 18 overlapping classes: [WARNING] - it.geosolutions.jaiext.stats.VarianceStd [WARNING] - it.geosolutions.jaiext.stats.Median [WARNING] - it.geosolutions.jaiext.stats.HistogramMode [WARNING] - it.geosolutions.jaiext.stats.Min [WARNING] - it.geosolutions.jaiext.stats.ComplexStatsOpImage [WARNING] - it.geosolutions.jaiext.stats.SimpleStatsOpImage [WARNING] - it.geosolutions.jaiext.stats.StatisticsDescriptor [WARNING] - it.geosolutions.jaiext.stats.Extrema [WARNING] - it.geosolutions.jaiext.stats.StatisticsPropertyGenerator [WARNING] - it.geosolutions.jaiext.stats.StatsFactory [WARNING] - 8 more... [WARNING] geomesa-utils_2.12-4.0.0-SNAPSHOT.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 617 overlapping classes: [WARNING] - org.locationtech.geomesa.utils.conf.SemanticVersion$MinorOrdering$ [WARNING] - org.locationtech.geomesa.utils.io.fs.FileSystemDelegate$ [WARNING] - org.locationtech.geomesa.utils.stats.Timing [WARNING] - org.locationtech.geomesa.utils.io.IsCloseableImplicits$ExecutorServiceIsCloseable [WARNING] - org.locationtech.geomesa.utils.index.TemporalIndexCheck [WARNING] - org.locationtech.geomesa.utils.io.IsFlushableImplicits [WARNING] - org.locationtech.geomesa.utils.clearspring.StreamSummary$Counter [WARNING] - org.locationtech.geomesa.utils.geotools.GeoMesaParam$ReadWriteFlag$WriteOnly$ [WARNING] - org.locationtech.geomesa.utils.stats.CountStat$ [WARNING] - org.locationtech.geomesa.utils.stats.MinMax$MinMaxLong$ [WARNING] - 607 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, paranamer-2.8.jar define 21 overlapping classes: [WARNING] - com.thoughtworks.paranamer.PositionalParanamer [WARNING] - com.thoughtworks.paranamer.JavadocParanamer [WARNING] - com.thoughtworks.paranamer.BytecodeReadingParanamer [WARNING] - com.thoughtworks.paranamer.BytecodeReadingParanamer$Type [WARNING] - com.thoughtworks.paranamer.BytecodeReadingParanamer$1 [WARNING] - com.thoughtworks.paranamer.JavadocParanamer$DirJavadocProvider [WARNING] - com.thoughtworks.paranamer.AnnotationParanamer$Jsr330Helper [WARNING] - com.thoughtworks.paranamer.BytecodeReadingParanamer$TypeCollector [WARNING] - com.thoughtworks.paranamer.AnnotationParanamer [WARNING] - com.thoughtworks.paranamer.NullParanamer [WARNING] - 11 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, gt-process-28.1.jar define 37 overlapping classes: [WARNING] - org.geotools.process.ProcessFactory [WARNING] - org.geotools.process.impl.AbstractProcess [WARNING] - org.geotools.process.ProgressTask$Synchronizer [WARNING] - org.geotools.process.classify.ClassificationStats [WARNING] - org.geotools.process.Processors$CallableProgressListener [WARNING] - org.geotools.process.factory.AnnotationDrivenProcessFactory$InvokeMethodProcess [WARNING] - org.geotools.process.factory.AnnotationDrivenProcessFactory [WARNING] - org.geotools.process.gs.WrappingIterator [WARNING] - org.geotools.process.ProgressTask [WARNING] - org.geotools.process.factory.DescribeParameter [WARNING] - 27 more... [WARNING] netty-transport-native-unix-common-4.1.85.Final.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 32 overlapping classes: [WARNING] - io.netty.channel.unix.DomainDatagramChannelConfig [WARNING] - io.netty.channel.unix.GenericUnixChannelOption [WARNING] - io.netty.channel.unix.RawUnixChannelOption [WARNING] - io.netty.channel.unix.IovArray [WARNING] - io.netty.channel.unix.Socket [WARNING] - io.netty.channel.unix.NativeInetAddress [WARNING] - io.netty.channel.unix.DomainDatagramPacket [WARNING] - io.netty.channel.unix.LimitsStaticallyReferencedJniMethods [WARNING] - io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods [WARNING] - io.netty.channel.unix.UnixChannel [WARNING] - 22 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, json4s-ast_2.12-3.6.12.jar define 52 overlapping classes: [WARNING] - org.json4s.Merge$Mergeable [WARNING] - org.json4s.Merge$Mergeable$MergeSyntax [WARNING] - org.json4s.JsonAST$JBool$ [WARNING] - org.json4s.JsonAST$JField$ [WARNING] - org.json4s.JsonAST$JString [WARNING] - org.json4s.JsonAST$JSet$ [WARNING] - org.json4s.JsonAST [WARNING] - org.json4s.JsonAST$JObject [WARNING] - org.json4s.JsonDSL$ [WARNING] - org.json4s.LowPriorityMergeDep [WARNING] - 42 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jopt-simple-5.0.4.jar define 59 overlapping classes: [WARNING] - joptsimple.util.PathProperties$4 [WARNING] - joptsimple.internal.Classes [WARNING] - joptsimple.util.PathConverter [WARNING] - joptsimple.OptionDeclarer [WARNING] - joptsimple.OptionMissingRequiredArgumentException [WARNING] - joptsimple.internal.SimpleOptionNameMap [WARNING] - joptsimple.util.EnumConverter [WARNING] - joptsimple.OptionParserState [WARNING] - joptsimple.OptionParserState$2 [WARNING] - joptsimple.ParserRules [WARNING] - 49 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, metrics-core-2.2.0.jar define 72 overlapping classes: [WARNING] - com.yammer.metrics.stats.Sample [WARNING] - com.yammer.metrics.reporting.JmxReporter [WARNING] - com.yammer.metrics.core.Metric [WARNING] - com.yammer.metrics.reporting.JmxReporter$CounterMBean [WARNING] - com.yammer.metrics.Metrics [WARNING] - com.yammer.metrics.reporting.JmxReporter$MetricMBean [WARNING] - com.yammer.metrics.core.HealthCheck [WARNING] - com.yammer.metrics.core.Histogram$SampleType$2 [WARNING] - com.yammer.metrics.stats.UniformSample [WARNING] - com.yammer.metrics.core.ThreadPools [WARNING] - 62 more... [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jt-classifier-1.1.24.jar define 10 overlapping classes: [WARNING] - it.geosolutions.jaiext.classifier.ConstantColorMapElement [WARNING] - it.geosolutions.jaiext.classifier.LinearColorMap [WARNING] - it.geosolutions.jaiext.classifier.RasterClassifierDescriptor [WARNING] - it.geosolutions.jaiext.classifier.ColorMapTransformElement [WARNING] - it.geosolutions.jaiext.classifier.LinearColorMap$LinearColorMapType [WARNING] - it.geosolutions.jaiext.classifier.LinearColorMapElement [WARNING] - it.geosolutions.jaiext.classifier.RasterClassifierCRIF [WARNING] - it.geosolutions.jaiext.classifier.ColorMapTransform [WARNING] - it.geosolutions.jaiext.classifier.RasterClassifierOpImage [WARNING] - it.geosolutions.jaiext.classifier.ColorMapUtilities [WARNING] kafka_2.12-2.8.2.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 1759 overlapping classes: [WARNING] - kafka.utils.TopicFilter [WARNING] - kafka.coordinator.transaction.PrepareEpochFence$ [WARNING] - kafka.zookeeper.GetChildrenResponse [WARNING] - kafka.zk.LiteralAclChangeStore [WARNING] - kafka.controller.IsrChangeNotificationHandler [WARNING] - kafka.log.LogCleaningInProgress [WARNING] - kafka.common.RecordValidationException [WARNING] - kafka.server.EvictableKey [WARNING] - kafka.utils.json.JsonValue$BasicJsonValue [WARNING] - kafka.coordinator.transaction.TransactionConfig [WARNING] - 1749 more... [WARNING] json4s-native_2.12-3.6.12.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 52 overlapping classes: [WARNING] - org.json4s.native.JsonParser$DoubleVal$ [WARNING] - org.json4s.native.JsonParser$FieldStart [WARNING] - org.json4s.native.JsonParser$OpenObj$ [WARNING] - org.json4s.native.JsonParser$DoubleVal [WARNING] - org.json4s.native.JsonParser$Parser$OBJECT$ [WARNING] - org.json4s.native.JsonParser$BoolVal [WARNING] - org.json4s.native.Json$ [WARNING] - org.json4s.native.JsonMethods$ [WARNING] - org.json4s.native.DocNest$ [WARNING] - org.json4s.native.JsonParser [WARNING] - 42 more... [WARNING] jt-orderdither-1.1.24.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 5 overlapping classes: [WARNING] - it.geosolutions.jaiext.orderdither.OrderedDitherOpImage [WARNING] - it.geosolutions.jaiext.orderdither.OrderedDitherOpImage$DitherLUT [WARNING] - it.geosolutions.jaiext.orderdither.OrderedDitherDescriptor [WARNING] - it.geosolutions.jaiext.orderdither.JaiI18N [WARNING] - it.geosolutions.jaiext.orderdither.OrderedDitherRIF [WARNING] geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, jackson-dataformat-csv-2.10.5.jar define 34 overlapping classes: [WARNING] - com.fasterxml.jackson.dataformat.csv.CsvGenerator [WARNING] - com.fasterxml.jackson.dataformat.csv.CsvGenerator$Feature [WARNING] - com.fasterxml.jackson.dataformat.csv.CsvMapper [WARNING] - com.fasterxml.jackson.dataformat.csv.impl.NumberOutput [WARNING] - com.fasterxml.jackson.dataformat.csv.PackageVersion [WARNING] - com.fasterxml.jackson.dataformat.csv.impl.BufferedValue$NullValue [WARNING] - com.fasterxml.jackson.dataformat.csv.impl.BufferedValue$IntValue [WARNING] - com.fasterxml.jackson.dataformat.csv.impl.CsvIOContext [WARNING] - com.fasterxml.jackson.dataformat.csv.impl.BufferedValue$DoubleValue [WARNING] - com.fasterxml.jackson.dataformat.csv.impl.LRUMap [WARNING] - 24 more... [WARNING] jt-colorconvert-1.1.24.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar define 7 overlapping classes: [WARNING] - it.geosolutions.jaiext.colorconvert.ColorConvertOpImage [WARNING] - it.geosolutions.jaiext.colorconvert.IHSColorSpaceJAIExt [WARNING] - it.geosolutions.jaiext.colorconvert.ColorConvertCRIF [WARNING] - it.geosolutions.jaiext.colorconvert.ColorSpaceJAIExtWrapper [WARNING] - it.geosolutions.jaiext.colorconvert.ColorConvertDescriptor [WARNING] - it.geosolutions.jaiext.colorconvert.ColorConvertOpImage$ImageParameters [WARNING] - it.geosolutions.jaiext.colorconvert.ColorSpaceJAIExt [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, geomesa-tutorials-kafka-quickstart-4.0.0-SNAPSHOT.jar, unit-api-2.0.jar, gson-2.10.jar, jackson-datatype-jsr310-2.14.1.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-streams-quickstart/target/geomesa-tutorials-kafka-streams-quickstart-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-streams-quickstart/target/geomesa-tutorials-kafka-streams-quickstart-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-kafka-streams-quickstart --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-streams-quickstart/target/geomesa-tutorials-kafka-streams-quickstart-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-kafka-streams-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-kafka-streams-quickstart-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-kafka/geomesa-tutorials-kafka-streams-quickstart/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-kafka-streams-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-kafka-streams-quickstart-4.0.0-SNAPSHOT.pom [INFO] [INFO] ------------< org.geomesa.example:geomesa-tutorials-redis >------------- [INFO] Building GeoMesa Tutorials - Redis 4.0.0-SNAPSHOT [27/30] [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-redis-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-redis-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] org.locationtech.geomesa:geomesa-redis-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.locationtech.geomesa:geomesa-redis-datastore_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-redis-datastore_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.locationtech.geomesa:geomesa-redis_2.12:4.0.0-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/locationtech/geomesa/geomesa-redis_2.12/4.0.0-SNAPSHOT/maven-metadata.xml [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-redis --- [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-redis --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-redis --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-redis/4.0.0-SNAPSHOT/geomesa-tutorials-redis-4.0.0-SNAPSHOT.pom [INFO] [INFO] ----------< org.geomesa.example:geomesa-tutorials-redis-avro >---------- [INFO] Building GeoMesa Tutorials - Redis - Avro 4.0.0-SNAPSHOT [28/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-redis-avro --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-redis-avro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-redis-avro --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-redis-avro --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-avro/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-redis-avro --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-avro/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-redis-avro --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-redis-avro --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-redis-avro --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-avro/target/geomesa-tutorials-redis-avro-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-redis-avro --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 in the shaded jar. [INFO] Including org.calrissian.mango:mango-core:jar:3.0.0 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.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.1 in the shaded jar. [INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-redis-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including com.googlecode.cqengine:cqengine:jar:3.0.0 in the shaded jar. [INFO] Including com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1 in the shaded jar. [INFO] Including org.antlr:antlr4-runtime:jar:4.7.1 in the shaded jar. [INFO] Including net.jodah:typetools:jar:0.5.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including redis.clients:jedis:jar:4.3.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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-http:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-epsg-hsql:jar:28.1 in the shaded jar. [INFO] Including org.hsqldb:hsqldb:jar:jdk8:2.7.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, gson-2.10.jar, jackson-datatype-jsr310-2.14.1.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] guava-27.0-jre.jar, failureaccess-1.0.jar define 2 overlapping classes: [WARNING] - com.google.common.util.concurrent.internal.InternalFutureFailureAccess [WARNING] - com.google.common.util.concurrent.internal.InternalFutures [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-avro/target/geomesa-tutorials-redis-avro-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-avro/target/geomesa-tutorials-redis-avro-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-redis-avro --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-avro/target/geomesa-tutorials-redis-avro-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-redis-avro/4.0.0-SNAPSHOT/geomesa-tutorials-redis-avro-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-avro/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-redis-avro/4.0.0-SNAPSHOT/geomesa-tutorials-redis-avro-4.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.geomesa.example:geomesa-tutorials-redis-transforms >------- [INFO] Building GeoMesa Tutorials - Redis - Transforms 4.0.0-SNAPSHOT [29/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-redis-transforms --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-redis-transforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-redis-transforms --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-redis-transforms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-transforms/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-redis-transforms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-transforms/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-redis-transforms --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-redis-transforms --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-redis-transforms --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-transforms/target/geomesa-tutorials-redis-transforms-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-redis-transforms --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 in the shaded jar. [INFO] Including org.calrissian.mango:mango-core:jar:3.0.0 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.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.1 in the shaded jar. [INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-redis-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including com.googlecode.cqengine:cqengine:jar:3.0.0 in the shaded jar. [INFO] Including com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1 in the shaded jar. [INFO] Including org.antlr:antlr4-runtime:jar:4.7.1 in the shaded jar. [INFO] Including net.jodah:typetools:jar:0.5.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including redis.clients:jedis:jar:4.3.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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-http:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-epsg-hsql:jar:28.1 in the shaded jar. [INFO] Including org.hsqldb:hsqldb:jar:jdk8:2.7.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, gson-2.10.jar, jackson-datatype-jsr310-2.14.1.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] guava-27.0-jre.jar, failureaccess-1.0.jar define 2 overlapping classes: [WARNING] - com.google.common.util.concurrent.internal.InternalFutureFailureAccess [WARNING] - com.google.common.util.concurrent.internal.InternalFutures [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-transforms/target/geomesa-tutorials-redis-transforms-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-transforms/target/geomesa-tutorials-redis-transforms-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-redis-transforms --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-transforms/target/geomesa-tutorials-redis-transforms-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-redis-transforms/4.0.0-SNAPSHOT/geomesa-tutorials-redis-transforms-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-transforms/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-redis-transforms/4.0.0-SNAPSHOT/geomesa-tutorials-redis-transforms-4.0.0-SNAPSHOT.pom [INFO] [INFO] -------< org.geomesa.example:geomesa-tutorials-redis-quickstart >------- [INFO] Building GeoMesa Tutorials - Redis - Quick Start 4.0.0-SNAPSHOT [30/30] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ geomesa-tutorials-redis-quickstart --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ geomesa-tutorials-redis-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (verify-services-newlines) @ geomesa-tutorials-redis-quickstart --- [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ geomesa-tutorials-redis-quickstart --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-quickstart/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ geomesa-tutorials-redis-quickstart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-quickstart/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ geomesa-tutorials-redis-quickstart --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ geomesa-tutorials-redis-quickstart --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ geomesa-tutorials-redis-quickstart --- [INFO] Building jar: /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-quickstart/target/geomesa-tutorials-redis-quickstart-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ geomesa-tutorials-redis-quickstart --- [INFO] Including org.geomesa.example:geomesa-tutorials-common:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-utils_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-z3_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.commons:commons-pool2:jar:2.6.1 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.9.0 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.22 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.8.0 in the shaded jar. [INFO] Including org.geotools:gt-metadata:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:net.opengis.ows:jar:28.1 in the shaded jar. [INFO] Including org.geotools.ogc:org.w3.xlink:jar:28.1 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-cql:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-grid:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-shapefile:jar:28.1 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.2 in the shaded jar. [INFO] Including com.esotericsoftware:kryo-shaded:jar:4.0.2 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 in the shaded jar. [INFO] Including com.clearspring.analytics:stream:jar:2.9.2 in the shaded jar. [INFO] Including org.parboiled:parboiled-scala_2.12:jar:1.3.1 in the shaded jar. [INFO] Including org.parboiled:parboiled-core:jar:1.3.1 in the shaded jar. [INFO] Including org.ehcache:sizeof:jar:0.4.0 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-parser-combinators_2.12:jar:2.1.1 in the shaded jar. [INFO] Including org.scala-lang.modules:scala-xml_2.12:jar:2.1.0 in the shaded jar. [INFO] Including com.typesafe.scala-logging:scala-logging_2.12:jar:3.9.5 in the shaded jar. [INFO] Including org.scala-lang:scala-reflect:jar:2.12.13 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-index-api_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process-feature:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-coverage:jar:28.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.affine:jt-affine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.algebra:jt-algebra:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandmerge:jt-bandmerge:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandselect:jt-bandselect:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.bandcombine:jt-bandcombine:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.border:jt-border:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.buffer:jt-buffer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.crop:jt-crop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.iterators:jt-iterators:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.lookup:jt-lookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.mosaic:jt-mosaic:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.nullop:jt-nullop:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rescale:jt-rescale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale:jt-scale:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.scale2:jt-scale2:jar:1.1.24 in the shaded jar. [INFO] Including org.huldra.math:bigint:jar:0.7.1 in the shaded jar. [INFO] Including it.geosolutions.jaiext.stats:jt-stats:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.translate:jt-translate:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.utilities:jt-utilities:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.warp:jt-warp:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.zonal:jt-zonal:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.binarize:jt-binarize:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.format:jt-format:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorconvert:jt-colorconvert:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.errordiffusion:jt-errordiffusion:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.orderdither:jt-orderdither:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.colorindexer:jt-colorindexer:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.imagefunction:jt-imagefunction:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.piecewise:jt-piecewise:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.classifier:jt-classifier:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.rlookup:jt-rlookup:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.vectorbin:jt-vectorbin:jar:1.1.24 in the shaded jar. [INFO] Including it.geosolutions.jaiext.shadedrelief:jt-shadedrelief:jar:1.1.24 in the shaded jar. [INFO] Including org.calrissian.mango:mango-core:jar:3.0.0 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.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.1 in the shaded jar. [INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.17 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-feature-avro_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-common_2.12:jar:4.0.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.apache.avro:avro:jar:1.11.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.8.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-redis-datastore_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-feature-kryo_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.json4s:json4s-native_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-core_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-ast_2.12:jar:3.6.12 in the shaded jar. [INFO] Including org.json4s:json4s-scalap_2.12: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.7.0 in the shaded jar. [INFO] Including net.minidev:json-smart:jar:2.4.8 in the shaded jar. [INFO] Including net.minidev:accessors-smart:jar:1.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-filter_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-transform:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-cqengine_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including com.googlecode.cqengine:cqengine:jar:3.0.0 in the shaded jar. [INFO] Including com.googlecode.concurrent-trees:concurrent-trees:jar:2.6.1 in the shaded jar. [INFO] Including org.antlr:antlr4-runtime:jar:4.7.1 in the shaded jar. [INFO] Including net.jodah:typetools:jar:0.5.0 in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-gt_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-arrow-jts:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.apache.arrow:arrow-vector:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-format:jar:11.0.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-core:jar:11.0.0 in the shaded jar. [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.1 in the shaded jar. [INFO] Including io.netty:netty-common:jar:4.1.85.Final in the shaded jar. [INFO] Including com.google.flatbuffers:flatbuffers-java:jar:1.12.0 in the shaded jar. [INFO] Including org.apache.arrow:arrow-memory-netty:jar:11.0.0 in the shaded jar. [INFO] Including io.netty:netty-buffer:jar:4.1.85.Final in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-security_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.locationtech.geomesa:geomesa-process-vector_2.12:jar:4.0.0-SNAPSHOT in the shaded jar. [INFO] Including org.geotools:gt-process:jar:28.1 in the shaded jar. [INFO] Including redis.clients:jedis:jar:4.3.1 in the shaded jar. [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:2.9.3 in the shaded jar. [INFO] Including org.checkerframework:checker-qual:jar:3.19.0 in the shaded jar. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.10.0 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.scala-lang:scala-library:jar:2.12.13 in the shaded jar. [INFO] Including org.geotools:gt-opengis:jar:28.1 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.0.2 in the shaded jar. [INFO] Including javax.measure:unit-api:jar:2.0 in the shaded jar. [INFO] Including tech.units:indriya:jar:2.0.2 in the shaded jar. [INFO] Including tech.uom.lib:uom-lib-common:jar:2.0 in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including si.uom:si-quantity:jar:2.0.1 in the shaded jar. [INFO] Including si.uom:si-units:jar:2.0.1 in the shaded jar. [INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.4 in the shaded jar. [INFO] Including org.geotools:gt-main:jar:28.1 in the shaded jar. [INFO] Including org.geotools:gt-referencing:jar:28.1 in the shaded jar. [INFO] Including org.ejml:ejml-ddense:jar:0.41 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-http:jar:28.1 in the shaded jar. [INFO] Including org.locationtech.jts:jts-core:jar:1.19.0 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.1 in the shaded jar. [INFO] Including com.google.re2j:re2j:jar:1.6 in the shaded jar. [INFO] Including org.geotools:gt-epsg-hsql:jar:28.1 in the shaded jar. [INFO] Including org.hsqldb:hsqldb:jar:jdk8:2.7.1 in the shaded jar. [INFO] Including org.slf4j:slf4j-reload4j:jar:1.7.36 in the shaded jar. [INFO] Including ch.qos.reload4j:reload4j:jar:1.2.22 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jt-scale2-1.1.24.jar, jt-scale-1.1.24.jar define 1 overlapping classes: [WARNING] - it.geosolutions.jaiext.scale.JaiI18N [WARNING] jackson-core-2.14.1.jar, jackson-databind-2.14.1.jar, unit-api-2.0.jar, gson-2.10.jar, jackson-datatype-jsr310-2.14.1.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] guava-27.0-jre.jar, failureaccess-1.0.jar define 2 overlapping classes: [WARNING] - com.google.common.util.concurrent.internal.InternalFutureFailureAccess [WARNING] - com.google.common.util.concurrent.internal.InternalFutures [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class 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 http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-quickstart/target/geomesa-tutorials-redis-quickstart-4.0.0-SNAPSHOT.jar with /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-quickstart/target/geomesa-tutorials-redis-quickstart-4.0.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ geomesa-tutorials-redis-quickstart --- [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-quickstart/target/geomesa-tutorials-redis-quickstart-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-redis-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-redis-quickstart-4.0.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/geomesa-tutorials/geomesa-tutorials-redis/geomesa-tutorials-redis-quickstart/pom.xml to /home/jenkins/.m2/repository/org/geomesa/example/geomesa-tutorials-redis-quickstart/4.0.0-SNAPSHOT/geomesa-tutorials-redis-quickstart-4.0.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for GeoMesa Tutorials and Examples 4.0.0-SNAPSHOT: [INFO] [INFO] GeoMesa Tutorials and Examples ..................... SUCCESS [ 5.608 s] [INFO] GeoMesa Examples - Spark ........................... SUCCESS [03:37 min] [INFO] GeoMesa Quickstart - Storm ......................... SUCCESS [01:13 min] [INFO] GeoMesa Tutorials - Common ......................... SUCCESS [ 1.077 s] [INFO] GeoMesa Tutorials - Accumulo ....................... SUCCESS [ 4.410 s] [INFO] GeoMesa Tutorials - Accumulo - Authorizations ...... SUCCESS [ 32.435 s] [INFO] GeoMesa Tutorials - Accumulo - Avro ................ SUCCESS [ 20.099 s] [INFO] GeoMesa Tutorials - Accumulo - Feature-Level Vis ... SUCCESS [ 20.501 s] [INFO] GeoMesa Tutorials - Accumulo - Quick Start ......... SUCCESS [ 20.302 s] [INFO] GeoMesa Tutorials - Accumulo - Transforms .......... SUCCESS [ 20.360 s] [INFO] GeoMesa Tutorials - Accumulo - Lambda Quick Start .. SUCCESS [ 21.702 s] [INFO] GeoMesa Tutorials - Cassandra ...................... SUCCESS [ 3.295 s] [INFO] GeoMesa Tutorials - Cassandra - Avro ............... SUCCESS [ 8.772 s] [INFO] GeoMesa Tutorials - Cassandra - Transforms ......... SUCCESS [ 8.953 s] [INFO] GeoMesa Tutorials - Cassandra - Quick Start ........ SUCCESS [ 8.846 s] [INFO] GeoMesa Tutorials - FileSystem ..................... SUCCESS [ 4.768 s] [INFO] GeoMesa Tutorials - FileSystem - Avro .............. SUCCESS [ 18.664 s] [INFO] GeoMesa Tutorials - FileSystem - Transforms ........ SUCCESS [ 19.290 s] [INFO] GeoMesa Tutorials - FileSystem - Quick Start ....... SUCCESS [ 18.839 s] [INFO] GeoMesa Tutorials - HBase .......................... SUCCESS [ 18.630 s] [INFO] GeoMesa Tutorials - HBase - Avro ................... SUCCESS [ 17.200 s] [INFO] GeoMesa Tutorials - HBase - Transforms ............. SUCCESS [ 17.655 s] [INFO] GeoMesa Tutorials - HBase - Quick Start ............ SUCCESS [ 17.902 s] [INFO] GeoMesa Tutorials - Kafka .......................... SUCCESS [ 3.141 s] [INFO] GeoMesa Tutorials - Kafka - Quick Start ............ SUCCESS [ 14.795 s] [INFO] GeoMesa Tutorials - Kafka Streams - Quick Start .... SUCCESS [ 18.399 s] [INFO] GeoMesa Tutorials - Redis .......................... SUCCESS [ 1.596 s] [INFO] GeoMesa Tutorials - Redis - Avro ................... SUCCESS [ 9.670 s] [INFO] GeoMesa Tutorials - Redis - Transforms ............. SUCCESS [ 9.057 s] [INFO] GeoMesa Tutorials - Redis - Quick Start ............ SUCCESS [ 8.930 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:08 min [INFO] Finished at: 2023-02-10T20:32:13Z [INFO] ------------------------------------------------------------------------ Finished: SUCCESS