Started by GitHub push by Brokkonaut
Running as SYSTEM
Building in workspace /home/tomcat/.jenkins/workspace/CubeConomy
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
using credential caf384e3-f7ca-4726-a4e6-7d2349c2f80f
Cloning the remote Git repository
Cloning repository https://github.com/Brokkonaut/CubeConomy.git
> git init /home/tomcat/.jenkins/workspace/CubeConomy # timeout=10
Fetching upstream changes from https://github.com/Brokkonaut/CubeConomy.git
> git --version # timeout=10
> git --version # 'git version 2.47.3'
using GIT_ASKPASS to set credentials
> git fetch --tags --force --progress -- https://github.com/Brokkonaut/CubeConomy.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/Brokkonaut/CubeConomy.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 09b09a5cba126a8122be6ec2f6703c28571a93f8 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 09b09a5cba126a8122be6ec2f6703c28571a93f8 # timeout=10
Commit message: "cleanup"
> git rev-list --no-walk c693d7abee845127090b6fe584d8879facb10cda # timeout=10
[CubeConomy] $ mvn clean install deploy -Dbuild.number=29
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper (file:/usr/share/maven/lib/guava.jar)
WARNING: Please consider reporting this to the maintainers of class com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[[1;34mINFO[m] Scanning for projects...
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--------------------< [0;36mde.iani.cubeside:CubeConomy[0;1m >---------------------[m
[[1;34mINFO[m] [1mBuilding CubeConomy 0.0.1-SNAPSHOT[m
[[1;34mINFO[m] from pom.xml
[[1;34mINFO[m] [1m--------------------------------[ jar ]---------------------------------[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mclean:3.2.0:clean[m [1m(default-clean)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mresources:3.3.1:resources[m [1m(default-resources)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] Copying 2 resources from src/main/resources to target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mcompiler:3.15.0:compile[m [1m(default-compile)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] Recompiling the module because of [1mchanged source code[m.
[[1;34mINFO[m] Compiling 29 source files with javac [debug release 25] to target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mresources:3.3.1:testResources[m [1m(default-testResources)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/CubeConomy/src/test/resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mcompiler:3.15.0:testCompile[m [1m(default-testCompile)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] No sources to compile
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32msurefire:2.17:test[m [1m(default-test)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] No tests to run.
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mjar:3.4.1:jar[m [1m(default-jar)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] Building jar: /home/tomcat/.jenkins/workspace/CubeConomy/target/CubeConomy.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32minstall:3.1.2:install[m [1m(default-install)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] Installing /home/tomcat/.jenkins/workspace/CubeConomy/pom.xml to /home/tomcat/.m2/repository/de/iani/cubeside/CubeConomy/0.0.1-SNAPSHOT/CubeConomy-0.0.1-SNAPSHOT.pom
[[1;34mINFO[m] Installing /home/tomcat/.jenkins/workspace/CubeConomy/target/CubeConomy.jar to /home/tomcat/.m2/repository/de/iani/cubeside/CubeConomy/0.0.1-SNAPSHOT/CubeConomy-0.0.1-SNAPSHOT.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mresources:3.3.1:resources[m [1m(default-resources)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] Copying 2 resources from src/main/resources to target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mcompiler:3.15.0:compile[m [1m(default-compile)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] Nothing to compile - all classes are up to date.
[[1;33mWARNING[m] Overwriting artifact's file from /home/tomcat/.jenkins/workspace/CubeConomy/target/CubeConomy.jar to /home/tomcat/.jenkins/workspace/CubeConomy/target/classes
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mresources:3.3.1:testResources[m [1m(default-testResources)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/CubeConomy/src/test/resources
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mcompiler:3.15.0:testCompile[m [1m(default-testCompile)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] No sources to compile
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32msurefire:2.17:test[m [1m(default-test)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] No tests to run.
[[1;34mINFO[m] Skipping execution of surefire because it has already been run for this configuration
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mjar:3.4.1:jar[m [1m(default-jar)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32minstall:3.1.2:install[m [1m(default-install)[m @ [36mCubeConomy[0;1m ---[m
[[1;34mINFO[m] Installing /home/tomcat/.jenkins/workspace/CubeConomy/pom.xml to /home/tomcat/.m2/repository/de/iani/cubeside/CubeConomy/0.0.1-SNAPSHOT/CubeConomy-0.0.1-SNAPSHOT.pom
[[1;34mINFO[m] Installing /home/tomcat/.jenkins/workspace/CubeConomy/target/CubeConomy.jar to /home/tomcat/.m2/repository/de/iani/cubeside/CubeConomy/0.0.1-SNAPSHOT/CubeConomy-0.0.1-SNAPSHOT.jar
[[1;34mINFO[m]
[[1;34mINFO[m] [1m--- [0;32mdeploy:3.1.2:deploy[m [1m(default-deploy)[m @ [36mCubeConomy[0;1m ---[m
[90mDownloading from [0mnexus[90m: https://www.iani.de/nexus/content/repositories/snapshots/[0mde/iani/cubeside/CubeConomy/0.0.1-SNAPSHOT/maven-metadata.xml
Progress (1): 779 B
Downloaded[90m from [0mnexus[90m: https://www.iani.de/nexus/content/repositories/snapshots/[0mde/iani/cubeside/CubeConomy/0.0.1-SNAPSHOT/maven-metadata.xml[90m (779 B at 4.2 kB/s)[0m
[90mUploading to [0mnexus[90m: https://www.iani.de/nexus/content/repositories/snapshots/[0mde/iani/cubeside/CubeConomy/0.0.1-SNAPSHOT/CubeConomy-0.0.1-20260613.013633-23.pom
Progress (1): 3.0 kB
Uploaded[90m to [0mnexus[90m: https://www.iani.de/nexus/content/repositories/snapshots/[0mde/iani/cubeside/CubeConomy/0.0.1-SNAPSHOT/CubeConomy-0.0.1-20260613.013633-23.pom[90m (3.0 kB at 86 kB/s)[0m
[90mUploading to [0mnexus[90m: https://www.iani.de/nexus/content/repositories/snapshots/[0mde/iani/cubeside/CubeConomy/0.0.1-SNAPSHOT/CubeConomy-0.0.1-20260613.013633-23.jar
Progress (1): 4.1/58 kB
Progress (1): 8.2/58 kB
Progress (1): 12/58 kB
Progress (1): 16/58 kB
Progress (1): 20/58 kB
Progress (1): 25/58 kB
Progress (1): 29/58 kB
Progress (1): 33/58 kB
Progress (1): 37/58 kB
Progress (1): 41/58 kB
Progress (1): 45/58 kB
Progress (1): 49/58 kB
Progress (1): 53/58 kB
Progress (1): 57/58 kB
Progress (1): 58 kB
Uploaded[90m to [0mnexus[90m: https://www.iani.de/nexus/content/repositories/snapshots/[0mde/iani/cubeside/CubeConomy/0.0.1-SNAPSHOT/CubeConomy-0.0.1-20260613.013633-23.jar[90m (58 kB at 2.9 MB/s)[0m
[90mDownloading from [0mnexus[90m: https://www.iani.de/nexus/content/repositories/snapshots/[0mde/iani/cubeside/CubeConomy/maven-metadata.xml
Progress (1): 286 B
Downloaded[90m from [0mnexus[90m: https://www.iani.de/nexus/content/repositories/snapshots/[0mde/iani/cubeside/CubeConomy/maven-metadata.xml[90m (286 B at 48 kB/s)[0m
[90mUploading to [0mnexus[90m: https://www.iani.de/nexus/content/repositories/snapshots/[0mde/iani/cubeside/CubeConomy/0.0.1-SNAPSHOT/maven-metadata.xml
Progress (1): 779 B
Uploaded[90m to [0mnexus[90m: https://www.iani.de/nexus/content/repositories/snapshots/[0mde/iani/cubeside/CubeConomy/0.0.1-SNAPSHOT/maven-metadata.xml[90m (779 B at 87 kB/s)[0m
[90mUploading to [0mnexus[90m: https://www.iani.de/nexus/content/repositories/snapshots/[0mde/iani/cubeside/CubeConomy/maven-metadata.xml
Progress (1): 286 B
Uploaded[90m to [0mnexus[90m: https://www.iani.de/nexus/content/repositories/snapshots/[0mde/iani/cubeside/CubeConomy/maven-metadata.xml[90m (286 B at 36 kB/s)[0m
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] [1;32mBUILD SUCCESS[m
[[1;34mINFO[m] [1m------------------------------------------------------------------------[m
[[1;34mINFO[m] Total time: 2.244 s
[[1;34mINFO[m] Finished at: 2026-06-13T03:36:35+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