Console Output

Skipping 52 KB.. Full Log
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ threadscheduler ---
[INFO] Building jar: /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ threadscheduler ---
[INFO] Installing /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/threadscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisscheduler ---
[INFO] Building jar: /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisscheduler ---
[INFO] Installing /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisprocessor ---
[INFO] Building jar: /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisprocessor ---
[INFO] Installing /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisprocessor/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  0.649 s]
[INFO] core ............................................... SUCCESS [  1.031 s]
[INFO] threadscheduler .................................... SUCCESS [  0.141 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.167 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.075 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.178 s
[INFO] Finished at: 2021-05-22T00:07:04-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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jbgjob ---
[INFO] Deleting /build/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
[INFO] Deleting /build/core/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /build/core/target/classes
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Some input files use or override a deprecated API.
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ threadscheduler ---
[INFO] Deleting /build/threadscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/threadscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisscheduler ---
[INFO] Deleting /build/redisscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/redisscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisprocessor ---
[INFO] Deleting /build/redisprocessor/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /build/redisprocessor/target/classes
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java uses unchecked or unsafe operations.
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  0.788 s]
[INFO] core ............................................... SUCCESS [  3.347 s]
[INFO] threadscheduler .................................... SUCCESS [  0.177 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.708 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.881 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.953 s
[INFO] Finished at: 2021-05-22T00:07:15-04:00
[INFO] ------------------------------------------------------------------------
+ '[' master == master -a 9 -eq 8 ']'
+ echo 'build success!'
+ exit 0
build success!
starting build for JAVA_VERSION: 10
+ '[' 10 -lt 8 ']'
+ echo '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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jbgjob ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/jbgjob/0.3.5-SNAPSHOT/jbgjob-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ core ---
[INFO] Building jar: /build/core/target/core-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core ---
[INFO] Installing /build/core/target/core-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/core/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ threadscheduler ---
[INFO] Building jar: /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ threadscheduler ---
[INFO] Installing /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/threadscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisscheduler ---
[INFO] Building jar: /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisscheduler ---
[INFO] Installing /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisprocessor ---
[INFO] Building jar: /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisprocessor ---
[INFO] Installing /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisprocessor/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  1.194 s]
[INFO] core ............................................... SUCCESS [  2.020 s]
[INFO] threadscheduler .................................... SUCCESS [  0.184 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.181 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.120 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.148 s
[INFO] Finished at: 2021-05-22T00:07: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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jbgjob ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
[INFO] Deleting /build/core/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /build/core/target/classes
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Some input files use or override a deprecated API.
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ threadscheduler ---
[INFO] Deleting /build/threadscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/threadscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisscheduler ---
[INFO] Deleting /build/redisscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/redisscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisprocessor ---
[INFO] Deleting /build/redisprocessor/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /build/redisprocessor/target/classes
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java uses unchecked or unsafe operations.
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  0.980 s]
[INFO] core ............................................... SUCCESS [  4.452 s]
[INFO] threadscheduler .................................... SUCCESS [  0.379 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.694 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.768 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.161 s
[INFO] Finished at: 2021-05-22T00:07:40-04:00
[INFO] ------------------------------------------------------------------------
+ '[' master == master -a 10 -eq 8 ']'
+ echo 'build success!'
+ exit 0
build success!
+ '[' 11 -lt 8 ']'
+ echo 'starting build for JAVA_VERSION: 11'
+ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
starting build for JAVA_VERSION: 11
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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jbgjob ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/jbgjob/0.3.5-SNAPSHOT/jbgjob-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ core ---
[INFO] Building jar: /build/core/target/core-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core ---
[INFO] Installing /build/core/target/core-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/core/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ threadscheduler ---
[INFO] Building jar: /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ threadscheduler ---
[INFO] Installing /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/threadscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisscheduler ---
[INFO] Building jar: /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisscheduler ---
[INFO] Installing /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisprocessor ---
[INFO] Building jar: /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisprocessor ---
[INFO] Installing /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisprocessor/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  1.143 s]
[INFO] core ............................................... SUCCESS [  1.995 s]
[INFO] threadscheduler .................................... SUCCESS [  0.188 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.311 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.391 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.802 s
[INFO] Finished at: 2021-05-22T00:07:51-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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jbgjob ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
[INFO] Deleting /build/core/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /build/core/target/classes
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Some input files use or override a deprecated API.
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ threadscheduler ---
[INFO] Deleting /build/threadscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/threadscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisscheduler ---
[INFO] Deleting /build/redisscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/redisscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisprocessor ---
[INFO] Deleting /build/redisprocessor/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /build/redisprocessor/target/classes
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java uses unchecked or unsafe operations.
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  0.721 s]
[INFO] core ............................................... SUCCESS [  3.738 s]
[INFO] threadscheduler .................................... SUCCESS [  0.221 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.502 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.781 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.584 s
[INFO] Finished at: 2021-05-22T00:08:04-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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jbgjob ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/jbgjob/0.3.5-SNAPSHOT/jbgjob-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ core ---
[INFO] Building jar: /build/core/target/core-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core ---
[INFO] Installing /build/core/target/core-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/core/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ threadscheduler ---
[INFO] Building jar: /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ threadscheduler ---
[INFO] Installing /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/threadscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisscheduler ---
[INFO] Building jar: /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisscheduler ---
[INFO] Installing /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisprocessor ---
[INFO] Building jar: /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisprocessor ---
[INFO] Installing /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisprocessor/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  1.365 s]
[INFO] core ............................................... SUCCESS [  2.563 s]
[INFO] threadscheduler .................................... SUCCESS [  0.150 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.419 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.190 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.838 s
[INFO] Finished at: 2021-05-22T00:08:15-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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jbgjob ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
[INFO] Deleting /build/core/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /build/core/target/classes
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Some input files use or override a deprecated API.
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ threadscheduler ---
[INFO] Deleting /build/threadscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/threadscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisscheduler ---
[INFO] Deleting /build/redisscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/redisscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisprocessor ---
[INFO] Deleting /build/redisprocessor/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /build/redisprocessor/target/classes
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java uses unchecked or unsafe operations.
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  1.396 s]
[INFO] core ............................................... SUCCESS [  4.536 s]
[INFO] threadscheduler .................................... SUCCESS [  0.224 s]
[INFO] redisscheduler ..................................... SUCCESS [  1.090 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.834 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.205 s
[INFO] Finished at: 2021-05-22T00:08:32-04:00
[INFO] ------------------------------------------------------------------------
+ '[' master == master -a 12 -eq 8 ']'
+ echo 'build success!'
+ exit 0
build success!
+ '[' 13 -lt 8 ']'
+ echo 'starting build for JAVA_VERSION: 13'
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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jbgjob ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/jbgjob/0.3.5-SNAPSHOT/jbgjob-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ core ---
[INFO] Building jar: /build/core/target/core-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core ---
[INFO] Installing /build/core/target/core-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/core/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ threadscheduler ---
[INFO] Building jar: /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ threadscheduler ---
[INFO] Installing /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/threadscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisscheduler ---
[INFO] Building jar: /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisscheduler ---
[INFO] Installing /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisprocessor ---
[INFO] Building jar: /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisprocessor ---
[INFO] Installing /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisprocessor/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  1.504 s]
[INFO] core ............................................... SUCCESS [  2.613 s]
[INFO] threadscheduler .................................... SUCCESS [  0.154 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.160 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.366 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.811 s
[INFO] Finished at: 2021-05-22T00:08:44-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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jbgjob ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
[INFO] Deleting /build/core/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /build/core/target/classes
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Some input files use or override a deprecated API.
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ threadscheduler ---
[INFO] Deleting /build/threadscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/threadscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisscheduler ---
[INFO] Deleting /build/redisscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/redisscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisprocessor ---
[INFO] Deleting /build/redisprocessor/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /build/redisprocessor/target/classes
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java uses unchecked or unsafe operations.
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  0.739 s]
[INFO] core ............................................... SUCCESS [  3.159 s]
[INFO] threadscheduler .................................... SUCCESS [  0.215 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.922 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.710 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.671 s
[INFO] Finished at: 2021-05-22T00:08:56-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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jbgjob ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/jbgjob/0.3.5-SNAPSHOT/jbgjob-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ core ---
[INFO] Building jar: /build/core/target/core-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core ---
[INFO] Installing /build/core/target/core-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/core/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ threadscheduler ---
[INFO] Building jar: /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ threadscheduler ---
[INFO] Installing /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/threadscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisscheduler ---
[INFO] Building jar: /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisscheduler ---
[INFO] Installing /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisprocessor ---
[INFO] Building jar: /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisprocessor ---
[INFO] Installing /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisprocessor/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  0.713 s]
[INFO] core ............................................... SUCCESS [  1.372 s]
[INFO] threadscheduler .................................... SUCCESS [  0.171 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.240 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.209 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.422 s
[INFO] Finished at: 2021-05-22T00:09:04-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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jbgjob ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
[INFO] Deleting /build/core/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /build/core/target/classes
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Some input files use or override a deprecated API.
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ threadscheduler ---
[INFO] Deleting /build/threadscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/threadscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisscheduler ---
[INFO] Deleting /build/redisscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/redisscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisprocessor ---
[INFO] Deleting /build/redisprocessor/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /build/redisprocessor/target/classes
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java uses unchecked or unsafe operations.
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  0.725 s]
[INFO] core ............................................... SUCCESS [  3.004 s]
[INFO] threadscheduler .................................... SUCCESS [  0.225 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.574 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.683 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.152 s
[INFO] Finished at: 2021-05-22T00:09:15-04:00
[INFO] ------------------------------------------------------------------------
build success!
+ '[' master == master -a 14 -eq 8 ']'
+ echo 'build success!'
+ exit 0
+ '[' 15 -lt 8 ']'
+ echo 'starting build for JAVA_VERSION: 15'
+ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
starting build for JAVA_VERSION: 15
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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jbgjob ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/jbgjob/0.3.5-SNAPSHOT/jbgjob-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ core ---
[INFO] Building jar: /build/core/target/core-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core ---
[INFO] Installing /build/core/target/core-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/core/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ threadscheduler ---
[INFO] Building jar: /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ threadscheduler ---
[INFO] Installing /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/threadscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisscheduler ---
[INFO] Building jar: /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisscheduler ---
[INFO] Installing /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisprocessor ---
[INFO] Building jar: /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisprocessor ---
[INFO] Installing /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisprocessor/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  0.909 s]
[INFO] core ............................................... SUCCESS [  1.918 s]
[INFO] threadscheduler .................................... SUCCESS [  0.086 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.304 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.224 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.305 s
[INFO] Finished at: 2021-05-22T00:09:24-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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jbgjob ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
[INFO] Deleting /build/core/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /build/core/target/classes
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Some input files use or override a deprecated API.
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ threadscheduler ---
[INFO] Deleting /build/threadscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/threadscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisscheduler ---
[INFO] Deleting /build/redisscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/redisscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisprocessor ---
[INFO] Deleting /build/redisprocessor/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /build/redisprocessor/target/classes
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java uses unchecked or unsafe operations.
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  0.688 s]
[INFO] core ............................................... SUCCESS [  3.152 s]
[INFO] threadscheduler .................................... SUCCESS [  0.070 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.795 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.864 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.218 s
[INFO] Finished at: 2021-05-22T00:09:34-04:00
[INFO] ------------------------------------------------------------------------
+ '[' master == master -a 15 -eq 8 ']'
+ echo 'build success!'
build success!
+ exit 0
+ '[' 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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jbgjob ---
[INFO] Installing /build/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/jbgjob/0.3.5-SNAPSHOT/jbgjob-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ core ---
[INFO] Building jar: /build/core/target/core-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core ---
[INFO] Installing /build/core/target/core-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/core/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/core/0.3.5-SNAPSHOT/core-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ threadscheduler ---
[INFO] Building jar: /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ threadscheduler ---
[INFO] Installing /build/threadscheduler/target/threadscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/threadscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/threadscheduler/0.3.5-SNAPSHOT/threadscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisscheduler ---
[INFO] Building jar: /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisscheduler ---
[INFO] Installing /build/redisscheduler/target/redisscheduler-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisscheduler/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisscheduler/0.3.5-SNAPSHOT/redisscheduler-0.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ redisprocessor ---
[INFO] Building jar: /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ redisprocessor ---
[INFO] Installing /build/redisprocessor/target/redisprocessor-0.3.5-SNAPSHOT.jar to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.jar
[INFO] Installing /build/redisprocessor/pom.xml to /root/.m2/repository/com/moparisthebest/jbgjob/redisprocessor/0.3.5-SNAPSHOT/redisprocessor-0.3.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  1.635 s]
[INFO] core ............................................... SUCCESS [  2.433 s]
[INFO] threadscheduler .................................... SUCCESS [  0.246 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.446 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.348 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.525 s
[INFO] Finished at: 2021-05-22T00:09:46-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] jbgjob                                                             [pom]
[INFO] core                                                               [jar]
[INFO] threadscheduler                                                    [jar]
[INFO] redisscheduler                                                     [jar]
[INFO] redisprocessor                                                     [jar]
[INFO] 
[INFO] ------------------< com.moparisthebest.jbgjob:jbgjob >------------------
[INFO] Building jbgjob 0.3.5-SNAPSHOT                                     [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jbgjob ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ jbgjob ---
[INFO] 
[INFO] -------------------< com.moparisthebest.jbgjob:core >-------------------
[INFO] Building core 0.3.5-SNAPSHOT                                       [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
[INFO] Deleting /build/core/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/core/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to /build/core/target/classes
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Some input files use or override a deprecated API.
[WARNING] /build/core/src/main/java/com/moparisthebest/jbgjob/ScheduledItem.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ core ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] -------------< com.moparisthebest.jbgjob:threadscheduler >--------------
[INFO] Building threadscheduler 0.3.5-SNAPSHOT                            [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ threadscheduler ---
[INFO] Deleting /build/threadscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ threadscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ threadscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/threadscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ threadscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/threadscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ threadscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ threadscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ threadscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisscheduler >--------------
[INFO] Building redisscheduler 0.3.5-SNAPSHOT                             [4/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisscheduler ---
[INFO] Deleting /build/redisscheduler/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisscheduler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisscheduler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisscheduler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisscheduler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /build/redisscheduler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisscheduler ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisscheduler ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisscheduler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --------------< com.moparisthebest.jbgjob:redisprocessor >--------------
[INFO] Building redisprocessor 0.3.5-SNAPSHOT                             [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ redisprocessor ---
[INFO] Deleting /build/redisprocessor/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.2:enforce (enforce-maven) @ redisprocessor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ redisprocessor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /build/redisprocessor/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ redisprocessor ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /build/redisprocessor/target/classes
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java uses unchecked or unsafe operations.
[WARNING] /build/redisprocessor/src/main/java/com/moparisthebest/jbgjob/processor/RedisThread.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ redisprocessor ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ redisprocessor ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ redisprocessor ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jbgjob 0.3.5-SNAPSHOT:
[INFO] 
[INFO] jbgjob ............................................. SUCCESS [  0.882 s]
[INFO] core ............................................... SUCCESS [  3.993 s]
[INFO] threadscheduler .................................... SUCCESS [  0.264 s]
[INFO] redisscheduler ..................................... SUCCESS [  0.818 s]
[INFO] redisprocessor ..................................... SUCCESS [  0.813 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.856 s
[INFO] Finished at: 2021-05-22T00:09:58-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: 41330914
deleting gitea release_id: 347210
+ 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/jBgJob/releases/43403028",
  "assets_url": "https://api.github.com/repos/moparisthebest/jBgJob/releases/43403028/assets",
  "upload_url": "https://uploads.github.com/repos/moparisthebest/jBgJob/releases/43403028/assets{?name,label}",
  "html_url": "https://github.com/moparisthebest/jBgJob/releases/tag/beta",
  "id": 43403028,
  "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": "MDc6UmVsZWFzZTQzNDAzMDI4",
  "tag_name": "beta",
  "target_commitish": "master",
  "name": null,
  "draft": false,
  "prerelease": false,
  "created_at": "2020-11-27T00:55:43Z",
  "published_at": "2021-05-22T04:10:03Z",
  "assets": [

  ],
  "tarball_url": "https://api.github.com/repos/moparisthebest/jBgJob/tarball/beta",
  "zipball_url": "https://api.github.com/repos/moparisthebest/jBgJob/zipball/beta",
  "body": null
}
uploading file to github release_id: 43403028
{"url":"https://api.github.com/repos/moparisthebest/jBgJob/releases/assets/37326084","id":37326084,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI2MDg0","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":399,"download_count":0,"created_at":"2021-05-22T04:10:04Z","updated_at":"2021-05-22T04:10:04Z","browser_download_url":"https://github.com/moparisthebest/jBgJob/releases/download/beta/sha256sum.txt"}{"id":347210,"tag_name":"beta","target_commitish":"","name":"","body":"","url":"https://code.moparisthebest.com/api/v1/repos/moparisthebest/jBgJob/releases/347210","html_url":"https://code.moparisthebest.com/moparisthebest/jBgJob/releases/tag/beta","tarball_url":"https://code.moparisthebest.com/moparisthebest/jBgJob/archive/beta.tar.gz","zipball_url":"https://code.moparisthebest.com/moparisthebest/jBgJob/archive/beta.zip","draft":false,"prerelease":false,"created_at":"2020-11-26T19:55:43-05:00","published_at":"2020-11-26T19:55:43-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: 347210
{"id":2222,"name":"sha256sum.txt","size":399,"download_count":0,"created_at":"2021-05-22T00:10:04-04:00","uuid":"cb39ec77-93ec-4a4f-be8d-f0a80e08f98b","browser_download_url":"https://code.moparisthebest.com/attachments/cb39ec77-93ec-4a4f-be8d-f0a80e08f98b"}+ 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: 43403028
{"url":"https://api.github.com/repos/moparisthebest/jBgJob/releases/assets/37326085","id":37326085,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI2MDg1","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":676,"download_count":0,"created_at":"2021-05-22T04:10:05Z","updated_at":"2021-05-22T04:10:05Z","browser_download_url":"https://github.com/moparisthebest/jBgJob/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: 347210
{"id":2223,"name":"sha256sum.txt.asc","size":676,"download_count":0,"created_at":"2021-05-22T00:10:06-04:00","uuid":"c4341596-5bdb-493a-94b1-6e95f8904c9c","browser_download_url":"https://code.moparisthebest.com/attachments/c4341596-5bdb-493a-94b1-6e95f8904c9c"}+ 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: 43403028
{"url":"https://api.github.com/repos/moparisthebest/jBgJob/releases/assets/37326086","id":37326086,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI2MDg2","name":"core-0.3.5-SNAPSHOT.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":11261,"download_count":0,"created_at":"2021-05-22T04:10:07Z","updated_at":"2021-05-22T04:10:07Z","browser_download_url":"https://github.com/moparisthebest/jBgJob/releases/download/beta/core-0.3.5-SNAPSHOT.jar"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347210
{"id":2224,"name":"core-0.3.5-SNAPSHOT.jar","size":11261,"download_count":0,"created_at":"2021-05-22T00:10:07-04:00","uuid":"900ab51a-6533-42ae-a279-f5b686fce8ca","browser_download_url":"https://code.moparisthebest.com/attachments/900ab51a-6533-42ae-a279-f5b686fce8ca"}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: 43403028
{"url":"https://api.github.com/repos/moparisthebest/jBgJob/releases/assets/37326087","id":37326087,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI2MDg3","name":"threadscheduler-0.3.5-SNAPSHOT.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":3429,"download_count":0,"created_at":"2021-05-22T04:10:08Z","updated_at":"2021-05-22T04:10:08Z","browser_download_url":"https://github.com/moparisthebest/jBgJob/releases/download/beta/threadscheduler-0.3.5-SNAPSHOT.jar"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347210
{"id":2225,"name":"threadscheduler-0.3.5-SNAPSHOT.jar","size":3429,"download_count":0,"created_at":"2021-05-22T00:10:08-04:00","uuid":"ec8d3965-f7ba-4071-8079-0eef151cae38","browser_download_url":"https://code.moparisthebest.com/attachments/ec8d3965-f7ba-4071-8079-0eef151cae38"}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: 43403028
{"url":"https://api.github.com/repos/moparisthebest/jBgJob/releases/assets/37326088","id":37326088,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI2MDg4","name":"redisscheduler-0.3.5-SNAPSHOT.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":5238,"download_count":0,"created_at":"2021-05-22T04:10:09Z","updated_at":"2021-05-22T04:10:09Z","browser_download_url":"https://github.com/moparisthebest/jBgJob/releases/download/beta/redisscheduler-0.3.5-SNAPSHOT.jar"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347210
{"id":2226,"name":"redisscheduler-0.3.5-SNAPSHOT.jar","size":5238,"download_count":0,"created_at":"2021-05-22T00:10:10-04:00","uuid":"79113e8e-aff2-4130-9f8d-0999e0ff7fcc","browser_download_url":"https://code.moparisthebest.com/attachments/79113e8e-aff2-4130-9f8d-0999e0ff7fcc"}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: 43403028
{"url":"https://api.github.com/repos/moparisthebest/jBgJob/releases/assets/37326089","id":37326089,"node_id":"MDEyOlJlbGVhc2VBc3NldDM3MzI2MDg5","name":"redisprocessor-0.3.5-SNAPSHOT.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":14458,"download_count":0,"created_at":"2021-05-22T04:10:10Z","updated_at":"2021-05-22T04:10:11Z","browser_download_url":"https://github.com/moparisthebest/jBgJob/releases/download/beta/redisprocessor-0.3.5-SNAPSHOT.jar"}{"message":"Release is has no Tag","url":"https://code.moparisthebest.com/api/swagger"}uploading file to gitea release_id: 347210
{"id":2227,"name":"redisprocessor-0.3.5-SNAPSHOT.jar","size":14458,"download_count":0,"created_at":"2021-05-22T00:10:11-04:00","uuid":"193da43b-99ba-448a-9b0f-d024f27275f9","browser_download_url":"https://code.moparisthebest.com/attachments/193da43b-99ba-448a-9b0f-d024f27275f9"}+ 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