Build failed in Jenkins: java-idp-plugin-oidc-op-oidfed-v1-nightly-java17 #375
Shibboleth Jenkins
noreply at shibboleth.net
Tue Sep 22 16:22:34 UTC 2026
See <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-oidc-op-oidfed-v1-nightly-java17/375/display/redirect?page=changes>
Changes:
[Henri Mikkonen] Move resolve-entity flow and its dependencies into oidfed-common
------------------------------------------
[...truncated 635.46 KiB...]
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.plugin.oidc.op.profile.flow.oidfed.PushedAuthorizeFlowAutomaticRegistrationTest.testWithPublicClientWithoutRequestObject -- Time elapsed: 0.037 s <<< FAILURE!
java.lang.AssertionError: expected [unauthorized_client] but found [invalid_request]
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:655)
at org.testng.Assert.assertEquals(Assert.java:665)
at net.shibboleth.idp.plugin.oidc.op.profile.flow.AbstractOidcFlowTest.assertErrorCode(AbstractOidcFlowTest.java:229)
at net.shibboleth.idp.plugin.oidc.op.profile.flow.oidfed.PushedAuthorizeFlowAutomaticRegistrationTest.testWithPublicClientWithoutRequestObject(PushedAuthorizeFlowAutomaticRegistrationTest.java:161)
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$1.runTestMethod(MethodInvocationHelper.java:258)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:154)
at org.testng.internal.invokers.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:272)
at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:669)
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.plugin.oidc.op.profile.flow.oidfed.PushedAuthorizeFlowAutomaticRegistrationTest.testWithTestVectors -- Time elapsed: 0.143 s <<< FAILURE!
java.lang.AssertionError: Unexpected result with test vector 1 expected object to not be null
at org.testng.Assert.fail(Assert.java:110)
at org.testng.Assert.assertNotNull(Assert.java:1483)
at net.shibboleth.idp.plugin.oidc.op.profile.flow.oidfed.PushedAuthorizeFlowAutomaticRegistrationTest.assertSuccessResponse(PushedAuthorizeFlowAutomaticRegistrationTest.java:625)
at net.shibboleth.idp.plugin.oidc.op.profile.flow.oidfed.PushedAuthorizeFlowAutomaticRegistrationTest.testWithTestVectors(PushedAuthorizeFlowAutomaticRegistrationTest.java:489)
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$1.runTestMethod(MethodInvocationHelper.java:258)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:154)
at org.testng.internal.invokers.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:272)
at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:669)
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.plugin.oidc.op.profile.flow.oidfed.PushedAuthorizeFlowAutomaticRegistrationTest.testWithValinnaOIDCSignedRequestObject -- Time elapsed: 0.012 s <<< FAILURE!
java.lang.AssertionError: expected object to not be null
at org.testng.Assert.fail(Assert.java:110)
at org.testng.Assert.assertNotNull(Assert.java:1483)
at org.testng.Assert.assertNotNull(Assert.java:1467)
at net.shibboleth.idp.plugin.oidc.op.profile.flow.oidfed.PushedAuthorizeFlowAutomaticRegistrationTest.assertVanillaClient(PushedAuthorizeFlowAutomaticRegistrationTest.java:528)
at net.shibboleth.idp.plugin.oidc.op.profile.flow.oidfed.PushedAuthorizeFlowAutomaticRegistrationTest.testWithValinnaOIDCSignedRequestObject(PushedAuthorizeFlowAutomaticRegistrationTest.java:508)
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$1.runTestMethod(MethodInvocationHelper.java:258)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:154)
at org.testng.internal.invokers.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:272)
at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:669)
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)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithPar_matchingAutoRegisteredTrustChain:740->AbstractOidcFlowTest.parseSuccessResponse:219->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithPushedValidTrustChain_signedRequestObject:598->AbstractOidcFlowTest.parseSuccessResponse:219->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValidTrustChain_resolveApiFailsFailbackSuccess_signedRequestObject:383->AbstractOidcFlowTest.parseSuccessResponse:219->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValidTrustChain_resolveApi_signedRequestObject:301->AbstractOidcFlowTest.parseSuccessResponse:219->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValidTrustChain_signedRequestObject:117->AbstractOidcFlowTest.parseSuccessResponse:219->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValidTrustChain_signedRequestObject_containsAdditionalAudience:569->AbstractOidcFlowTest.assertErrorCode:228->AbstractOidcFlowTest.parseErrorResponse:211->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValidTrustChain_signedRequestObject_containsForbiddenSub:551->AbstractOidcFlowTest.assertErrorCode:228->AbstractOidcFlowTest.parseErrorResponse:211->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValidTrustChain_signedRequestObject_invalidIss:480->AbstractOidcFlowTest.assertErrorCode:228->AbstractOidcFlowTest.parseErrorResponse:211->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValidTrustChain_signedRequestObject_jwksUri:144->AbstractOidcFlowTest.parseSuccessResponse:219->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValidTrustChain_signedRequestObject_missingExp:462->AbstractOidcFlowTest.assertErrorCode:228->AbstractOidcFlowTest.parseErrorResponse:211->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValidTrustChain_signedRequestObject_missingIss:497->AbstractOidcFlowTest.assertErrorCode:228->AbstractOidcFlowTest.parseErrorResponse:211->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValidTrustChain_signedRequestObject_missingJti:445->AbstractOidcFlowTest.assertErrorCode:228->AbstractOidcFlowTest.parseErrorResponse:211->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValidTrustChain_signedRequestObject_validSignedJwksUri:180->AbstractOidcFlowTest.parseSuccessResponse:219->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValidTrustChain_withConstraints_signedRequestObject:720->AbstractOidcFlowTest.parseSuccessResponse:219->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValinnaOIDC:752->assertVanillaClient:800->AbstractOidcFlowTest.parseSuccessResponse:219->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValinnaOIDCPlainRequestObject:765->assertVanillaClient:800->AbstractOidcFlowTest.parseSuccessResponse:219->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] AuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValinnaOIDCSignedRequestObject:779->assertVanillaClient:800->AbstractOidcFlowTest.parseSuccessResponse:219->AbstractOidcFlowTest.parseResponse:199->AbstractFlowTest.assertFlowExecutionOutcome:296 expected [CommitResponse] but found [ErrorView]
[ERROR] EntityConfigurationFlowTest>AbstractTestNGSpringContextTests.run:154->testOutputAndCaching:99->assertEntityStatement:118 null
[ERROR] PushedAuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testFails_invalidJwksUri:132->AbstractOidcFlowTest.assertErrorCode:229 expected [invalid_client] but found [invalid_request]
[ERROR] PushedAuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testSuccess:100->assertSuccessResponse:619->assertSuccessResponse:625 expected object to not be null
[ERROR] PushedAuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testSuccess_jwksUri:117->assertSuccessResponse:619->assertSuccessResponse:625 expected object to not be null
[ERROR] PushedAuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithPublicClientWithPlainRequestObject:391->AbstractOidcFlowTest.assertErrorCode:229 expected [unauthorized_client] but found [invalid_request]
[ERROR] PushedAuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithPublicClientWithSignedRequestObject:184->assertSuccessResponse:619->assertSuccessResponse:625 expected object to not be null
[ERROR] PushedAuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithPublicClientWithSignedRequestObject_invalidClientId:299->AbstractOidcFlowTest.assertErrorCode:229 expected [unauthorized_client] but found [invalid_request]
[ERROR] PushedAuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithPublicClientWithSignedRequestObject_missingClientId:276->AbstractOidcFlowTest.assertErrorCode:229 expected [unauthorized_client] but found [invalid_request]
[ERROR] PushedAuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithPublicClientWithSignedRequestObject_providedTrustChain:426->assertSuccessResponse:619->assertSuccessResponse:625 expected object to not be null
[ERROR] PushedAuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithPublicClientWithoutRequestObject:161->AbstractOidcFlowTest.assertErrorCode:229 expected [unauthorized_client] but found [invalid_request]
[ERROR] PushedAuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithTestVectors:489->assertSuccessResponse:625 Unexpected result with test vector 1 expected object to not be null
[ERROR] PushedAuthorizeFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testWithValinnaOIDCSignedRequestObject:508->assertVanillaClient:528 expected object to not be null
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidEntityConfiguration:125->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidEntityConfiguration_customScope:232->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidEntityConfiguration_customScope_resolveApi:252->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidEntityConfiguration_repeat:267->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidEntityConfiguration_repeat_resolveApi:282->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidEntityConfiguration_resolveApi:177->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidEntityConfiguration_resolveApi_failsAndFailbackSuccess:215->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidEntityConfiguration_verifyPar:163->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidTrustChain:299->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidTrustChain_customScope:482->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidTrustChain_repeat:501->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidTrustChain_resolveApi:318->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidTrustChain_validEntityTypeInAnchor:411->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidTrustChain_validMaxLengthInAnchor:334->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] RegistrationFlowTest>AbstractTestNGSpringContextTests.run:154->testValidTrustChain_validNamingConstraintInAnchor:382->assertResponseStatement:508 expected [application/explicit-registration-response+jwt] but found [application/json; charset=UTF-8]
[ERROR] SignedKeysetFlowTest>AbstractTestNGSpringContextTests.run:154->testOutputAndCaching:71->assertEntityStatement:92 null
[ERROR] TokenFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testFails_invalidJwksUri:126->AbstractOidcFlowTest.assertErrorCode:229 expected [invalid_client] but found [invalid_request]
[ERROR] TokenFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testSuccess:73 NullPointer Cannot invoke "com.nimbusds.openid.connect.sdk.OIDCTokenResponse.getTokens()" because "response" is null
[ERROR] TokenFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testSuccess_jwksUri:101 NullPointer Cannot invoke "com.nimbusds.openid.connect.sdk.OIDCTokenResponse.getTokens()" because "response" is null
[ERROR] TokenFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testSuccess_resolveApi:144 NullPointer Cannot invoke "com.nimbusds.openid.connect.sdk.OIDCTokenResponse.getTokens()" because "response" is null
[ERROR] TokenFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testSuccess_resolveApiFails_fallbackSuccess:206 NullPointer Cannot invoke "com.nimbusds.openid.connect.sdk.OIDCTokenResponse.getTokens()" because "response" is null
[ERROR] UserInfoFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testSuccess:78 Expected success response for https://testrp4op12.federation.local expected object to not be null
[ERROR] UserInfoFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testSuccess_extraClaimViaTrustMark:117 NullPointer Cannot invoke "com.nimbusds.openid.connect.sdk.UserInfoSuccessResponse.getUserInfo()" because "response" is null
[ERROR] UserInfoFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testSuccess_resolveApi:134 NullPointer Cannot invoke "com.nimbusds.openid.connect.sdk.UserInfoSuccessResponse.getUserInfo()" because "response" is null
[ERROR] UserInfoFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testSuccess_resolveApiFails_fallbackSuccess:231 NullPointer Cannot invoke "com.nimbusds.openid.connect.sdk.UserInfoSuccessResponse.getUserInfo()" because "response" is null
[ERROR] UserInfoFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testSuccess_resolveApi_extraClaimViaTrustMark:170 NullPointer Cannot invoke "com.nimbusds.openid.connect.sdk.UserInfoSuccessResponse.getUserInfo()" because "response" is null
[ERROR] UserInfoFlowAutomaticRegistrationTest>AbstractTestNGSpringContextTests.run:154->testSuccess_resolveApi_noExtraClaimViaAuthorityTrustMark:192 NullPointer Cannot invoke "com.nimbusds.openid.connect.sdk.UserInfoSuccessResponse.getUserInfo()" because "response" is null
[ERROR] SubordinateStatementMetadataCacheTest>AbstractTestNGSpringContextTests.run:154->testValidSubordinateStatement_clientAuthentication:146 ? Service Service component shibboleth.RelyingPartyResolverService is unavailable
[INFO]
[ERROR] Tests run: 168, Failures: 57, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth IdP :: Plugins :: OpenID Federation plugin for OpenID Connect Provider 1.0.0-SNAPSHOT:
[INFO]
[INFO] Shibboleth IdP :: Plugins :: OpenID Federation plugin for OpenID Connect Provider SUCCESS [ 13.259 s]
[INFO] Shibboleth IdP :: Plugins :: OpenID Federation plugin for OpenID Provider API SUCCESS [ 10.207 s]
[INFO] Shibboleth IdP :: Plugins :: OpenID Federation plugin for OpenID Provider Impl FAILURE [ 34.338 s]
[INFO] Shibboleth IdP :: Plugins :: OpenID Federation plugin for OpenID Provider Distribution SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 59.689 s
[INFO] Finished at: 2026-09-22T16:22:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project idp-plugin-oidfed-op-impl: There are test failures.
[ERROR]
[ERROR] Please refer to <http://127.0.0.1:1583/jenkins/job/java-idp-plugin-oidc-op-oidfed-v1-nightly-java17/ws/idp-oidfed-op-impl/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 :idp-plugin-oidfed-op-impl
Build step 'Invoke top-level Maven targets' marked build as failure
More information about the commits
mailing list