Build failed in Jenkins: java-shib-metadata-v5 #879

Shibboleth Jenkins noreply at shibboleth.net
Tue Jul 7 19:03:15 UTC 2026


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

Changes:

[Scott Cantor] Bump main branch to 5.3.0-SNAPSHOT.


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on EC2 (ec2-I2) - Rocky9-commits (i-0fd81485ed533323d) (Rocky9-commits) in workspace <http://127.0.0.1:1583/jenkins/job/java-shib-metadata-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-metadata-v5/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git.shibboleth.net/git/java-shib-metadata # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/java-shib-metadata
 > git --version # timeout=10
 > git --version # 'git version 2.52.0'
 > git fetch --tags --force --progress -- https://git.shibboleth.net/git/java-shib-metadata +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision 4dfbfb1f758c15016eb120ea10f988c973b6cbf7 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4dfbfb1f758c15016eb120ea10f988c973b6cbf7 # timeout=10
Commit message: "Bump main branch to 5.3.0-SNAPSHOT."
 > git rev-list --no-walk e56dc8b17639ab99854efffbea69f1aeef2c37f2 # timeout=10
Parsing POMs
Failed to transfer Could not find metadata net.shibboleth:parent:17.3.0-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.3.0-SNAPSHOT/maven-metadata.xml in shib-snapshot (https://build.shibboleth.net/maven/snapshots/)
Modules changed, recalculating dependency graph
Established TCP socket on 38827
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[java-shib-metadata-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 38827
<===[JENKINS REMOTING CAPACITY]===>   channel started
Jul 07, 2026 7:02:57 PM hudson.remoting.UserRequest perform
WARNING: LinkageError while performing UserRequest:hudson.maven.AbstractMavenProcessFactory$ConfigureOriginalJDK at 55cb0065
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 35883
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[java-shib-metadata-v5] $ /usr/lib/jvm/java-21-openjdk-21.0.11.0.10-2.el9_7.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 35883
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <http://127.0.0.1:1583/jenkins/job/java-shib-metadata-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.11, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-21-openjdk-21.0.11.0.10-2.el9_7.x86_64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.0-687.15.1.el9_8.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.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/parent/17.3.0-SNAPSHOT/maven-metadata.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Shibboleth Metadata Components                                     [pom]
[INFO] Shibboleth Metadata :: API                                         [jar]
[INFO] Shibboleth Metadata :: Implementation                              [jar]
[INFO] Shibboleth Metadata :: Testing                                     [jar]
[INFO] Shibboleth Metadata :: Spring Integration                          [jar]
[INFO] Shibboleth Metadata :: BOM                                         [pom]
[INFO] 
[INFO] ----------------< net.shibboleth:shib-metadata-parent >-----------------
[INFO] Building Shibboleth Metadata Components 5.3.0-SNAPSHOT             [1/6]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/shib-support/9.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/net/shibboleth/shib-support/9.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/net/shibboleth/shib-shared-parent/9.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/net/shibboleth/shib-shared-parent/9.3.0-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --- clean:3.5.0:clean (default-clean) @ shib-metadata-parent ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ shib-metadata-parent ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (banned-dependencies) @ shib-metadata-parent ---
[INFO] 
[INFO] --- jar:3.4.2:test-jar (default) @ shib-metadata-parent ---
[INFO] Skipping packaging of the test-jar
[INFO] 
[INFO] --- install:3.1.4:install (default-install) @ shib-metadata-parent ---
[INFO] Installing <http://127.0.0.1:1583/jenkins/job/java-shib-metadata-v5/ws/pom.xml> to /home/jenkins/.m2/repository/net/shibboleth/shib-metadata-parent/5.3.0-SNAPSHOT/shib-metadata-parent-5.3.0-SNAPSHOT.pom
[JENKINS] Archiving disabled
[INFO] 
[INFO] ------------------< net.shibboleth:shib-metadata-api >------------------
[INFO] Building Shibboleth Metadata :: API 5.3.0-SNAPSHOT                 [2/6]
[INFO]   from shib-metadata-api/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-core-api/5.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-core-api/5.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-core-api/5.3.0-SNAPSHOT/opensaml-core-api-5.3.0-SNAPSHOT.pom
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-core-api/5.3.0-SNAPSHOT/opensaml-core-api-5.3.0-SNAPSHOT.pom
[WARNING] The POM for org.opensaml:opensaml-core-api:jar:5.3.0-SNAPSHOT is missing, no dependency information available
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-saml-api/5.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-saml-api/5.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-saml-api/5.3.0-SNAPSHOT/opensaml-saml-api-5.3.0-SNAPSHOT.pom
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-saml-api/5.3.0-SNAPSHOT/opensaml-saml-api-5.3.0-SNAPSHOT.pom
[WARNING] The POM for org.opensaml:opensaml-saml-api:jar:5.3.0-SNAPSHOT is missing, no dependency information available
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-security-api/5.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-security-api/5.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-security-api/5.3.0-SNAPSHOT/opensaml-security-api-5.3.0-SNAPSHOT.pom
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-security-api/5.3.0-SNAPSHOT/opensaml-security-api-5.3.0-SNAPSHOT.pom
[WARNING] The POM for org.opensaml:opensaml-security-api:jar:5.3.0-SNAPSHOT is missing, no dependency information available
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-xmlsec-api/5.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-xmlsec-api/5.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-xmlsec-api/5.3.0-SNAPSHOT/opensaml-xmlsec-api-5.3.0-SNAPSHOT.pom
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-xmlsec-api/5.3.0-SNAPSHOT/opensaml-xmlsec-api-5.3.0-SNAPSHOT.pom
[WARNING] The POM for org.opensaml:opensaml-xmlsec-api:jar:5.3.0-SNAPSHOT is missing, no dependency information available
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-saml-impl/5.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-saml-impl/5.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-saml-impl/5.3.0-SNAPSHOT/opensaml-saml-impl-5.3.0-SNAPSHOT.pom
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-saml-impl/5.3.0-SNAPSHOT/opensaml-saml-impl-5.3.0-SNAPSHOT.pom
[WARNING] The POM for org.opensaml:opensaml-saml-impl:jar:5.3.0-SNAPSHOT is missing, no dependency information available
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-testing/5.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-testing/5.3.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-testing/5.3.0-SNAPSHOT/opensaml-testing-5.3.0-SNAPSHOT.pom
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-testing/5.3.0-SNAPSHOT/opensaml-testing-5.3.0-SNAPSHOT.pom
[WARNING] The POM for org.opensaml:opensaml-testing:jar:5.3.0-SNAPSHOT is missing, no dependency information available
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-core-api/5.3.0-SNAPSHOT/opensaml-core-api-5.3.0-SNAPSHOT.jar
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-saml-api/5.3.0-SNAPSHOT/opensaml-saml-api-5.3.0-SNAPSHOT.jar
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-security-api/5.3.0-SNAPSHOT/opensaml-security-api-5.3.0-SNAPSHOT.jar
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-xmlsec-api/5.3.0-SNAPSHOT/opensaml-xmlsec-api-5.3.0-SNAPSHOT.jar
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-saml-impl/5.3.0-SNAPSHOT/opensaml-saml-impl-5.3.0-SNAPSHOT.jar
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/maven/snapshots/org/opensaml/opensaml-testing/5.3.0-SNAPSHOT/opensaml-testing-5.3.0-SNAPSHOT.jar
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-core-api/5.3.0-SNAPSHOT/opensaml-core-api-5.3.0-SNAPSHOT.jar
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-security-api/5.3.0-SNAPSHOT/opensaml-security-api-5.3.0-SNAPSHOT.jar
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-saml-api/5.3.0-SNAPSHOT/opensaml-saml-api-5.3.0-SNAPSHOT.jar
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-xmlsec-api/5.3.0-SNAPSHOT/opensaml-xmlsec-api-5.3.0-SNAPSHOT.jar
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-saml-impl/5.3.0-SNAPSHOT/opensaml-saml-impl-5.3.0-SNAPSHOT.jar
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/maven/thirdparty-snapshots/org/opensaml/opensaml-testing/5.3.0-SNAPSHOT/opensaml-testing-5.3.0-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 Metadata Components 5.3.0-SNAPSHOT:
[INFO] 
[INFO] Shibboleth Metadata Components ..................... SUCCESS [  3.036 s]
[INFO] Shibboleth Metadata :: API ......................... FAILURE [  1.036 s]
[INFO] Shibboleth Metadata :: Implementation .............. SKIPPED
[INFO] Shibboleth Metadata :: Testing ..................... SKIPPED
[INFO] Shibboleth Metadata :: Spring Integration .......... SKIPPED
[INFO] Shibboleth Metadata :: BOM ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.950 s
[INFO] Finished at: 2026-07-07T19:03:11Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal on project shib-metadata-api: Could not resolve dependencies for project net.shibboleth:shib-metadata-api:jar:5.3.0-SNAPSHOT: The following artifacts could not be resolved: org.opensaml:opensaml-core-api:jar:5.3.0-SNAPSHOT (absent), org.opensaml:opensaml-saml-api:jar:5.3.0-SNAPSHOT (absent), org.opensaml:opensaml-security-api:jar:5.3.0-SNAPSHOT (absent), org.opensaml:opensaml-xmlsec-api:jar:5.3.0-SNAPSHOT (absent), org.opensaml:opensaml-saml-impl:jar:5.3.0-SNAPSHOT (absent), org.opensaml:opensaml-testing:jar:5.3.0-SNAPSHOT (absent): Could not find artifact org.opensaml:opensaml-core-api:jar:5.3.0-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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :shib-metadata-api
No mail will be sent out, as 'java-shib-metadata-v5 » Shibboleth Metadata :: Spring Integration #879' 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-metadata-v5 » Shibboleth Metadata :: BOM #879' 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-metadata-v5 » Shibboleth Metadata :: Testing #879' 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-metadata-v5 » Shibboleth Metadata :: Implementation #879' 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