Started by GitBucket push by Starjon Running as SYSTEM Building in workspace /home/tomcat/.jenkins/workspace/CubesideUtils [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... using credential 39e74399-af13-4c80-9047-56e255b064d2 Cloning the remote Git repository Cloning repository https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git > git init /home/tomcat/.jenkins/workspace/CubesideUtils # timeout=10 Fetching upstream changes from https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git > git --version # timeout=10 using GIT_ASKPASS to set credentials > git fetch --tags --force --progress -- https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git # timeout=10 Fetching upstream changes from https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git using GIT_ASKPASS to set credentials > git fetch --tags --force --progress -- https://www.iani.de/gitbucket/git/Brokkonaut/CubesideUtils.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse 27a30a8e84f27f1d3fb6a45b36549d7a65a34034^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 27a30a8e84f27f1d3fb6a45b36549d7a65a34034 # timeout=10 Checking out Revision 27a30a8e84f27f1d3fb6a45b36549d7a65a34034 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 27a30a8e84f27f1d3fb6a45b36549d7a65a34034 # timeout=10 Commit message: "Allow toRomanNumber to deal with non-positive arguments." > git rev-list --no-walk e67b65eaf3d950d5ee1e7637c8db71325f4c7482 # timeout=10 [CubesideUtils] $ mvn clean install deploy -Dbuild.number=157 NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED [[1;34mINFO[m] Scanning for projects... [[1;34mINFO[m] [[1;34mINFO[m] [1m-------------------< [0;36mde.iani.cubeside:CubesideUtils[0;1m >-------------------[m [[1;34mINFO[m] [1mBuilding CubesideUtils 1.14-SNAPSHOT[m [[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m Downloading from destroystokyo-repo: https://repo.destroystokyo.com/repository/maven-public/net/md-5/bungeecord-parent/1.15-SNAPSHOT/bungeecord-parent-1.15-20200429.221148-68.pom Downloaded from destroystokyo-repo: https://repo.destroystokyo.com/repository/maven-public/net/md-5/bungeecord-parent/1.15-SNAPSHOT/bungeecord-parent-1.15-20200429.221148-68.pom (0 B at 0 B/s) [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-clean-plugin:2.5:clean[m [1m(default-clean)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.6:resources[m [1m(default-resources)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources. [[1;34mINFO[m] Copying 1 resource [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Changes detected - recompiling the module! [[1;34mINFO[m] Compiling 51 source files to /home/tomcat/.jenkins/workspace/CubesideUtils/target/classes [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.6:testResources[m [1m(default-testResources)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources. [[1;34mINFO[m] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/CubesideUtils/src/test/resources [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Changes detected - recompiling the module! [[1;34mINFO[m] Compiling 2 source files to /home/tomcat/.jenkins/workspace/CubesideUtils/target/test-classes [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:3.0.0-M3:test[m [1m(default-test)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] [[1;34mINFO[m] ------------------------------------------------------- [[1;34mINFO[m] T E S T S [[1;34mINFO[m] ------------------------------------------------------- [[1;34mINFO[m] Running de.iani.cubesideutils.collections.[1mLinkedGeneralHashMapTest[m [[1;34mINFO[m] [1;32mTests run: [0;1;32m6[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in de.iani.cubesideutils.collections.[1mLinkedGeneralHashMapTest[m [[1;34mINFO[m] Running de.iani.cubesideutils.collections.[1mGeneralHashMapTest[m [[1;34mINFO[m] [1;32mTests run: [0;1;32m5[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in de.iani.cubesideutils.collections.[1mGeneralHashMapTest[m [[1;34mINFO[m] [[1;34mINFO[m] Results: [[1;34mINFO[m] [[1;34mINFO[m] [1;32mTests run: 11, Failures: 0, Errors: 0, Skipped: 0[m [[1;34mINFO[m] [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.2.0:jar[m [1m(default-jar)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Building jar: /home/tomcat/.jenkins/workspace/CubesideUtils/target/CubesideUtils.jar [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.4:install[m [1m(default-install)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Installing /home/tomcat/.jenkins/workspace/CubesideUtils/target/CubesideUtils.jar to /home/tomcat/.m2/repository/de/iani/cubeside/CubesideUtils/1.14-SNAPSHOT/CubesideUtils-1.14-SNAPSHOT.jar [[1;34mINFO[m] Installing /home/tomcat/.jenkins/workspace/CubesideUtils/pom.xml to /home/tomcat/.m2/repository/de/iani/cubeside/CubesideUtils/1.14-SNAPSHOT/CubesideUtils-1.14-SNAPSHOT.pom [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.6:resources[m [1m(default-resources)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources. [[1;34mINFO[m] Copying 1 resource [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:compile[m [1m(default-compile)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Changes detected - recompiling the module! [[1;34mINFO[m] Compiling 51 source files to /home/tomcat/.jenkins/workspace/CubesideUtils/target/classes [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-resources-plugin:2.6:testResources[m [1m(default-testResources)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Using 'UTF-8' encoding to copy filtered resources. [[1;34mINFO[m] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/CubesideUtils/src/test/resources [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-compiler-plugin:3.8.1:testCompile[m [1m(default-testCompile)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Changes detected - recompiling the module! [[1;34mINFO[m] Compiling 2 source files to /home/tomcat/.jenkins/workspace/CubesideUtils/target/test-classes [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-surefire-plugin:3.0.0-M3:test[m [1m(default-test)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Skipping execution of surefire because it has already been run for this configuration [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-jar-plugin:3.2.0:jar[m [1m(default-jar)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Building jar: /home/tomcat/.jenkins/workspace/CubesideUtils/target/CubesideUtils.jar [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-install-plugin:2.4:install[m [1m(default-install)[m @ [36mCubesideUtils[0;1m ---[m [[1;34mINFO[m] Installing /home/tomcat/.jenkins/workspace/CubesideUtils/target/CubesideUtils.jar to /home/tomcat/.m2/repository/de/iani/cubeside/CubesideUtils/1.14-SNAPSHOT/CubesideUtils-1.14-SNAPSHOT.jar [[1;34mINFO[m] Installing /home/tomcat/.jenkins/workspace/CubesideUtils/pom.xml to /home/tomcat/.m2/repository/de/iani/cubeside/CubesideUtils/1.14-SNAPSHOT/CubesideUtils-1.14-SNAPSHOT.pom [[1;34mINFO[m] [[1;34mINFO[m] [1m--- [0;32mmaven-deploy-plugin:2.7:deploy[m [1m(default-deploy)[m @ [36mCubesideUtils[0;1m ---[m Downloading from nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/1.14-SNAPSHOT/maven-metadata.xml Progress (1): 779 B Downloaded from nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/1.14-SNAPSHOT/maven-metadata.xml (779 B at 19 kB/s) Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/1.14-SNAPSHOT/CubesideUtils-1.14-20200430.161425-52.jar Progress (1): 4.1/146 kB Progress (1): 8.2/146 kB Progress (1): 12/146 kB Progress (1): 16/146 kB Progress (1): 20/146 kB Progress (1): 25/146 kB Progress (1): 29/146 kB Progress (1): 33/146 kB Progress (1): 37/146 kB Progress (1): 41/146 kB Progress (1): 45/146 kB Progress (1): 49/146 kB Progress (1): 53/146 kB Progress (1): 57/146 kB Progress (1): 61/146 kB Progress (1): 66/146 kB Progress (1): 70/146 kB Progress (1): 74/146 kB Progress (1): 78/146 kB Progress (1): 82/146 kB Progress (1): 86/146 kB Progress (1): 90/146 kB Progress (1): 94/146 kB Progress (1): 98/146 kB Progress (1): 102/146 kB Progress (1): 106/146 kB Progress (1): 111/146 kB Progress (1): 115/146 kB Progress (1): 119/146 kB Progress (1): 123/146 kB Progress (1): 127/146 kB Progress (1): 131/146 kB Progress (1): 135/146 kB Progress (1): 139/146 kB Progress (1): 143/146 kB Progress (1): 146 kB Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/1.14-SNAPSHOT/CubesideUtils-1.14-20200430.161425-52.jar (146 kB at 2.0 MB/s) Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/1.14-SNAPSHOT/CubesideUtils-1.14-20200430.161425-52.pom Progress (1): 3.3 kB Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/1.14-SNAPSHOT/CubesideUtils-1.14-20200430.161425-52.pom (3.3 kB at 63 kB/s) Downloading from nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/maven-metadata.xml Progress (1): 374 B Downloaded from nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/maven-metadata.xml (374 B at 9.3 kB/s) Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/1.14-SNAPSHOT/maven-metadata.xml Progress (1): 779 B Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/1.14-SNAPSHOT/maven-metadata.xml (779 B at 32 kB/s) Uploading to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/maven-metadata.xml Progress (1): 374 B Uploaded to nexus: https://www.iani.de/nexus/content/repositories/snapshots/de/iani/cubeside/CubesideUtils/maven-metadata.xml (374 B at 19 kB/s) [[1;34mINFO[m] [1m------------------------------------------------------------------------[m [[1;34mINFO[m] [1;32mBUILD SUCCESS[m [[1;34mINFO[m] [1m------------------------------------------------------------------------[m [[1;34mINFO[m] Total time: 8.284 s [[1;34mINFO[m] Finished at: 2020-04-30T18:14:25+02:00 [[1;34mINFO[m] [1m------------------------------------------------------------------------[m Archiving artifacts [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done Finished: SUCCESS