Console Output

Branch indexing
Querying the current revision of branch master...
Current revision of branch master is 9ca43664b0bb91e7e0544f3050ccef5c958b19a2
Obtained .ci/Jenkinsfile from 9ca43664b0bb91e7e0544f3050ccef5c958b19a2
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/moparisthebest_jDnsProxy_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] echo
My branch is: master
[Pipeline] checkout
The recommended git tool is: NONE
using credential c6ea0d71-5fe1-48ba-ad49-f6dd0c20363a
Cloning the remote Git repository
Cloning repository https://code.moparisthebest.com/moparisthebest/jDnsProxy.git
 > git init /var/lib/jenkins/workspace/moparisthebest_jDnsProxy_master # timeout=10
Fetching upstream changes from https://code.moparisthebest.com/moparisthebest/jDnsProxy.git
 > git --version # timeout=10
 > git --version # 'git version 2.31.1'
using GIT_ASKPASS to set credentials jenkins @ code.moparisthebest.com
 > git fetch --tags --force --progress -- https://code.moparisthebest.com/moparisthebest/jDnsProxy.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://code.moparisthebest.com/moparisthebest/jDnsProxy.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 9ca43664b0bb91e7e0544f3050ccef5c958b19a2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9ca43664b0bb91e7e0544f3050ccef5c958b19a2 # timeout=10
Commit message: "Abandon travis-ci for jenkins"
First time build. Skipping changelog.
[Gitea] Notifying branch build status: PENDING Build started...
[Gitea] Notified
[Pipeline] sh
+ set -euxo pipefail
+ git checkout master --
Switched to a new branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
+ git reset --hard origin/master
HEAD is now at 9ca4366 Abandon travis-ci for jenkins
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build + Deploy)
[Pipeline] sh
+ curl --compressed -sL https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/build-ci.sh
+ bash
build-ci.sh: BUILD_LANG=java RELEASE_SCRIPT=.ci/release.sh BUILD_SCRIPT=.ci/build.sh remaining args:
+ mkdir -p bin
+ cd bin
+ curl --compressed -sL -O https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/ci-release-helper.sh -O https://code.moparisthebest.com/moparisthebest/self-ci/raw/branch/master/java/build.sh
+ chmod +x ci-release-helper.sh build.sh
+ cd ..
++ pwd
+ export PATH=/var/lib/jenkins/workspace/moparisthebest_jDnsProxy_master/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
+ PATH=/var/lib/jenkins/workspace/moparisthebest_jDnsProxy_master/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
+ export BRANCH_NAME=master
+ BRANCH_NAME=master
+ export BUILD_UID=971
+ BUILD_UID=971
++ id -g
+ export BUILD_GID=971
+ BUILD_GID=971
+ build.sh .ci/build.sh
Unable to find image 'moparisthebest/self-ci-java:latest' locally
latest: Pulling from moparisthebest/self-ci-java
43b7db9b6cef: Pulling fs layer
37bfd5ab52f4: Pulling fs layer
6244f9bd96fe: Pulling fs layer
80d1828156c9: Pulling fs layer
5f4e1dce519a: Pulling fs layer
5f4e1dce519a: Download complete
37bfd5ab52f4: Download complete
6244f9bd96fe: Download complete
43b7db9b6cef: Pull complete
37bfd5ab52f4: Pull complete
6244f9bd96fe: Pull complete
80d1828156c9: Verifying Checksum
80d1828156c9: Download complete
80d1828156c9: Pull complete
5f4e1dce519a: Pull complete
Digest: sha256:48406959fff2aa479b10fb3ce6cd2ee46c8b754e9ad5cc6ac671b325c7d16e7f
Status: Downloaded newer image for moparisthebest/self-ci-java:latest
useradd: warning: the home directory /root already exists.
useradd: Not copying any file from skel directory into it.
+ '[' 6 -lt 8 ']'
+ echo 'build does not support JAVA_VERSION: 6'
+ exit 0
build does not support JAVA_VERSION: 6
+ '[' 7 -lt 8 ']'
build does not support JAVA_VERSION: 7
+ echo 'build does not support JAVA_VERSION: 7'
+ exit 0
starting build for JAVA_VERSION: 8
+ '[' 8 -lt 8 ']'
+ echo 'starting build for JAVA_VERSION: 8'
+ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Apache Maven 3.6.3 (NON-CANONICAL_2019-11-27T20:26:29Z_root)
Maven home: /opt/maven
Java version: 1.8.0_265, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.36-1-lts", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-parent ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /build/jDnsProxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/jDnsProxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy ---
[INFO] Building jar: /build/jDnsProxy/target/jDnsProxy.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy ---
[INFO] Installing /build/jDnsProxy/target/jDnsProxy.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jxmpp/jxmpp-core/maven-metadata.xml
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/jxmpp/jxmpp-core/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jxmpp/jxmpp-core/maven-metadata.xml (1.3 kB at 904 B/s)
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/jxmpp/jxmpp-core/maven-metadata.xml (538 B at 316 B/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/jxmpp/jxmpp-core/0.7.0-beta1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/jxmpp/jxmpp-core/0.7.0-beta1-SNAPSHOT/maven-metadata.xml (6.6 kB at 24 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/jxmpp/jxmpp-util-cache/0.7.0-beta1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/jxmpp/jxmpp-util-cache/0.7.0-beta1-SNAPSHOT/maven-metadata.xml (6.6 kB at 25 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/jxmpp/jxmpp-jid/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jxmpp/jxmpp-jid/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jxmpp/jxmpp-jid/maven-metadata.xml (1.3 kB at 36 kB/s)
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/jxmpp/jxmpp-jid/maven-metadata.xml (537 B at 2.3 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/jxmpp/jxmpp-jid/0.7.0-beta1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/jxmpp/jxmpp-jid/0.7.0-beta1-SNAPSHOT/maven-metadata.xml (6.6 kB at 25 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/minidns/minidns-core/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/minidns/minidns-core/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/minidns/minidns-core/maven-metadata.xml (751 B at 12 kB/s)
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/minidns/minidns-core/maven-metadata.xml (378 B at 1.6 kB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /build/xmpp-dox/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ xmpp-dox ---
[INFO] Building jar: /build/xmpp-dox/target/xmpp-dox.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ xmpp-dox ---
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ xmpp-dox ---
[INFO] Installing /build/xmpp-dox/target/xmpp-dox.jar to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.jar
[INFO] Installing /build/xmpp-dox/pom.xml to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /build/http-doh-listener/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ http-doh-listener ---
[INFO] Building jar: /build/http-doh-listener/target/http-doh-listener.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ http-doh-listener ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ http-doh-listener ---
[INFO] Installing /build/http-doh-listener/target/http-doh-listener.jar to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.jar
[INFO] Installing /build/http-doh-listener/pom.xml to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy-all ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /build/jDnsProxy-all/target/jDnsProxy-all.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ jDnsProxy-all ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including com.moparisthebest.dns:xmpp-dox:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] Including com.moparisthebest.dns:http-doh-listener:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /build/jDnsProxy-all/target/jDnsProxy-all.jar with /build/jDnsProxy-all/target/jDnsProxy-all-1.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-all ---
[INFO] Installing /build/jDnsProxy-all/target/jDnsProxy-all.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy-all/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  1.282 s]
[INFO] jDnsProxy .......................................... SUCCESS [  8.684 s]
[INFO] xmpp-dox ........................................... SUCCESS [  6.565 s]
[INFO] http-doh-listener .................................. SUCCESS [  4.444 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  3.157 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  26.831 s
[INFO] Finished at: 2021-05-22T00:06:32-04:00
[INFO] ------------------------------------------------------------------------
+ mvn clean test -B
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy ---
[INFO] Deleting /build/jDnsProxy/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /build/jDnsProxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/jDnsProxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Surefire report directory: /build/jDnsProxy/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.moparisthebest.dns.tls.PinnedPubKeyTrustManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.93 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmpp-dox ---
[INFO] Deleting /build/xmpp-dox/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /build/xmpp-dox/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-doh-listener ---
[INFO] Deleting /build/http-doh-listener/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /build/http-doh-listener/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-all ---
[INFO] Deleting /build/jDnsProxy-all/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  0.573 s]
[INFO] jDnsProxy .......................................... SUCCESS [  6.486 s]
[INFO] xmpp-dox ........................................... SUCCESS [  0.657 s]
[INFO] http-doh-listener .................................. SUCCESS [  0.630 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  0.118 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.801 s
[INFO] Finished at: 2021-05-22T00:06:47-04:00
[INFO] ------------------------------------------------------------------------
+ '[' master == master -a 8 -eq 8 ']'
+ echo 'deploying to maven'
+ mvn deploy -Dmaven.test.skip=true -B
deploying to maven
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-parent ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.2:deploy (injected-nexus-deploy) @ jDnsProxy-parent ---
[INFO] Performing deferred deploys (gathering into "/build/target/nexus-staging/deferred")...
[INFO] Installing /build/pom.xml to /build/target/nexus-staging/deferred/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-SNAPSHOT.pom
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy ---
[INFO] Building jar: /build/jDnsProxy/target/jDnsProxy.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy ---
[INFO] Installing /build/jDnsProxy/target/jDnsProxy.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.2:deploy (injected-nexus-deploy) @ jDnsProxy ---
[INFO] Performing deferred deploys (gathering into "/build/target/nexus-staging/deferred")...
[INFO] Installing /build/jDnsProxy/target/jDnsProxy.jar to /build/target/nexus-staging/deferred/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy/pom.xml to /build/target/nexus-staging/deferred/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.pom
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ xmpp-dox ---
[INFO] Building jar: /build/xmpp-dox/target/xmpp-dox.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ xmpp-dox ---
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ xmpp-dox ---
[INFO] Installing /build/xmpp-dox/target/xmpp-dox.jar to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.jar
[INFO] Installing /build/xmpp-dox/pom.xml to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.2:deploy (injected-nexus-deploy) @ xmpp-dox ---
[INFO] Performing deferred deploys (gathering into "/build/target/nexus-staging/deferred")...
[INFO] Installing /build/xmpp-dox/target/xmpp-dox.jar to /build/target/nexus-staging/deferred/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.jar
[INFO] Installing /build/xmpp-dox/pom.xml to /build/target/nexus-staging/deferred/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.pom
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ http-doh-listener ---
[INFO] Building jar: /build/http-doh-listener/target/http-doh-listener.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ http-doh-listener ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ http-doh-listener ---
[INFO] Installing /build/http-doh-listener/target/http-doh-listener.jar to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.jar
[INFO] Installing /build/http-doh-listener/pom.xml to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.2:deploy (injected-nexus-deploy) @ http-doh-listener ---
[INFO] Performing deferred deploys (gathering into "/build/target/nexus-staging/deferred")...
[INFO] Installing /build/http-doh-listener/target/http-doh-listener.jar to /build/target/nexus-staging/deferred/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.jar
[INFO] Installing /build/http-doh-listener/pom.xml to /build/target/nexus-staging/deferred/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.pom
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy-all ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /build/jDnsProxy-all/target/jDnsProxy-all.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ jDnsProxy-all ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including com.moparisthebest.dns:xmpp-dox:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] Including com.moparisthebest.dns:http-doh-listener:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /build/jDnsProxy-all/target/jDnsProxy-all.jar with /build/jDnsProxy-all/target/jDnsProxy-all-1.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-all ---
[INFO] Installing /build/jDnsProxy-all/target/jDnsProxy-all.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy-all/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.2:deploy (injected-nexus-deploy) @ jDnsProxy-all ---
[INFO] Performing deferred deploys (gathering into "/build/target/nexus-staging/deferred")...
[INFO] Installing /build/jDnsProxy-all/target/jDnsProxy-all.jar to /build/target/nexus-staging/deferred/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy-all/pom.xml to /build/target/nexus-staging/deferred/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.pom
[INFO] Deploying remotely...
[INFO] Bulk deploying locally gathered artifacts from directory: 
[INFO]  * Bulk deploying locally gathered snapshot artifacts to URL https://oss.sonatype.org/content/repositories/snapshots/
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/maven-metadata.xml (778 B at 686 B/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-20210522.040701-53.jar
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-20210522.040701-53.jar (65 kB at 52 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-20210522.040701-53.pom
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-20210522.040701-53.pom (911 B at 1.3 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy/maven-metadata.xml (289 B at 1.1 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/maven-metadata.xml (778 B at 1.1 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy/maven-metadata.xml (289 B at 403 B/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/maven-metadata.xml (613 B at 2.8 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-20210522.040705-43.pom
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-20210522.040705-43.pom (5.8 kB at 8.1 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-parent/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-parent/maven-metadata.xml (296 B at 1.2 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/maven-metadata.xml (613 B at 829 B/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-parent/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-parent/maven-metadata.xml (296 B at 404 B/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/maven-metadata.xml (782 B at 3.4 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-20210522.040707-21.jar
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-20210522.040707-21.jar (14 MB at 6.0 MB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-20210522.040707-21.pom
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-20210522.040707-21.pom (1.9 kB at 2.6 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-all/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-all/maven-metadata.xml (293 B at 1.3 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/maven-metadata.xml (782 B at 1.1 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-all/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/jDnsProxy-all/maven-metadata.xml (293 B at 408 B/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/maven-metadata.xml (777 B at 3.5 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-20210522.040712-38.jar
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-20210522.040712-38.jar (12 kB at 17 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-20210522.040712-38.pom
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-20210522.040712-38.pom (1.5 kB at 2.1 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/xmpp-dox/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/xmpp-dox/maven-metadata.xml (288 B at 1.3 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/maven-metadata.xml (777 B at 1.1 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/xmpp-dox/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/xmpp-dox/maven-metadata.xml (288 B at 413 B/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/maven-metadata.xml (786 B at 3.5 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-20210522.040716-33.jar
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-20210522.040716-33.jar (6.2 kB at 7.1 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-20210522.040716-33.pom
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-20210522.040716-33.pom (2.4 kB at 3.5 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/http-doh-listener/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/http-doh-listener/maven-metadata.xml (297 B at 1.3 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/maven-metadata.xml (786 B at 1.1 kB/s)
[INFO] Uploading to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/http-doh-listener/maven-metadata.xml
[INFO] Uploaded to sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/moparisthebest/dns/http-doh-listener/maven-metadata.xml (297 B at 424 B/s)
[INFO]  * Bulk deploy of locally gathered snapshot artifacts finished.
[INFO] Remote deploy finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  1.013 s]
[INFO] jDnsProxy .......................................... SUCCESS [  1.586 s]
[INFO] xmpp-dox ........................................... SUCCESS [  0.998 s]
[INFO] http-doh-listener .................................. SUCCESS [  2.643 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [ 22.163 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  30.078 s
[INFO] Finished at: 2021-05-22T00:07:19-04:00
[INFO] ------------------------------------------------------------------------
+ mkdir -p release
+ mv ./jDnsProxy-all/target/jDnsProxy-all.jar release/jDnsProxy.jar
build success!
+ echo 'build success!'
+ exit 0
+ '[' 9 -lt 8 ']'
+ echo 'starting build for JAVA_VERSION: 9'
starting build for JAVA_VERSION: 9
+ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Apache Maven 3.6.3 (NON-CANONICAL_2019-11-27T20:26:29Z_root)
Maven home: /opt/maven
Java version: 9, vendor: Oracle Corporation, runtime: /usr/lib/jvm/jdk-9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.36-1-lts", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-parent ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy ---
[INFO] Building jar: /build/jDnsProxy/target/jDnsProxy.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy ---
[INFO] Installing /build/jDnsProxy/target/jDnsProxy.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ xmpp-dox ---
[INFO] Building jar: /build/xmpp-dox/target/xmpp-dox.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ xmpp-dox ---
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ xmpp-dox ---
[INFO] Installing /build/xmpp-dox/target/xmpp-dox.jar to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.jar
[INFO] Installing /build/xmpp-dox/pom.xml to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ http-doh-listener ---
[INFO] Building jar: /build/http-doh-listener/target/http-doh-listener.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ http-doh-listener ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ http-doh-listener ---
[INFO] Installing /build/http-doh-listener/target/http-doh-listener.jar to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.jar
[INFO] Installing /build/http-doh-listener/pom.xml to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy-all ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /build/jDnsProxy-all/target/jDnsProxy-all.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ jDnsProxy-all ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including com.moparisthebest.dns:xmpp-dox:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] Including com.moparisthebest.dns:http-doh-listener:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /build/jDnsProxy-all/target/jDnsProxy-all.jar with /build/jDnsProxy-all/target/jDnsProxy-all-1.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-all ---
[INFO] Installing /build/jDnsProxy-all/target/jDnsProxy-all.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy-all/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  1.317 s]
[INFO] jDnsProxy .......................................... SUCCESS [  2.978 s]
[INFO] xmpp-dox ........................................... SUCCESS [  2.032 s]
[INFO] http-doh-listener .................................. SUCCESS [  5.278 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  3.595 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.467 s
[INFO] Finished at: 2021-05-22T00:07:41-04:00
[INFO] ------------------------------------------------------------------------
+ mvn clean test -B
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-parent ---
[INFO] Deleting /build/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy ---
[INFO] Deleting /build/jDnsProxy/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /build/jDnsProxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/jDnsProxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Surefire report directory: /build/jDnsProxy/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.moparisthebest.dns.tls.PinnedPubKeyTrustManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.045 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmpp-dox ---
[INFO] Deleting /build/xmpp-dox/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /build/xmpp-dox/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-doh-listener ---
[INFO] Deleting /build/http-doh-listener/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /build/http-doh-listener/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-all ---
[INFO] Deleting /build/jDnsProxy-all/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  1.175 s]
[INFO] jDnsProxy .......................................... SUCCESS [ 10.672 s]
[INFO] xmpp-dox ........................................... SUCCESS [  0.763 s]
[INFO] http-doh-listener .................................. SUCCESS [  0.986 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  0.282 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.948 s
[INFO] Finished at: 2021-05-22T00:08:02-04:00
[INFO] ------------------------------------------------------------------------
+ '[' master == master -a 9 -eq 8 ']'
+ echo 'build success!'
+ exit 0
build success!
+ '[' 10 -lt 8 ']'
+ echo 'starting build for JAVA_VERSION: 10'
starting build for JAVA_VERSION: 10
+ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Apache Maven 3.6.3 (NON-CANONICAL_2019-11-27T20:26:29Z_root)
Maven home: /opt/maven
Java version: 10, vendor: Oracle Corporation, runtime: /usr/lib/jvm/jdk-10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.36-1-lts", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-parent ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy ---
[INFO] Building jar: /build/jDnsProxy/target/jDnsProxy.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy ---
[INFO] Installing /build/jDnsProxy/target/jDnsProxy.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ xmpp-dox ---
[INFO] Building jar: /build/xmpp-dox/target/xmpp-dox.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ xmpp-dox ---
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ xmpp-dox ---
[INFO] Installing /build/xmpp-dox/target/xmpp-dox.jar to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.jar
[INFO] Installing /build/xmpp-dox/pom.xml to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ http-doh-listener ---
[INFO] Building jar: /build/http-doh-listener/target/http-doh-listener.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ http-doh-listener ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ http-doh-listener ---
[INFO] Installing /build/http-doh-listener/target/http-doh-listener.jar to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.jar
[INFO] Installing /build/http-doh-listener/pom.xml to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy-all ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /build/jDnsProxy-all/target/jDnsProxy-all.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ jDnsProxy-all ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including com.moparisthebest.dns:xmpp-dox:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] Including com.moparisthebest.dns:http-doh-listener:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /build/jDnsProxy-all/target/jDnsProxy-all.jar with /build/jDnsProxy-all/target/jDnsProxy-all-1.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-all ---
[INFO] Installing /build/jDnsProxy-all/target/jDnsProxy-all.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy-all/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  1.048 s]
[INFO] jDnsProxy .......................................... SUCCESS [  2.592 s]
[INFO] xmpp-dox ........................................... SUCCESS [  2.616 s]
[INFO] http-doh-listener .................................. SUCCESS [  5.675 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  3.737 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.814 s
[INFO] Finished at: 2021-05-22T00:08:25-04:00
[INFO] ------------------------------------------------------------------------
+ mvn clean test -B
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy ---
[INFO] Deleting /build/jDnsProxy/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /build/jDnsProxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/jDnsProxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Surefire report directory: /build/jDnsProxy/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.moparisthebest.dns.tls.PinnedPubKeyTrustManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.052 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmpp-dox ---
[INFO] Deleting /build/xmpp-dox/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /build/xmpp-dox/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-doh-listener ---
[INFO] Deleting /build/http-doh-listener/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /build/http-doh-listener/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-all ---
[INFO] Deleting /build/jDnsProxy-all/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  0.738 s]
[INFO] jDnsProxy .......................................... SUCCESS [ 11.023 s]
[INFO] xmpp-dox ........................................... SUCCESS [  1.373 s]
[INFO] http-doh-listener .................................. SUCCESS [  0.914 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  0.170 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.743 s
[INFO] Finished at: 2021-05-22T00:08:46-04:00
[INFO] ------------------------------------------------------------------------
build success!
+ '[' master == master -a 10 -eq 8 ']'
+ echo 'build success!'
+ exit 0
starting build for JAVA_VERSION: 11
+ '[' 11 -lt 8 ']'
+ echo 'starting build for JAVA_VERSION: 11'
+ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Apache Maven 3.6.3 (NON-CANONICAL_2019-11-27T20:26:29Z_root)
Maven home: /opt/maven
Java version: 11.0.8, vendor: N/A, runtime: /usr/lib/jvm/java-11-openjdk
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.36-1-lts", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-parent ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy ---
[INFO] Building jar: /build/jDnsProxy/target/jDnsProxy.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy ---
[INFO] Installing /build/jDnsProxy/target/jDnsProxy.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ xmpp-dox ---
[INFO] Building jar: /build/xmpp-dox/target/xmpp-dox.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ xmpp-dox ---
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ xmpp-dox ---
[INFO] Installing /build/xmpp-dox/target/xmpp-dox.jar to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.jar
[INFO] Installing /build/xmpp-dox/pom.xml to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ http-doh-listener ---
[INFO] Building jar: /build/http-doh-listener/target/http-doh-listener.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ http-doh-listener ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ http-doh-listener ---
[INFO] Installing /build/http-doh-listener/target/http-doh-listener.jar to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.jar
[INFO] Installing /build/http-doh-listener/pom.xml to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy-all ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /build/jDnsProxy-all/target/jDnsProxy-all.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ jDnsProxy-all ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including com.moparisthebest.dns:xmpp-dox:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] Including com.moparisthebest.dns:http-doh-listener:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /build/jDnsProxy-all/target/jDnsProxy-all.jar with /build/jDnsProxy-all/target/jDnsProxy-all-1.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-all ---
[INFO] Installing /build/jDnsProxy-all/target/jDnsProxy-all.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy-all/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  0.809 s]
[INFO] jDnsProxy .......................................... SUCCESS [  2.647 s]
[INFO] xmpp-dox ........................................... SUCCESS [  1.379 s]
[INFO] http-doh-listener .................................. SUCCESS [  3.427 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  2.398 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.638 s
[INFO] Finished at: 2021-05-22T00:09:03-04:00
[INFO] ------------------------------------------------------------------------
+ mvn clean test -B
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy ---
[INFO] Deleting /build/jDnsProxy/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /build/jDnsProxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/jDnsProxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Surefire report directory: /build/jDnsProxy/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.moparisthebest.dns.tls.PinnedPubKeyTrustManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmpp-dox ---
[INFO] Deleting /build/xmpp-dox/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /build/xmpp-dox/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-doh-listener ---
[INFO] Deleting /build/http-doh-listener/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /build/http-doh-listener/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-all ---
[INFO] Deleting /build/jDnsProxy-all/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  0.542 s]
[INFO] jDnsProxy .......................................... SUCCESS [  7.903 s]
[INFO] xmpp-dox ........................................... SUCCESS [  0.729 s]
[INFO] http-doh-listener .................................. SUCCESS [  0.424 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  0.132 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.075 s
[INFO] Finished at: 2021-05-22T00:09:18-04:00
[INFO] ------------------------------------------------------------------------
+ '[' master == master -a 11 -eq 8 ']'
+ echo 'build success!'
+ exit 0
build success!
+ '[' 12 -lt 8 ']'
+ echo 'starting build for JAVA_VERSION: 12'
+ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
starting build for JAVA_VERSION: 12
Apache Maven 3.6.3 (NON-CANONICAL_2019-11-27T20:26:29Z_root)
Maven home: /opt/maven
Java version: 12, vendor: Oracle Corporation, runtime: /usr/lib/jvm/jdk-12
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.36-1-lts", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-parent ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy ---
[INFO] Building jar: /build/jDnsProxy/target/jDnsProxy.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy ---
[INFO] Installing /build/jDnsProxy/target/jDnsProxy.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ xmpp-dox ---
[INFO] Building jar: /build/xmpp-dox/target/xmpp-dox.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ xmpp-dox ---
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ xmpp-dox ---
[INFO] Installing /build/xmpp-dox/target/xmpp-dox.jar to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.jar
[INFO] Installing /build/xmpp-dox/pom.xml to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ http-doh-listener ---
[INFO] Building jar: /build/http-doh-listener/target/http-doh-listener.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ http-doh-listener ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ http-doh-listener ---
[INFO] Installing /build/http-doh-listener/target/http-doh-listener.jar to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.jar
[INFO] Installing /build/http-doh-listener/pom.xml to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy-all ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /build/jDnsProxy-all/target/jDnsProxy-all.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ jDnsProxy-all ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including com.moparisthebest.dns:xmpp-dox:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] Including com.moparisthebest.dns:http-doh-listener:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /build/jDnsProxy-all/target/jDnsProxy-all.jar with /build/jDnsProxy-all/target/jDnsProxy-all-1.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-all ---
[INFO] Installing /build/jDnsProxy-all/target/jDnsProxy-all.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy-all/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  1.027 s]
[INFO] jDnsProxy .......................................... SUCCESS [  2.191 s]
[INFO] xmpp-dox ........................................... SUCCESS [  1.278 s]
[INFO] http-doh-listener .................................. SUCCESS [  3.225 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  2.829 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.872 s
[INFO] Finished at: 2021-05-22T00:09:35-04:00
[INFO] ------------------------------------------------------------------------
+ mvn clean test -B
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy ---
[INFO] Deleting /build/jDnsProxy/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /build/jDnsProxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/jDnsProxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Surefire report directory: /build/jDnsProxy/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.moparisthebest.dns.tls.PinnedPubKeyTrustManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.353 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmpp-dox ---
[INFO] Deleting /build/xmpp-dox/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /build/xmpp-dox/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-doh-listener ---
[INFO] Deleting /build/http-doh-listener/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /build/http-doh-listener/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-all ---
[INFO] Deleting /build/jDnsProxy-all/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  0.996 s]
[INFO] jDnsProxy .......................................... SUCCESS [ 11.195 s]
[INFO] xmpp-dox ........................................... SUCCESS [  0.958 s]
[INFO] http-doh-listener .................................. SUCCESS [  1.118 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  0.144 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.144 s
[INFO] Finished at: 2021-05-22T00:09:56-04:00
[INFO] ------------------------------------------------------------------------
build success!
+ '[' master == master -a 12 -eq 8 ']'
+ echo 'build success!'
+ exit 0
starting build for JAVA_VERSION: 13
+ '[' 13 -lt 8 ']'
+ echo 'starting build for JAVA_VERSION: 13'
+ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Apache Maven 3.6.3 (NON-CANONICAL_2019-11-27T20:26:29Z_root)
Maven home: /opt/maven
Java version: 13, vendor: Oracle Corporation, runtime: /usr/lib/jvm/jdk-13
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.36-1-lts", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-parent ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy ---
[INFO] Building jar: /build/jDnsProxy/target/jDnsProxy.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy ---
[INFO] Installing /build/jDnsProxy/target/jDnsProxy.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ xmpp-dox ---
[INFO] Building jar: /build/xmpp-dox/target/xmpp-dox.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ xmpp-dox ---
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ xmpp-dox ---
[INFO] Installing /build/xmpp-dox/target/xmpp-dox.jar to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.jar
[INFO] Installing /build/xmpp-dox/pom.xml to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ http-doh-listener ---
[INFO] Building jar: /build/http-doh-listener/target/http-doh-listener.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ http-doh-listener ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ http-doh-listener ---
[INFO] Installing /build/http-doh-listener/target/http-doh-listener.jar to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.jar
[INFO] Installing /build/http-doh-listener/pom.xml to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy-all ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /build/jDnsProxy-all/target/jDnsProxy-all.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ jDnsProxy-all ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including com.moparisthebest.dns:xmpp-dox:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] Including com.moparisthebest.dns:http-doh-listener:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /build/jDnsProxy-all/target/jDnsProxy-all.jar with /build/jDnsProxy-all/target/jDnsProxy-all-1.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-all ---
[INFO] Installing /build/jDnsProxy-all/target/jDnsProxy-all.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy-all/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  1.231 s]
[INFO] jDnsProxy .......................................... SUCCESS [  3.023 s]
[INFO] xmpp-dox ........................................... SUCCESS [  1.492 s]
[INFO] http-doh-listener .................................. SUCCESS [  3.536 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  3.025 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.791 s
[INFO] Finished at: 2021-05-22T00:10:16-04:00
[INFO] ------------------------------------------------------------------------
+ mvn clean test -B
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy ---
[INFO] Deleting /build/jDnsProxy/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /build/jDnsProxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/jDnsProxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Surefire report directory: /build/jDnsProxy/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.moparisthebest.dns.tls.PinnedPubKeyTrustManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.396 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmpp-dox ---
[INFO] Deleting /build/xmpp-dox/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /build/xmpp-dox/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-doh-listener ---
[INFO] Deleting /build/http-doh-listener/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /build/http-doh-listener/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-all ---
[INFO] Deleting /build/jDnsProxy-all/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  0.809 s]
[INFO] jDnsProxy .......................................... SUCCESS [ 11.437 s]
[INFO] xmpp-dox ........................................... SUCCESS [  1.054 s]
[INFO] http-doh-listener .................................. SUCCESS [  1.087 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  0.167 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  16.991 s
[INFO] Finished at: 2021-05-22T00:10:36-04:00
[INFO] ------------------------------------------------------------------------
+ '[' master == master -a 13 -eq 8 ']'
+ echo 'build success!'
+ exit 0
build success!
+ '[' 14 -lt 8 ']'
+ echo 'starting build for JAVA_VERSION: 14'
+ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
starting build for JAVA_VERSION: 14
Apache Maven 3.6.3 (NON-CANONICAL_2019-11-27T20:26:29Z_root)
Maven home: /opt/maven
Java version: 14.0.2, vendor: N/A, runtime: /usr/lib/jvm/java-14-openjdk
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.36-1-lts", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-parent ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy ---
[INFO] Building jar: /build/jDnsProxy/target/jDnsProxy.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy ---
[INFO] Installing /build/jDnsProxy/target/jDnsProxy.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ xmpp-dox ---
[INFO] Building jar: /build/xmpp-dox/target/xmpp-dox.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ xmpp-dox ---
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ xmpp-dox ---
[INFO] Installing /build/xmpp-dox/target/xmpp-dox.jar to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.jar
[INFO] Installing /build/xmpp-dox/pom.xml to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ http-doh-listener ---
[INFO] Building jar: /build/http-doh-listener/target/http-doh-listener.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ http-doh-listener ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ http-doh-listener ---
[INFO] Installing /build/http-doh-listener/target/http-doh-listener.jar to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.jar
[INFO] Installing /build/http-doh-listener/pom.xml to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy-all ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /build/jDnsProxy-all/target/jDnsProxy-all.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ jDnsProxy-all ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including com.moparisthebest.dns:xmpp-dox:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] Including com.moparisthebest.dns:http-doh-listener:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /build/jDnsProxy-all/target/jDnsProxy-all.jar with /build/jDnsProxy-all/target/jDnsProxy-all-1.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-all ---
[INFO] Installing /build/jDnsProxy-all/target/jDnsProxy-all.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy-all/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  1.013 s]
[INFO] jDnsProxy .......................................... SUCCESS [  2.595 s]
[INFO] xmpp-dox ........................................... SUCCESS [  1.420 s]
[INFO] http-doh-listener .................................. SUCCESS [  3.202 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  2.519 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.703 s
[INFO] Finished at: 2021-05-22T00:10:53-04:00
[INFO] ------------------------------------------------------------------------
+ mvn clean test -B
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy ---
[INFO] Deleting /build/jDnsProxy/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /build/jDnsProxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/jDnsProxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Surefire report directory: /build/jDnsProxy/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.moparisthebest.dns.tls.PinnedPubKeyTrustManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.553 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmpp-dox ---
[INFO] Deleting /build/xmpp-dox/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /build/xmpp-dox/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-doh-listener ---
[INFO] Deleting /build/http-doh-listener/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /build/http-doh-listener/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-all ---
[INFO] Deleting /build/jDnsProxy-all/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  0.918 s]
[INFO] jDnsProxy .......................................... SUCCESS [  9.252 s]
[INFO] xmpp-dox ........................................... SUCCESS [  0.869 s]
[INFO] http-doh-listener .................................. SUCCESS [  0.947 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  0.075 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.428 s
[INFO] Finished at: 2021-05-22T00:11:12-04:00
[INFO] ------------------------------------------------------------------------
build success!
+ '[' master == master -a 14 -eq 8 ']'
+ echo 'build success!'
+ exit 0
starting build for JAVA_VERSION: 15
+ '[' 15 -lt 8 ']'
+ echo 'starting build for JAVA_VERSION: 15'
+ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Apache Maven 3.6.3 (NON-CANONICAL_2019-11-27T20:26:29Z_root)
Maven home: /opt/maven
Java version: 15, vendor: Oracle Corporation, runtime: /usr/lib/jvm/jdk-15
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.36-1-lts", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-parent ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy ---
[INFO] Building jar: /build/jDnsProxy/target/jDnsProxy.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy ---
[INFO] Installing /build/jDnsProxy/target/jDnsProxy.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ xmpp-dox ---
[INFO] Building jar: /build/xmpp-dox/target/xmpp-dox.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ xmpp-dox ---
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ xmpp-dox ---
[INFO] Installing /build/xmpp-dox/target/xmpp-dox.jar to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.jar
[INFO] Installing /build/xmpp-dox/pom.xml to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ http-doh-listener ---
[INFO] Building jar: /build/http-doh-listener/target/http-doh-listener.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ http-doh-listener ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ http-doh-listener ---
[INFO] Installing /build/http-doh-listener/target/http-doh-listener.jar to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.jar
[INFO] Installing /build/http-doh-listener/pom.xml to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy-all ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /build/jDnsProxy-all/target/jDnsProxy-all.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ jDnsProxy-all ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including com.moparisthebest.dns:xmpp-dox:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] Including com.moparisthebest.dns:http-doh-listener:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /build/jDnsProxy-all/target/jDnsProxy-all.jar with /build/jDnsProxy-all/target/jDnsProxy-all-1.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-all ---
[INFO] Installing /build/jDnsProxy-all/target/jDnsProxy-all.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy-all/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  0.658 s]
[INFO] jDnsProxy .......................................... SUCCESS [  2.189 s]
[INFO] xmpp-dox ........................................... SUCCESS [  0.906 s]
[INFO] http-doh-listener .................................. SUCCESS [  2.672 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  2.354 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.472 s
[INFO] Finished at: 2021-05-22T00:11:26-04:00
[INFO] ------------------------------------------------------------------------
+ mvn clean test -B
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy ---
[INFO] Deleting /build/jDnsProxy/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /build/jDnsProxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/jDnsProxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Surefire report directory: /build/jDnsProxy/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.moparisthebest.dns.tls.PinnedPubKeyTrustManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.379 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmpp-dox ---
[INFO] Deleting /build/xmpp-dox/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /build/xmpp-dox/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-doh-listener ---
[INFO] Deleting /build/http-doh-listener/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /build/http-doh-listener/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-all ---
[INFO] Deleting /build/jDnsProxy-all/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  0.953 s]
[INFO] jDnsProxy .......................................... SUCCESS [  8.697 s]
[INFO] xmpp-dox ........................................... SUCCESS [  0.728 s]
[INFO] http-doh-listener .................................. SUCCESS [  1.033 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  0.086 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.308 s
[INFO] Finished at: 2021-05-22T00:11:41-04:00
[INFO] ------------------------------------------------------------------------
+ '[' master == master -a 15 -eq 8 ']'
+ echo 'build success!'
+ exit 0
build success!
+ '[' 16 -lt 8 ']'
+ echo 'starting build for JAVA_VERSION: 16'
+ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
starting build for JAVA_VERSION: 16
Apache Maven 3.6.3 (NON-CANONICAL_2019-11-27T20:26:29Z_root)
Maven home: /opt/maven
Java version: 16-ea, vendor: Oracle Corporation, runtime: /usr/lib/jvm/jdk-16
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.36-1-lts", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-parent ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-parent/1.0-SNAPSHOT/jDnsProxy-parent-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy ---
[INFO] Building jar: /build/jDnsProxy/target/jDnsProxy.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy ---
[INFO] Installing /build/jDnsProxy/target/jDnsProxy.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy/1.0-SNAPSHOT/jDnsProxy-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ xmpp-dox ---
[INFO] Building jar: /build/xmpp-dox/target/xmpp-dox.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ xmpp-dox ---
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ xmpp-dox ---
[INFO] Installing /build/xmpp-dox/target/xmpp-dox.jar to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.jar
[INFO] Installing /build/xmpp-dox/pom.xml to /root/.m2/repository/com/moparisthebest/dns/xmpp-dox/1.0-SNAPSHOT/xmpp-dox-1.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ http-doh-listener ---
[INFO] Building jar: /build/http-doh-listener/target/http-doh-listener.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ http-doh-listener ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ http-doh-listener ---
[INFO] Installing /build/http-doh-listener/target/http-doh-listener.jar to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.jar
[INFO] Installing /build/http-doh-listener/pom.xml to /root/.m2/repository/com/moparisthebest/dns/http-doh-listener/1.0-SNAPSHOT/http-doh-listener-1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.1:jar (default-jar) @ jDnsProxy-all ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /build/jDnsProxy-all/target/jDnsProxy-all.jar
[INFO] 
[INFO] --- maven-shade-plugin:3.2.1:shade (default) @ jDnsProxy-all ---
[INFO] Including com.moparisthebest.dns:jDnsProxy:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including com.moparisthebest.dns:xmpp-dox:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-tcp:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-core:jar:4.3.2 in the shaded jar.
[INFO] Including xpp3:xpp3:jar:1.1.4c in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-core:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-util-cache:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.jxmpp:jxmpp-jid:jar:0.7.0-beta1-SNAPSHOT in the shaded jar.
[INFO] Including org.minidns:minidns-core:jar:0.4.0-alpha6 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-java7:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-resolver-javax:jar:4.3.2 in the shaded jar.
[INFO] Including org.igniterealtime.smack:smack-sasl-javax:jar:4.3.2 in the shaded jar.
[INFO] Including com.moparisthebest.dns:http-doh-listener:jar:1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-autoconfigure:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-logging:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including ch.qos.logback:logback-classic:jar:1.2.3 in the shaded jar.
[INFO] Including ch.qos.logback:logback-core:jar:1.2.3 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-to-slf4j:jar:2.11.2 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.11.2 in the shaded jar.
[INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.25 in the shaded jar.
[INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar.
[INFO] Including org.springframework:spring-core:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-jcl:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.yaml:snakeyaml:jar:1.23 in the shaded jar.
[INFO] Including org.springframework.boot:spring-boot-starter-tomcat:jar:2.1.3.RELEASE in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-core:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-el:jar:9.0.16 in the shaded jar.
[INFO] Including org.apache.tomcat.embed:tomcat-embed-websocket:jar:9.0.16 in the shaded jar.
[INFO] Including org.springframework:spring-web:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-beans:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-webmvc:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-aop:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-context:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Including org.springframework:spring-expression:jar:5.1.5.RELEASE in the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /build/jDnsProxy-all/target/jDnsProxy-all.jar with /build/jDnsProxy-all/target/jDnsProxy-all-1.0-SNAPSHOT-shaded.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jDnsProxy-all ---
[INFO] Installing /build/jDnsProxy-all/target/jDnsProxy-all.jar to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.jar
[INFO] Installing /build/jDnsProxy-all/pom.xml to /root/.m2/repository/com/moparisthebest/dns/jDnsProxy-all/1.0-SNAPSHOT/jDnsProxy-all-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  1.027 s]
[INFO] jDnsProxy .......................................... SUCCESS [  2.567 s]
[INFO] xmpp-dox ........................................... SUCCESS [  1.316 s]
[INFO] http-doh-listener .................................. SUCCESS [  3.784 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  2.346 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  13.003 s
[INFO] Finished at: 2021-05-22T00:11:58-04:00
[INFO] ------------------------------------------------------------------------
+ mvn clean test -B
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jDnsProxy-parent                                                   [pom]
[INFO] jDnsProxy                                                          [jar]
[INFO] xmpp-dox                                                           [jar]
[INFO] http-doh-listener                                                  [jar]
[INFO] jDnsProxy-all                                                      [jar]
[INFO] 
[INFO] --------------< com.moparisthebest.dns:jDnsProxy-parent >---------------
[INFO] Building jDnsProxy-parent 1.0-SNAPSHOT                             [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-parent ---
[INFO] 
[INFO] ------------------< com.moparisthebest.dns:jDnsProxy >------------------
[INFO] Building jDnsProxy 1.0-SNAPSHOT                                    [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy ---
[INFO] Deleting /build/jDnsProxy/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 36 source files to /build/jDnsProxy/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/jDnsProxy/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy ---
[INFO] Surefire report directory: /build/jDnsProxy/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.moparisthebest.dns.tls.PinnedPubKeyTrustManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] ------------------< com.moparisthebest.dns:xmpp-dox >-------------------
[INFO] Building xmpp-dox 1.0-SNAPSHOT                                     [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmpp-dox ---
[INFO] Deleting /build/xmpp-dox/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ xmpp-dox ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ xmpp-dox ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /build/xmpp-dox/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ xmpp-dox ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/xmpp-dox/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ xmpp-dox ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ xmpp-dox ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< com.moparisthebest.dns:http-doh-listener >--------------
[INFO] Building http-doh-listener 1.0-SNAPSHOT                            [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-doh-listener ---
[INFO] Deleting /build/http-doh-listener/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ http-doh-listener ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ http-doh-listener ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /build/http-doh-listener/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-doh-listener ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/http-doh-listener/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ http-doh-listener ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-doh-listener ---
[INFO] No tests to run.
[INFO] 
[INFO] ----------------< com.moparisthebest.dns:jDnsProxy-all >----------------
[INFO] Building jDnsProxy-all 1.0-SNAPSHOT                                [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jDnsProxy-all ---
[INFO] Deleting /build/jDnsProxy-all/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jDnsProxy-all ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jDnsProxy-all ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/jDnsProxy-all/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ jDnsProxy-all ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jDnsProxy-all ---
[INFO] No tests to run.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jDnsProxy-parent 1.0-SNAPSHOT:
[INFO] 
[INFO] jDnsProxy-parent ................................... SUCCESS [  0.610 s]
[INFO] jDnsProxy .......................................... SUCCESS [  8.663 s]
[INFO] xmpp-dox ........................................... SUCCESS [  0.755 s]
[INFO] http-doh-listener .................................. SUCCESS [  0.782 s]
[INFO] jDnsProxy-all ...................................... SUCCESS [  0.159 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.459 s
[INFO] Finished at: 2021-05-22T00:12:13-04:00
[INFO] ------------------------------------------------------------------------
+ '[' master == master -a 16 -eq 8 ']'
+ echo 'build success!'
+ exit 0
build success!
+ '[' -e .ci/release.sh ']'
+ '[' -d release ']'
+ ci-release-helper.sh standard_pre_release
Everything up-to-date
Everything up-to-date
deleting github release_id: 41330990
deleting gitea release_id: 347203
+ cd release
+ find -type f '!' -path ./sha256sum.txt -print0
+ xargs -0 sha256sum
+ gpg --clearsign sha256sum.txt
+ ci-release-helper.sh standard_multi_release sha256sum.txt text/plain
all tags:
beta
{
  "url": "https://api.github.com/repos/moparisthebest/jDnsProxy/releases/43403055",
  "assets_url": "https://api.github.com/repos/moparisthebest/jDnsProxy/releases/43403055/assets",
  "upload_url": "https://uploads.github.com/repos/moparisthebest/jDnsProxy/releases/43403055/assets{?name,label}",
  "html_url": "https://github.com/moparisthebest/jDnsProxy/releases/tag/beta",
  "id": 43403055,
  "author": {
    "login": "moparisthebest",
    "id": 363760,
    "node_id": "MDQ6VXNlcjM2Mzc2MA==",
    "avatar_url": "https://avatars.githubusercontent.com/u/363760?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/moparisthebest",
    "html_url": "https://github.com/moparisthebest",
    "followers_url": "https://api.github.com/users/moparisthebest/followers",
    "following_url": "https://api.github.com/users/moparisthebest/following{/other_user}",
    "gists_url": "https://api.github.com/users/moparisthebest/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/moparisthebest/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/moparisthebest/subscriptions",
    "organizations_url": "https://api.github.com/users/moparisthebest/orgs",
    "repos_url": "https://api.github.com/users/moparisthebest/repos",
    "events_url": "https://api.github.com/users/moparisthebest/events{/privacy}",
    "received_events_url": "https://api.github.com/users/moparisthebest/received_events",
    "type": "User",
    "site_admin": false
  },
  "node_id": "MDc6UmVsZWFzZTQzNDAzMDU1",
  "tag_name": "beta",
  "target_commitish": "master",
  "name": null,
  "draft": false,
  "prerelease": false,
  "created_at": "2020-11-27T01:00:27Z",
  "published_at": "2021-05-22T04:12:17Z",
  "assets": [

  ],
  "tarball_url": "https://api.github.com/repos/moparisthebest/jDnsProxy/tarball/beta",
  "zipball_url": "https://api.github.com/repos/moparisthebest/jDnsProxy/zipball/beta",
  "body": null
}
uploading file to github release_id: 43403055
{"url":"https://api.github.com/repos/moparisthebest/jDnsProxy/releases/assets/37326147","id":37326147,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI2MTQ3","name":"sha256sum.txt","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"text/plain","state":"uploaded","size":82,"download_count":0,"created_at":"2021-05-22T04:12:18Z","updated_at":"2021-05-22T04:12:18Z","browser_download_url":"https://github.com/moparisthebest/jDnsProxy/releases/download/beta/sha256sum.txt"}{"id":347203,"tag_name":"beta","target_commitish":"","name":"","body":"","url":"https://code.moparisthebest.com/api/v1/repos/moparisthebest/jDnsProxy/releases/347203","html_url":"https://code.moparisthebest.com/moparisthebest/jDnsProxy/releases/tag/beta","tarball_url":"https://code.moparisthebest.com/moparisthebest/jDnsProxy/archive/beta.tar.gz","zipball_url":"https://code.moparisthebest.com/moparisthebest/jDnsProxy/archive/beta.zip","draft":false,"prerelease":false,"created_at":"2020-11-26T20:00:27-05:00","published_at":"2020-11-26T20:00:27-05:00","author":{"id":1,"login":"moparisthebest","full_name":"Travis Burtrum","email":"admin.code@moparisthebest.com","avatar_url":"https://code.moparisthebest.com/user/avatar/moparisthebest/-1","language":"en-US","is_admin":true,"last_login":"2021-05-12T01:04:07-04:00","created":"2018-07-01T22:04:44-04:00","username":"moparisthebest"},"assets":[]}uploading file to gitea release_id: 347203
{"id":2261,"name":"sha256sum.txt","size":82,"download_count":0,"created_at":"2021-05-22T00:12:18-04:00","uuid":"a60274ce-7e4a-4834-86ff-55e18ad43084","browser_download_url":"https://code.moparisthebest.com/attachments/a60274ce-7e4a-4834-86ff-55e18ad43084"}+ ci-release-helper.sh standard_multi_release sha256sum.txt.asc text/plain
all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 43403055
{"url":"https://api.github.com/repos/moparisthebest/jDnsProxy/releases/assets/37326149","id":37326149,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI2MTQ5","name":"sha256sum.txt.asc","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"text/plain","state":"uploaded","size":359,"download_count":0,"created_at":"2021-05-22T04:12:19Z","updated_at":"2021-05-22T04:12:19Z","browser_download_url":"https://github.com/moparisthebest/jDnsProxy/releases/download/beta/sha256sum.txt.asc"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347203
{"id":2263,"name":"sha256sum.txt.asc","size":359,"download_count":0,"created_at":"2021-05-22T00:12:20-04:00","uuid":"93a02d4c-50ee-40ad-8362-4385cad2a257","browser_download_url":"https://code.moparisthebest.com/attachments/93a02d4c-50ee-40ad-8362-4385cad2a257"}+ rm -f sha256sum.txt sha256sum.txt.asc
+ find -type f -print0
+ xargs -0n1 -I '{}' ci-release-helper.sh standard_multi_release '{}' application/octet-stream
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
all tags:
beta
{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Release",
      "code": "already_exists",
      "field": "tag_name"
    }
  ],
  "documentation_url": "https://docs.github.com/rest/reference/repos#create-a-release"
}
uploading file to github release_id: 43403055
{"url":"https://api.github.com/repos/moparisthebest/jDnsProxy/releases/assets/37326151","id":37326151,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI2MTUx","name":"jDnsProxy.jar","label":"","uploader":{"login":"moparisthebest","id":363760,"node_id":"MDQ6VXNlcjM2Mzc2MA==","avatar_url":"https://avatars.githubusercontent.com/u/363760?v=4","gravatar_id":"","url":"https://api.github.com/users/moparisthebest","html_url":"https://github.com/moparisthebest","followers_url":"https://api.github.com/users/moparisthebest/followers","following_url":"https://api.github.com/users/moparisthebest/following{/other_user}","gists_url":"https://api.github.com/users/moparisthebest/gists{/gist_id}","starred_url":"https://api.github.com/users/moparisthebest/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/moparisthebest/subscriptions","organizations_url":"https://api.github.com/users/moparisthebest/orgs","repos_url":"https://api.github.com/users/moparisthebest/repos","events_url":"https://api.github.com/users/moparisthebest/events{/privacy}","received_events_url":"https://api.github.com/users/moparisthebest/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":14187802,"download_count":0,"created_at":"2021-05-22T04:12:20Z","updated_at":"2021-05-22T04:12:22Z","browser_download_url":"https://github.com/moparisthebest/jDnsProxy/releases/download/beta/jDnsProxy.jar"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347203
{"id":2266,"name":"jDnsProxy.jar","size":14187802,"download_count":0,"created_at":"2021-05-22T00:12:22-04:00","uuid":"3d47ebf7-af5b-4738-b3f0-10a281e8f1df","browser_download_url":"https://code.moparisthebest.com/attachments/3d47ebf7-af5b-4738-b3f0-10a281e8f1df"}+ exit 0
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Email)
[Pipeline] step
[Pipeline] }
[Pipeline] // stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
[Gitea] Notifying branch build status: SUCCESS This commit looks good
[Gitea] Notified
Finished: SUCCESS