Skip to content
Success

Console Output

Started by user PseudoKnight
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/CHDisguises
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/CHDisguises/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/PseudoKnight/CHDisguises # timeout=10
Fetching upstream changes from https://github.com/PseudoKnight/CHDisguises
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://github.com/PseudoKnight/CHDisguises +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision c0d560a21a52ef1794478ea8eff031ee549dec67 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c0d560a21a52ef1794478ea8eff031ee549dec67 # timeout=10
Commit message: "Update repo and dependency version"
 > git rev-list --no-walk c0d560a21a52ef1794478ea8eff031ee549dec67 # timeout=10
Parsing POMs
Established TCP socket on 44635
[CHDisguises] $ /usr/lib/jvm/temurin-8-jdk-amd64/bin/java -cp /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/boot/plexus-classworlds-2.7.0.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/conf/logging jenkins.maven3.agent.Maven35Main /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6 /var/jenkins_home/war/WEB-INF/lib/remoting-3160.vd76b_9ddd10cc.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.14.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.14.jar 44635
Exception in thread "main" java.lang.UnsupportedClassVersionError: hudson/remoting/Launcher has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:473)
	at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.findClassInternal(ClassRealm.java:313)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClassFromSelf(ClassRealm.java:432)
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:136)
	at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:66)
ERROR: ================================================================================
ERROR: Invalid project setup: Connection reset
ERROR: [JENKINS-18403][JENKINS-28294] JDK 'JDK-8' not supported to run Maven projects.
ERROR: Maven projects have to be launched with a Java version greater or equal to the minimum version required by the controller.
ERROR: Use the Maven JDK Toolchains (plugin) to build your maven project with an older JDK.
ERROR: Retrying with agent Java and setting compile/test properties to point to /usr/lib/jvm/temurin-8-jdk-amd64.
ERROR: ================================================================================
Established TCP socket on 44889
[CHDisguises] $ /opt/java/openjdk/bin/java -cp /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-agent-1.14.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/boot/plexus-classworlds-2.7.0.jar:/var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6/conf/logging jenkins.maven3.agent.Maven35Main /var/jenkins_home/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.9.6 /var/jenkins_home/war/WEB-INF/lib/remoting-3160.vd76b_9ddd10cc.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven35-interceptor-1.14.jar /var/jenkins_home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.14.jar 44889
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/jenkins_home/workspace/CHDisguises/pom.xml clean package
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< me.pseudoknight:CHDisguises >---------------------
[INFO] Building CHDisguises 0.0.3
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ CHDisguises ---
[INFO] Deleting /var/jenkins_home/workspace/CHDisguises/target
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ CHDisguises ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHDisguises/src/main/resources
[INFO] 
[INFO] --- compiler:2.3.2:compile (default-compile) @ CHDisguises ---
[INFO] Compiling 3 source files to /var/jenkins_home/workspace/CHDisguises/target/classes
[INFO] 
[INFO] --- processor:2.2.4:process (process) @ CHDisguises ---
Processing me.pseudoknight.chdisguises.Extension
Extension 'CHDisguises' checks out ok!
[WARNING] diagnostic: warning: Supported source version 'RELEASE_8' from annotation processor 'com.laytonsmith.core.extensions.ExtensionAnnotationProcessor' less than -source '17'
[INFO] 
[INFO] >>> exec:1.2.1:java (cache-annotations) > validate @ CHDisguises >>>
[WARNING] Failed to getClass for org.codehaus.mojo.exec.ExecJavaMojo
[INFO] 
[INFO] <<< exec:1.2.1:java (cache-annotations) < validate @ CHDisguises <<<
[INFO] 
[INFO] 
[INFO] --- exec:1.2.1:java (cache-annotations) @ CHDisguises ---
-- Caching annotations --
Scanning for classes in /var/jenkins_home/workspace/CHDisguises/target/classes
Outputting file to directory /var/jenkins_home/workspace/CHDisguises/target/classes
Done writing jarInfo.ser, which took 405 ms.
-- Checking for custom compile errors --
-- Finished with custom compiler checks --
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ CHDisguises ---
[INFO] skip non existing resourceDirectory /var/jenkins_home/workspace/CHDisguises/src/test/resources
[INFO] 
[INFO] --- compiler:2.3.2:testCompile (default-testCompile) @ CHDisguises ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.2:test (default-test) @ CHDisguises ---
[INFO] No tests to run.
[JENKINS] Recording test results
[INFO] 
[INFO] --- jar:2.4:jar (default-jar) @ CHDisguises ---
[INFO] Building jar: /var/jenkins_home/workspace/CHDisguises/target/CHDisguises-0.0.3.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  35.525 s
[INFO] Finished at: 2024-02-21T18:39:25-07:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/jenkins_home/workspace/CHDisguises/pom.xml to me.pseudoknight/CHDisguises/0.0.3/CHDisguises-0.0.3.pom
[JENKINS] Archiving /var/jenkins_home/workspace/CHDisguises/target/CHDisguises-0.0.3.jar to me.pseudoknight/CHDisguises/0.0.3/CHDisguises-0.0.3.jar
channel stopped
Setting project description with contents of file [README.md]
Archiving artifacts
Finished: SUCCESS