Build failed in Jenkins: java-shib-attribute-v5-multi » RedHat-17,Rocky9 #1510

Shibboleth Jenkins noreply at shibboleth.net
Sat Aug 8 02:41:50 UTC 2026


See <http://127.0.0.1:1583/jenkins/job/java-shib-attribute-v5-multi/jdk=RedHat-17,label=Rocky9/1510/display/redirect>

Changes:


------------------------------------------
[...truncated 61.94 KiB...]
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ shib-attribute-resolver-spring ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 51 source files to <http://127.0.0.1:1583/jenkins/job/java-shib-attribute-v5-multi/jdk=RedHat-17,label=Rocky9/ws/shib-attribute-resolver-spring/target/test-classes>
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ shib-attribute-resolver-spring ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[ERROR] Tests run: 151, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 23.20 s <<< FAILURE! -- in TestSuite
[ERROR] net.shibboleth.idp.attribute.resolver.spring.AttributeResolverTest.preResolve -- Time elapsed: 0.012 s <<< FAILURE!
java.lang.AssertionError: expected [0] but found [1]
	at org.testng.Assert.fail(Assert.java:110)
	at org.testng.Assert.failNotEquals(Assert.java:1577)
	at org.testng.Assert.assertEqualsImpl(Assert.java:149)
	at org.testng.Assert.assertEquals(Assert.java:131)
	at org.testng.Assert.assertEquals(Assert.java:979)
	at org.testng.Assert.assertEquals(Assert.java:955)
	at org.testng.Assert.assertEquals(Assert.java:989)
	at net.shibboleth.idp.attribute.resolver.spring.AttributeResolverTest.preResolve(AttributeResolverTest.java:451)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:677)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:221)
	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:969)
	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:194)
	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:148)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:829)
	at org.testng.TestRunner.run(TestRunner.java:602)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:437)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:431)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:391)
	at org.testng.SuiteRunner.run(SuiteRunner.java:330)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1256)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1176)
	at org.testng.TestNG.runSuites(TestNG.java:1099)
	at org.testng.TestNG.run(TestNG.java:1067)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[ERROR] net.shibboleth.idp.attribute.resolver.spring.AttributeResolverTest.teardownDataConnectors -- Time elapsed: 0.213 s <<< FAILURE!
java.lang.AssertionError: expected [0] but found [1]
	at org.testng.Assert.fail(Assert.java:110)
	at org.testng.Assert.failNotEquals(Assert.java:1577)
	at org.testng.Assert.assertEqualsImpl(Assert.java:149)
	at org.testng.Assert.assertEquals(Assert.java:131)
	at org.testng.Assert.assertEquals(Assert.java:979)
	at org.testng.Assert.assertEquals(Assert.java:955)
	at org.testng.Assert.assertEquals(Assert.java:989)
	at net.shibboleth.idp.attribute.resolver.spring.AttributeResolverTest.teardownDataConnectors(AttributeResolverTest.java:138)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:361)
	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:296)
	at org.testng.internal.invokers.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:222)
	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:131)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.testng.TestRunner.privateRun(TestRunner.java:829)
	at org.testng.TestRunner.run(TestRunner.java:602)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:437)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:431)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:391)
	at org.testng.SuiteRunner.run(SuiteRunner.java:330)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1256)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1176)
	at org.testng.TestNG.runSuites(TestNG.java:1099)
	at org.testng.TestNG.run(TestNG.java:1067)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:169)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:88)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   AttributeResolverTest.preResolve:451 expected [0] but found [1]
[ERROR]   AttributeResolverTest.teardownDataConnectors:138 expected [0] but found [1]
[INFO] 
[ERROR] Tests run: 151, Failures: 2, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ------------< net.shibboleth:shib-attribute-filter-spring >-------------
[INFO] Building Shibboleth Attribute :: Attribute Filter Spring Integration 5.3.0-SNAPSHOT [12/13]
[INFO]   from shib-attribute-filter-spring/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/plugin/scripting/idp-plugin-rhino-impl/1.0.0/idp-plugin-rhino-impl-1.0.0.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/plugin/scripting/idp-plugin-rhino-impl/1.0.0/idp-plugin-rhino-impl-1.0.0.pom (5.2 kB at 187 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/plugin/scripting/idp-plugin-scripting/1.0.0/idp-plugin-scripting-1.0.0.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/plugin/scripting/idp-plugin-scripting/1.0.0/idp-plugin-scripting-1.0.0.pom (3.3 kB at 274 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/parent/11.2.0/parent-11.2.0.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/parent/11.2.0/parent-11.2.0.pom (54 kB at 2.2 MB/s)
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/net/shibboleth/idp/idp-bom/4.1.0/idp-bom-4.1.0.pom
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/idp/idp-bom/4.1.0/idp-bom-4.1.0.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/idp/idp-bom/4.1.0/idp-bom-4.1.0.pom (8.1 kB at 299 kB/s)
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/net/shibboleth/idp/idp-parent/4.1.0/idp-parent-4.1.0.pom
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/idp/idp-parent/4.1.0/idp-parent-4.1.0.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/idp/idp-parent/4.1.0/idp-parent-4.1.0.pom (12 kB at 643 kB/s)
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/opensaml/opensaml-bom/4.1.0/opensaml-bom-4.1.0.pom
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/opensaml/opensaml-bom/4.1.0/opensaml-bom-4.1.0.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/opensaml/opensaml-bom/4.1.0/opensaml-bom-4.1.0.pom (5.4 kB at 337 kB/s)
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/opensaml/opensaml-parent/4.1.0/opensaml-parent-4.1.0.pom
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/opensaml/opensaml-parent/4.1.0/opensaml-parent-4.1.0.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/opensaml/opensaml-parent/4.1.0/opensaml-parent-4.1.0.pom (7.2 kB at 278 kB/s)
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/io/dropwizard/metrics/metrics-bom/4.1.18/metrics-bom-4.1.18.pom
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/io/dropwizard/metrics/metrics-bom/4.1.18/metrics-bom-4.1.18.pom
[INFO] Downloading from central: https://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-bom/4.1.18/metrics-bom-4.1.18.pom
[INFO] Downloaded from central: https://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-bom/4.1.18/metrics-bom-4.1.18.pom (5.3 kB at 58 kB/s)
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/io/dropwizard/metrics/metrics-parent/4.1.18/metrics-parent-4.1.18.pom
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/io/dropwizard/metrics/metrics-parent/4.1.18/metrics-parent-4.1.18.pom
[INFO] Downloading from central: https://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-parent/4.1.18/metrics-parent-4.1.18.pom
[INFO] Downloaded from central: https://repo1.maven.org/maven2/io/dropwizard/metrics/metrics-parent/4.1.18/metrics-parent-4.1.18.pom (17 kB at 812 kB/s)
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/springframework/spring-framework-bom/5.3.5/spring-framework-bom-5.3.5.pom
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/springframework/spring-framework-bom/5.3.5/spring-framework-bom-5.3.5.pom
[INFO] Downloading from central: https://repo1.maven.org/maven2/org/springframework/spring-framework-bom/5.3.5/spring-framework-bom-5.3.5.pom
[INFO] Downloaded from central: https://repo1.maven.org/maven2/org/springframework/spring-framework-bom/5.3.5/spring-framework-bom-5.3.5.pom (5.6 kB at 282 kB/s)
[INFO] Downloading from shib-thirdparty: https://build.shibboleth.net/maven/thirdparty/org/opensaml/opensaml-tests-bom/4.1.0/opensaml-tests-bom-4.1.0.pom
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/opensaml/opensaml-tests-bom/4.1.0/opensaml-tests-bom-4.1.0.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/opensaml/opensaml-tests-bom/4.1.0/opensaml-tests-bom-4.1.0.pom (6.8 kB at 683 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/plugin/scripting/idp-plugin-scripting-api/1.0.0/idp-plugin-scripting-api-1.0.0.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/plugin/scripting/idp-plugin-scripting-api/1.0.0/idp-plugin-scripting-api-1.0.0.pom (1.8 kB at 128 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/plugin/scripting/idp-plugin-rhino-impl/1.0.0/idp-plugin-rhino-impl-1.0.0.jar
[INFO] Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/plugin/scripting/idp-plugin-rhino-impl/1.0.0/idp-plugin-rhino-impl-1.0.0.jar (10 kB at 632 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/plugin/scripting/idp-plugin-scripting-api/1.0.0/idp-plugin-scripting-api-1.0.0.jar
[INFO] Downloaded from shib-release: https://build.shibboleth.net/maven/releases/net/shibboleth/idp/plugin/scripting/idp-plugin-scripting-api/1.0.0/idp-plugin-scripting-api-1.0.0.jar (5.9 kB at 733 kB/s)
[INFO] 
[INFO] --- clean:3.5.0:clean (default-clean) @ shib-attribute-filter-spring ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ shib-attribute-filter-spring ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (banned-dependencies) @ shib-attribute-filter-spring ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ shib-attribute-filter-spring ---
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ shib-attribute-filter-spring ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 69 source files to <http://127.0.0.1:1583/jenkins/job/java-shib-attribute-v5-multi/jdk=RedHat-17,label=Rocky9/ws/shib-attribute-filter-spring/target/classes>
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ shib-attribute-filter-spring ---
[INFO] Copying 91 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ shib-attribute-filter-spring ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 47 source files to <http://127.0.0.1:1583/jenkins/job/java-shib-attribute-v5-multi/jdk=RedHat-17,label=Rocky9/ws/shib-attribute-filter-spring/target/test-classes>
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ shib-attribute-filter-spring ---
[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.457 s -- in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 87, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] -----------------< net.shibboleth:shib-attribute-bom >------------------
[INFO] Building Shibboleth Attribute :: BOM 5.3.0-SNAPSHOT              [13/13]
[INFO]   from shib-attribute-bom/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.5.0:clean (default-clean) @ shib-attribute-bom ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (maven-version) @ shib-attribute-bom ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (banned-dependencies) @ shib-attribute-bom ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth Attribute Components 5.3.0-SNAPSHOT:
[INFO] 
[INFO] Shibboleth Attribute Components .................... SUCCESS [  0.803 s]
[INFO] Shibboleth Attribute :: Attribute API .............. SUCCESS [  8.817 s]
[INFO] Shibboleth Attribute :: Attribute Resolver API ..... SUCCESS [  3.107 s]
[INFO] Shibboleth Attribute :: Attribute Filter API ....... SUCCESS [  2.490 s]
[INFO] Shibboleth Attribute :: SAML Attribute API ......... SUCCESS [  3.876 s]
[INFO] Shibboleth Attribute :: Attribute Implementation ... SUCCESS [  3.515 s]
[INFO] Shibboleth Attribute :: SAML Attribute Implementation SUCCESS [  5.610 s]
[INFO] Shibboleth Attribute :: Testing .................... SUCCESS [  0.448 s]
[INFO] Shibboleth Attribute :: Attribute Filter Implementation SUCCESS [  8.549 s]
[INFO] Shibboleth Attribute :: Attribute Resolver Implementation SUCCESS [ 26.676 s]
[INFO] Shibboleth Attribute :: Attribute Resolver Spring Integration FAILURE [ 26.378 s]
[INFO] Shibboleth Attribute :: Attribute Filter Spring Integration SUCCESS [ 10.623 s]
[INFO] Shibboleth Attribute :: BOM ........................ SUCCESS [  0.186 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:42 min
[INFO] Finished at: 2026-08-08T02:41:50Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project shib-attribute-resolver-spring: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://127.0.0.1:1583/jenkins/job/java-shib-attribute-v5-multi/jdk=RedHat-17,label=Rocky9/ws/shib-attribute-resolver-spring/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :shib-attribute-resolver-spring
Build step 'Invoke top-level Maven targets' marked build as failure
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Saving reports...
Processing '/var/lib/jenkins/jobs/java-shib-attribute-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/1510/testng/testng-results-1.xml'
Processing '/var/lib/jenkins/jobs/java-shib-attribute-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/1510/testng/testng-results-2.xml'
Processing '/var/lib/jenkins/jobs/java-shib-attribute-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/1510/testng/testng-results-3.xml'
Processing '/var/lib/jenkins/jobs/java-shib-attribute-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/1510/testng/testng-results-4.xml'
Processing '/var/lib/jenkins/jobs/java-shib-attribute-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/1510/testng/testng-results-5.xml'
Processing '/var/lib/jenkins/jobs/java-shib-attribute-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/1510/testng/testng-results-6.xml'
Processing '/var/lib/jenkins/jobs/java-shib-attribute-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/1510/testng/testng-results-7.xml'
Processing '/var/lib/jenkins/jobs/java-shib-attribute-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/1510/testng/testng-results-8.xml'
Processing '/var/lib/jenkins/jobs/java-shib-attribute-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/1510/testng/testng-results-9.xml'
Processing '/var/lib/jenkins/jobs/java-shib-attribute-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/1510/testng/testng-results.xml'
0.118906% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH


More information about the commits mailing list