Build failed in Jenkins: java-identity-provider-v5-multi » RedHat-17,Rocky9 #112
Shibboleth Jenkins
noreply at shibboleth.net
Thu Sep 8 02:01:41 UTC 2022
See <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-multi/jdk=RedHat-17,label=Rocky9/112/display/redirect>
Changes:
------------------------------------------
[...truncated 120.22 KB...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ idp-cas-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 56 source files to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-multi/jdk=RedHat-17,label=Rocky9/ws/idp-cas-impl/target/classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-multi/jdk=RedHat-17,label=Rocky9/ws/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/ticket/impl/AbstractTicketService.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-multi/jdk=RedHat-17,label=Rocky9/ws/idp-cas-impl/src/main/java/net/shibboleth/idp/cas/ticket/impl/AbstractTicketService.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ idp-cas-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 12 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ idp-cas-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 23 source files to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-multi/jdk=RedHat-17,label=Rocky9/ws/idp-cas-impl/target/test-classes>
[WARNING] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-multi/jdk=RedHat-17,label=Rocky9/ws/idp-cas-impl/src/test/java/net/shibboleth/idp/cas/flow/impl/ValidateTicketActionTest.java>:[34,26] org.mockito.Matchers in org.mockito has been deprecated
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ idp-cas-impl ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[ERROR] Tests run: 77, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 18.909 s <<< FAILURE! - in TestSuite
[ERROR] net.shibboleth.idp.cas.proxy.impl.HttpClientProxyValidatorTest.testAuthenticate[https://localhost:8443, src/test/resources/credentials/localhost.p12, 200, null](1) Time elapsed: 1.43 s <<< FAILURE!
java.security.cert.CertificateException: Certificates do not conform to algorithm constraints
at net.shibboleth.idp.cas.proxy.impl.HttpClientProxyValidatorTest.testAuthenticate(HttpClientProxyValidatorTest.java:111)
Caused by: java.security.cert.CertPathValidatorException: Algorithm constraints check failed on signature algorithm: SHA1withRSA
at net.shibboleth.idp.cas.proxy.impl.HttpClientProxyValidatorTest.testAuthenticate(HttpClientProxyValidatorTest.java:111)
[ERROR] net.shibboleth.idp.cas.proxy.impl.HttpClientProxyValidatorTest.testAuthenticate[https://localhost:8443, src/test/resources/credentials/localhost.p12, 404, javax.security.auth.login.FailedLoginException](3) Time elapsed: 0.19 s <<< FAILURE!
java.lang.AssertionError: expected [true] but found [false]
at net.shibboleth.idp.cas.proxy.impl.HttpClientProxyValidatorTest.testAuthenticate(HttpClientProxyValidatorTest.java:121)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] HttpClientProxyValidatorTest>AbstractTestNGSpringContextTests.run:184->testAuthenticate:111 ? Certificate
[ERROR] HttpClientProxyValidatorTest>AbstractTestNGSpringContextTests.run:184->testAuthenticate:121 expected [true] but found [false]
[INFO]
[ERROR] Tests run: 77, Failures: 2, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ----------------< net.shibboleth.idp:idp-consent-impl >-----------------
[INFO] Building Shibboleth IdP :: Consent Implementation 5.0.0-SNAPSHOT [18/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-consent-impl ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-consent-impl ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (banned-dependencies) @ idp-consent-impl ---
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ idp-consent-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ idp-consent-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 48 source files to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-multi/jdk=RedHat-17,label=Rocky9/ws/idp-consent-impl/target/classes>
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ idp-consent-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ idp-consent-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 41 source files to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-multi/jdk=RedHat-17,label=Rocky9/ws/idp-consent-impl/target/test-classes>
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ idp-consent-impl ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.641 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] -------------------< net.shibboleth.idp:idp-spring >--------------------
[INFO] Building Shibboleth IdP :: Spring Integration 5.0.0-SNAPSHOT [19/27]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-spring ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-spring ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (banned-dependencies) @ idp-spring ---
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ idp-spring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-multi/jdk=RedHat-17,label=Rocky9/ws/idp-spring/src/main/resources>
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ idp-spring ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-multi/jdk=RedHat-17,label=Rocky9/ws/idp-spring/target/classes>
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ idp-spring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ idp-spring ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-multi/jdk=RedHat-17,label=Rocky9/ws/idp-spring/target/test-classes>
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ idp-spring ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.915 s - in TestSuite
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Shibboleth IdP :: System Configuration
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Shibboleth IdP :: WAR
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Shibboleth IdP :: WAR distribution
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Shibboleth IdP :: Configuration Files
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Shibboleth IdP :: Installer
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Shibboleth IdP :: Distribution
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ---------------------< net.shibboleth.idp:idp-bom >---------------------
[INFO] Building Shibboleth IdP :: BOM 5.0.0-SNAPSHOT [20/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-bom ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-bom ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (banned-dependencies) @ idp-bom ---
[INFO]
[INFO] ------------------< net.shibboleth.idp:idp-tests-bom >------------------
[INFO] Building Shibboleth IdP :: Tests BOM 5.0.0-SNAPSHOT [21/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ idp-tests-bom ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ idp-tests-bom ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (banned-dependencies) @ idp-tests-bom ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth Identity Provider 5.0.0-SNAPSHOT:
[INFO]
[INFO] Shibboleth Identity Provider ....................... SUCCESS [ 2.551 s]
[INFO] Shibboleth IdP :: Core ............................. SUCCESS [ 13.120 s]
[INFO] Shibboleth IdP :: Configuration Schemas ............ SUCCESS [ 0.212 s]
[INFO] Shibboleth IdP :: Profile API ...................... SUCCESS [ 22.092 s]
[INFO] Shibboleth IdP :: Authentication API ............... SUCCESS [ 10.031 s]
[INFO] Shibboleth IdP :: Administrative Profile API ....... SUCCESS [ 9.376 s]
[INFO] Shibboleth IdP :: Session API ...................... SUCCESS [ 5.449 s]
[INFO] Shibboleth IdP :: SAML Profile API ................. SUCCESS [ 17.459 s]
[INFO] Shibboleth IdP :: CAS Protocol API ................. SUCCESS [ 4.878 s]
[INFO] Shibboleth IdP :: Consent API ...................... SUCCESS [ 0.323 s]
[INFO] Shibboleth IdP :: UI Support ....................... SUCCESS [ 11.658 s]
[INFO] Shibboleth IdP :: Authentication Implementation .... SUCCESS [ 47.959 s]
[INFO] Shibboleth IdP :: Session Implementation ........... SUCCESS [ 32.343 s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ...... SUCCESS [ 31.952 s]
[INFO] Shibboleth IdP :: Profile Implementation ........... SUCCESS [ 19.258 s]
[INFO] Shibboleth IdP :: Administrative Profile Implementation SUCCESS [ 14.027 s]
[INFO] Shibboleth IdP :: CAS Protocol Implementation ...... FAILURE [ 25.917 s]
[INFO] Shibboleth IdP :: Consent Implementation ........... SUCCESS [ 17.087 s]
[INFO] Shibboleth IdP :: Spring Integration ............... SUCCESS [ 6.432 s]
[INFO] Shibboleth IdP :: System Configuration ............. SKIPPED
[INFO] Shibboleth IdP :: WAR .............................. SKIPPED
[INFO] Shibboleth IdP :: WAR distribution ................. SKIPPED
[INFO] Shibboleth IdP :: Configuration Files .............. SKIPPED
[INFO] Shibboleth IdP :: Installer ........................ SKIPPED
[INFO] Shibboleth IdP :: Distribution ..................... SKIPPED
[INFO] Shibboleth IdP :: BOM .............................. SUCCESS [ 0.521 s]
[INFO] Shibboleth IdP :: Tests BOM ........................ SUCCESS [ 0.039 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:57 min
[INFO] Finished at: 2022-09-08T02:01:40Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on project idp-cas-impl: There are test failures.
[ERROR]
[ERROR] Please refer to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v5-multi/jdk=RedHat-17,label=Rocky9/ws/idp-cas-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-cas-impl
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-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-1.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-10.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-11.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-12.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-13.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-14.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-2.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-3.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-4.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-5.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-6.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-7.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-8.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results-9.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v5-multi/configurations/axis-jdk/RedHat-17/axis-label/Rocky9/builds/112/testng/testng-results.xml'
0.153257% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH
More information about the commits
mailing list