Skip to content
Failed

Console Output

Started by GitHub push by Brokkonaut
Running as SYSTEM
Building in workspace /home/tomcat/.jenkins/workspace/GlobalConnectionServer
The recommended git tool is: NONE
using credential caf384e3-f7ca-4726-a4e6-7d2349c2f80f
 > git rev-parse --resolve-git-dir /home/tomcat/.jenkins/workspace/GlobalConnectionServer/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/Brokkonaut/GlobalConnectionServer.git # timeout=10
Fetching upstream changes from https://github.com/Brokkonaut/GlobalConnectionServer.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://github.com/Brokkonaut/GlobalConnectionServer.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 58d40038d7d97071e756ac93b18d5018b2685255 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58d40038d7d97071e756ac93b18d5018b2685255 # timeout=10
Commit message: "use buffered streams for sockets"
 > git rev-list --no-walk 8d6dfb2b254e40d72d70281be07ab86eacb469c6 # timeout=10
[Set GitHub commit status (universal)] PENDING on repos [] (sha:58d4003) with context:GlobalConnectionServer
Parsing POMs
Established TCP socket on 34497
[GlobalConnectionServer] $ java -cp /home/tomcat/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.13.jar:/home/tomcat/.jenkins/tools/hudson.tasks.Maven_MavenInstallation/Default/boot/plexus-classworlds-2.5.2.jar:/home/tomcat/.jenkins/tools/hudson.tasks.Maven_MavenInstallation/Default/conf/logging jenkins.maven3.agent.Maven35Main /home/tomcat/.jenkins/tools/hudson.tasks.Maven_MavenInstallation/Default /home/tomcat/tomcat/webapps/jenkins/WEB-INF/lib/remoting-3025.vf64a_a_3da_6b_55.jar /home/tomcat/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.13.jar /home/tomcat/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 34497
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.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /home/tomcat/.jenkins/workspace/GlobalConnectionServer/pom.xml clean install deploy
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< de.cubeside:globalconnectionserver >-----------------
[INFO] Building globalconnectionserver 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ globalconnectionserver ---
[INFO] Deleting /home/tomcat/.jenkins/workspace/GlobalConnectionServer/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ globalconnectionserver ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ globalconnectionserver ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to /home/tomcat/.jenkins/workspace/GlobalConnectionServer/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.478 s
[INFO] Finished at: 2022-09-24T09:21:40+02:00
[INFO] ------------------------------------------------------------------------
Warte bis Jenkins die Datensammlung abgeschlossen hat
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project globalconnectionserver: Fatal error compiling: error: release version 17 not supported -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[JENKINS] Archiving /home/tomcat/.jenkins/workspace/GlobalConnectionServer/pom.xml to de.cubeside/globalconnectionserver/0.0.1-SNAPSHOT/globalconnectionserver-0.0.1-SNAPSHOT.pom
channel stopped
Skipped archiving because build is not successful
[Set GitHub commit status (universal)] FAILURE on repos [] (sha:58d4003) with context:GlobalConnectionServer
Finished: FAILURE