Build failed in Jenkins: java-shib-profile-v5 #754

Shibboleth Jenkins noreply at shibboleth.net
Wed May 13 20:26:58 UTC 2026


See <http://127.0.0.1:1583/jenkins/job/java-shib-profile-v5/754/display/redirect?page=changes>

Changes:

[Brent Putman] Update files to be tagged for release

[Brent Putman] Bump version after release


------------------------------------------
Started by an SCM change
Started by an SCM change
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (ec2-I2) - Rocky9-commits (i-09f7a8c349f1a54c5) (Rocky9-commits) in workspace <http://127.0.0.1:1583/jenkins/job/java-shib-profile-v5/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <http://127.0.0.1:1583/jenkins/job/java-shib-profile-v5/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git.shibboleth.net/git/java-shib-profile # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-shib-profile
 > git --version # timeout=10
 > git --version # 'git version 2.47.3'
 > git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-shib-profile +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision 636488285e7a76d49450856a7fea9da67d088c20 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 636488285e7a76d49450856a7fea9da67d088c20 # timeout=10
Commit message: "Bump version after release"
 > git rev-list --no-walk c847a2f881180d191f8f6dad19ca00f7b37ff652 # timeout=10
Parsing POMs
Failed to transfer Could not find metadata net.shibboleth:parent:17.2.3-SNAPSHOT/maven-metadata.xml in shib-thirdparty-snapshot (https://build.shibboleth.net/maven/thirdparty-snapshots/)
Failed to transfer Could not find metadata net.shibboleth:parent:17.2.3-SNAPSHOT/maven-metadata.xml in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Modules changed, recalculating dependency graph
Established TCP socket on 39227
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[java-shib-profile-v5] $ /opt/jdk/amazon-17/bin/java -cp /opt/jenkins/maven35-agent.jar:/opt/maven_home/boot/plexus-classworlds-2.7.0.jar:/opt/maven_home/conf/logging jenkins.maven3.agent.Maven35Main /opt/maven_home /tmp/remoting.jar /opt/jenkins/maven35-interceptor.jar /opt/jenkins/maven3-interceptor-commons.jar 39227
<===[JENKINS REMOTING CAPACITY]===>   channel started
May 13, 2026 8:26:40 PM hudson.remoting.UserRequest perform
WARNING: LinkageError while performing UserRequest:hudson.maven.AbstractMavenProcessFactory$ConfigureOriginalJDK at 4f199a8f
java.lang.UnsupportedClassVersionError: Failed to load hudson.maven.AbstractMavenProcessFactory$ConfigureOriginalJDK
	at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:472)
	at hudson.remoting.RemoteClassLoader.loadRemoteClass(RemoteClassLoader.java:301)
	at hudson.remoting.RemoteClassLoader.loadWithMultiClassLoader(RemoteClassLoader.java:277)
	at hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:236)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:469)
	at hudson.remoting.MultiClassLoaderSerializer$Input.resolveClass(MultiClassLoaderSerializer.java:133)
	at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:2034)
	at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1898)
	at java.base/java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2224)
	at java.base/java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1733)
	at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:509)
	at java.base/java.io.ObjectInputStream.readObject(ObjectInputStream.java:467)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:312)
	at hudson.remoting.UserRequest.perform(UserRequest.java:196)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:391)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:81)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.UnsupportedClassVersionError: Failed to load jenkins.security.MasterToSlaveCallable
	at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:472)
	at hudson.remoting.RemoteClassLoader.loadRemoteClass(RemoteClassLoader.java:301)
	at hudson.remoting.RemoteClassLoader.loadWithMultiClassLoader(RemoteClassLoader.java:277)
	at hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:236)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:879)
	at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:470)
	... 23 more
Caused by: java.lang.UnsupportedClassVersionError: jenkins/security/MasterToSlaveCallable has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:879)
	at hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:470)
	... 32 more

ERROR: ================================================================================
ERROR: Invalid project setup: Failed to load hudson.maven.AbstractMavenProcessFactory$ConfigureOriginalJDK
ERROR: [JENKINS-18403][JENKINS-28294] JDK 'Amazon-17' 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 /opt/jdk/amazon-17.
ERROR: ================================================================================
Established TCP socket on 43425
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[java-shib-profile-v5] $ /usr/lib/jvm/java-21-openjdk-21.0.10.0.7-1.el9.x86_64/bin/java -cp /opt/jenkins/maven35-agent.jar:/opt/maven_home/boot/plexus-classworlds-2.7.0.jar:/opt/maven_home/conf/logging jenkins.maven3.agent.Maven35Main /opt/maven_home /tmp/remoting.jar /opt/jenkins/maven35-interceptor.jar /opt/jenkins/maven3-interceptor-commons.jar 43425
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <http://127.0.0.1:1583/jenkins/job/java-shib-profile-v5/ws/pom.xml> -V -B --update-snapshots -Dno-check-m2 clean install
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /efs/optjava/maven/apache-maven-3.9.5
Java version: 21.0.10, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-21-openjdk-21.0.10.0.7-1.el9.x86_64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.0-611.41.1.el9_7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/net/shibboleth/parent/17.2.3-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/17.2.3-SNAPSHOT/maven-metadata.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Shibboleth Profile Components                                      [pom]
[INFO] Shibboleth Profile :: Profile API                                  [jar]
[INFO] Shibboleth Profile :: SAML Profile API                             [jar]
[INFO] Shibboleth Profile :: Testing API                                  [jar]
[INFO] Shibboleth Profile :: Profile Implementation                       [jar]
[INFO] Shibboleth Profile :: BOM                                          [pom]
[INFO] 
[INFO] -----------------< net.shibboleth:shib-profile-parent >-----------------
[INFO] Building Shibboleth Profile Components 5.2.3-SNAPSHOT              [1/6]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/net/shibboleth/shib-support/9.2.3-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/shib-support/9.2.3-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/shib-support/9.2.3-SNAPSHOT/shib-support-9.2.3-SNAPSHOT.pom
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/net/shibboleth/shib-support/9.2.3-SNAPSHOT/shib-support-9.2.3-SNAPSHOT.pom
[WARNING] The POM for net.shibboleth:shib-support:jar:9.2.3-SNAPSHOT is missing, no dependency information available
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/shib-support/9.2.3-SNAPSHOT/shib-support-9.2.3-SNAPSHOT.jar
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/net/shibboleth/shib-support/9.2.3-SNAPSHOT/shib-support-9.2.3-SNAPSHOT.jar
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth Profile Components 5.2.3-SNAPSHOT:
[INFO] 
[INFO] Shibboleth Profile Components ...................... FAILURE [  1.473 s]
[INFO] Shibboleth Profile :: Profile API .................. SKIPPED
[INFO] Shibboleth Profile :: SAML Profile API ............. SKIPPED
[INFO] Shibboleth Profile :: Testing API .................. SKIPPED
[INFO] Shibboleth Profile :: Profile Implementation ....... SKIPPED
[INFO] Shibboleth Profile :: BOM .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.206 s
[INFO] Finished at: 2026-05-13T20:26:53Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal on project shib-profile-parent: Could not resolve dependencies for project net.shibboleth:shib-profile-parent:pom:5.2.3-SNAPSHOT: The following artifacts could not be resolved: net.shibboleth:shib-support:jar:9.2.3-SNAPSHOT (absent): Could not find artifact net.shibboleth:shib-support:jar:9.2.3-SNAPSHOT in shib-snapshot (https://build.shibboleth.net/maven/snapshots/) -> [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/DependencyResolutionException
No mail will be sent out, as 'java-shib-profile-v5 » Shibboleth Profile :: BOM #754' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Sending e-mails to: commits at shibboleth.net
No mail will be sent out, as 'java-shib-profile-v5 » Shibboleth Profile :: Testing API #754' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'java-shib-profile-v5 » Shibboleth Profile :: Profile Implementation #754' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'java-shib-profile-v5 » Shibboleth Profile :: Profile API #754' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'java-shib-profile-v5 » Shibboleth Profile :: SAML Profile API #754' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Found matching files but did not find any TestNG results.


More information about the commits mailing list