Build failed in Jenkins: java-identity-provider-v3-multi » JDK-1.7.0,RHEL8 #1516

Shibboleth Jenkins noreply at shibboleth.net
Fri Sep 27 00:18:32 EDT 2019


See <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v3-multi/jdk=JDK-1.7.0,label=RHEL8/1516/display/redirect?page=changes>

Changes:

[Scott Cantor] Tie servlet request and context mock objects together correctly.

[Scott Cantor] IDP-1502 - Avoid object creation in the external web flows

[Scott Cantor] IDP-1502 - Avoid object creation in the external web flows

[Scott Cantor] Remove unneeded file from master.

[Scott Cantor] Update OpenSAML to latest snapshot.

------------------------------------------
[...truncated 204.05 KB...]
[ERROR] httpEntity(net.shibboleth.idp.profile.spring.relyingparty.metadata.ResourceMetadataParserTest)  Time elapsed: 0.043 s  <<< FAILURE!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'resourceHTTPEntity': Cannot create inner bean '(inner bean)#65cd6782' of type [org.opensaml.saml.metadata.resolver.impl.HTTPMetadataResolver] while setting bean property 'embeddedResolver'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#65cd6782': Invocation of init method failed; nested exception is net.shibboleth.utilities.java.support.component.ComponentInitializationException: Error refreshing metadata during init
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.ResourceMetadataParserTest.httpEntity(ResourceMetadataParserTest.java:109)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#65cd6782': Invocation of init method failed; nested exception is net.shibboleth.utilities.java.support.component.ComponentInitializationException: Error refreshing metadata during init
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.ResourceMetadataParserTest.httpEntity(ResourceMetadataParserTest.java:109)
Caused by: net.shibboleth.utilities.java.support.component.ComponentInitializationException: Error refreshing metadata during init
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.ResourceMetadataParserTest.httpEntity(ResourceMetadataParserTest.java:109)
Caused by: net.shibboleth.utilities.java.support.resolver.ResolverException: net.shibboleth.utilities.java.support.resolver.ResolverException: Error retrieving metadata from http://git.shibboleth.net/view/?p=java-identity-provider.git&a=blob_plain&f=idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/entity.xml&hb=master
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.ResourceMetadataParserTest.httpEntity(ResourceMetadataParserTest.java:109)
Caused by: net.shibboleth.utilities.java.support.resolver.ResolverException: Error retrieving metadata from http://git.shibboleth.net/view/?p=java-identity-provider.git&a=blob_plain&f=idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/entity.xml&hb=master
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.ResourceMetadataParserTest.httpEntity(ResourceMetadataParserTest.java:109)
Caused by: java.net.UnknownHostException: git.shibboleth.net
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.ResourceMetadataParserTest.httpEntity(ResourceMetadataParserTest.java:109)

[ERROR] basic(net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPResourceConfigurationTests)  Time elapsed: 0 s  <<< FAILURE!
java.net.UnknownHostException: git.shibboleth.net
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPResourceConfigurationTests.testResource(HTTPResourceConfigurationTests.java:112)
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPResourceConfigurationTests.basic(HTTPResourceConfigurationTests.java:117)

[ERROR] inMemory(net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPResourceConfigurationTests)  Time elapsed: 0 s  <<< FAILURE!
java.net.UnknownHostException: git.shibboleth.net
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPResourceConfigurationTests.testResource(HTTPResourceConfigurationTests.java:112)
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPResourceConfigurationTests.inMemory(HTTPResourceConfigurationTests.java:121)

[ERROR] testHTTPSNoTrustEngine(net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest)  Time elapsed: 0.19 s  <<< FAILURE!
java.lang.AssertionError: expected object to not be null
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest.testHTTPSNoTrustEngine(DynamicHTTPMetadataProviderParserTest.java:387)

[ERROR] testHTTPSTrustEngineExplicitKey(net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest)  Time elapsed: 20.087 s  <<< FAILURE!
java.lang.AssertionError: expected object to not be null
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest.testHTTPSTrustEngineExplicitKey(DynamicHTTPMetadataProviderParserTest.java:404)

[ERROR] testHttpCachingFile(net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest)  Time elapsed: 40.147 s  <<< FAILURE!
java.lang.AssertionError: expected object to not be null
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest.testHttpCachingFile(DynamicHTTPMetadataProviderParserTest.java:370)

[ERROR] testHttpCachingMemory(net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest)  Time elapsed: 0.059 s  <<< FAILURE!
java.lang.AssertionError: expected object to not be null
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest.testHttpCachingMemory(DynamicHTTPMetadataProviderParserTest.java:353)

[ERROR] testHttpCachingNone(net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest)  Time elapsed: 0.085 s  <<< FAILURE!
java.lang.AssertionError: expected object to not be null
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest.testHttpCachingNone(DynamicHTTPMetadataProviderParserTest.java:336)

[ERROR] testRegex(net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest)  Time elapsed: 0.096 s  <<< FAILURE!
java.lang.AssertionError: expected object to not be null
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest.testRegex(DynamicHTTPMetadataProviderParserTest.java:319)

[ERROR] testTemplate(net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest)  Time elapsed: 0.086 s  <<< FAILURE!
java.lang.AssertionError: expected object to not be null
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest.testTemplate(DynamicHTTPMetadataProviderParserTest.java:251)

[ERROR] testTemplateWithLegacyEncoded(net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest)  Time elapsed: 0.087 s  <<< FAILURE!
java.lang.AssertionError: expected object to not be null
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest.testTemplateWithLegacyEncoded(DynamicHTTPMetadataProviderParserTest.java:268)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   DynamicHTTPMetadataProviderParserTest.testHTTPSNoTrustEngine:387 expected object to not be null
[ERROR]   DynamicHTTPMetadataProviderParserTest.testHTTPSTrustEngineExplicitKey:404 expected object to not be null
[ERROR]   DynamicHTTPMetadataProviderParserTest.testHttpCachingFile:370 expected object to not be null
[ERROR]   DynamicHTTPMetadataProviderParserTest.testHttpCachingMemory:353 expected object to not be null
[ERROR]   DynamicHTTPMetadataProviderParserTest.testHttpCachingNone:336 expected object to not be null
[ERROR]   DynamicHTTPMetadataProviderParserTest.testRegex:319 expected object to not be null
[ERROR]   DynamicHTTPMetadataProviderParserTest.testTemplate:251 expected object to not be null
[ERROR]   DynamicHTTPMetadataProviderParserTest.testTemplateWithLegacyEncoded:268 expected object to not be null
[ERROR]   FileBackedHTTPMetadataProviderParserTest.entities:72->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   FileBackedHTTPMetadataProviderParserTest.entity:46->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   HTTPMetadataProviderParserTest.clientSecurityParameters:220->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   HTTPMetadataProviderParserTest.entities:148->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   HTTPMetadataProviderParserTest.entity:45->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   HTTPMetadataProviderParserTest.httpCachingFile:198->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   HTTPMetadataProviderParserTest.httpCachingMemory:185->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   HTTPMetadataProviderParserTest.httpCachingNone:174->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   HTTPMetadataProviderParserTest.httpClient:161->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   HTTPMetadataProviderParserTest.httpsTrustEngineExplicitKey:79->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   HTTPMetadataProviderParserTest.indexes:231->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   HTTPMetadataProviderParserTest.timeouts:209->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   HTTPResourceConfigurationTests.basic:117->testResource:112 » UnknownHost git.s...
[ERROR]   HTTPResourceConfigurationTests.inMemory:121->testResource:112 » UnknownHost gi...
[ERROR]   ResourceMetadataParserTest.fileHttpEntities:145->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   ResourceMetadataParserTest.fileHttpEntity:133->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   ResourceMetadataParserTest.httpEntities:121->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[ERROR]   ResourceMetadataParserTest.httpEntity:109->AbstractMetadataParserTest.getBean:213->AbstractMetadataParserTest.getBean2:203 » BeanCreation
[INFO] 
[ERROR] Tests run: 182, Failures: 26, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Shibboleth IdP :: Attribute Resolver Spring Integration
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Shibboleth IdP :: CAS Protocol Implementation
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ----------------< net.shibboleth.idp:idp-consent-impl >-----------------
[INFO] Building Shibboleth IdP :: Consent Implementation 3.4.6-SNAPSHOT [24/32]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ idp-consent-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ idp-consent-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ idp-consent-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 54 source files to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v3-multi/jdk=JDK-1.7.0,label=RHEL8/ws/idp-consent-impl/target/classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v3-multi/jdk=JDK-1.7.0,label=RHEL8/ws/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/impl/AbstractConsentAction.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v3-multi/jdk=JDK-1.7.0,label=RHEL8/ws/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/impl/AbstractConsentAction.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ idp-consent-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ idp-consent-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v3-multi/jdk=JDK-1.7.0,label=RHEL8/ws/idp-consent-impl/target/test-classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v3-multi/jdk=JDK-1.7.0,label=RHEL8/ws/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/ar/impl/PopulateAttributeReleaseContextTest.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v3-multi/jdk=JDK-1.7.0,label=RHEL8/ws/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/flow/ar/impl/PopulateAttributeReleaseContextTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ idp-consent-impl ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[INFO] Tests run: 221, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.895 s - in TestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 221, Failures: 0, Errors: 0, Skipped: 0
[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 :: 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 3.4.6-SNAPSHOT                    [25/32]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ idp-bom ---
[INFO] 
[INFO] ------------------< net.shibboleth.idp:idp-tests-bom >------------------
[INFO] Building Shibboleth IdP :: Tests BOM 3.4.6-SNAPSHOT              [26/32]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ idp-tests-bom ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Shibboleth Identity Provider 3.4.6-SNAPSHOT:
[INFO] 
[INFO] Shibboleth Identity Provider ....................... SUCCESS [  1.224 s]
[INFO] Shibboleth IdP :: Core ............................. SUCCESS [  5.290 s]
[INFO] Shibboleth IdP :: Configuration Schemas ............ SUCCESS [  0.131 s]
[INFO] Shibboleth IdP :: Attribute API .................... SUCCESS [  4.987 s]
[INFO] Shibboleth IdP :: Profile API ...................... SUCCESS [  6.647 s]
[INFO] Shibboleth IdP :: Authentication API ............... SUCCESS [  4.579 s]
[INFO] Shibboleth IdP :: Administrative Profile API ....... SUCCESS [  0.265 s]
[INFO] Shibboleth IdP :: Attribute Resolver API ........... SUCCESS [  3.140 s]
[INFO] Shibboleth IdP :: Attribute Filter API ............. SUCCESS [  2.625 s]
[INFO] Shibboleth IdP :: Session API ...................... SUCCESS [  2.371 s]
[INFO] Shibboleth IdP :: CAS Protocol API ................. SUCCESS [  0.291 s]
[INFO] Shibboleth IdP :: SAML Profile API ................. SUCCESS [  7.303 s]
[INFO] Shibboleth IdP :: Consent API ...................... SUCCESS [  0.106 s]
[INFO] Shibboleth IdP :: UI Support ....................... SUCCESS [  4.364 s]
[INFO] Shibboleth IdP :: Administrative Profile Implementation SUCCESS [  4.465 s]
[INFO] Shibboleth IdP :: Authentication Implementation .... SUCCESS [ 21.857 s]
[INFO] Shibboleth IdP :: Session Implementation ........... SUCCESS [ 15.138 s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ...... SUCCESS [ 20.495 s]
[INFO] Shibboleth IdP :: Attribute Resolver Implementation  SUCCESS [ 18.183 s]
[INFO] Shibboleth IdP :: Attribute Filter Implementation .. SUCCESS [  6.583 s]
[INFO] Shibboleth IdP :: Attribute Filter Spring Integration SUCCESS [ 14.411 s]
[INFO] Shibboleth IdP :: Profile Implementation ........... SUCCESS [  6.645 s]
[INFO] Shibboleth IdP :: Profile Spring Integration ....... FAILURE [04:27 min]
[INFO] Shibboleth IdP :: Attribute Resolver Spring Integration SKIPPED
[INFO] Shibboleth IdP :: CAS Protocol Implementation ...... SKIPPED
[INFO] Shibboleth IdP :: Consent Implementation ........... SUCCESS [  5.167 s]
[INFO] Shibboleth IdP :: WAR .............................. SKIPPED
[INFO] Shibboleth IdP :: Configuration Files .............. SKIPPED
[INFO] Shibboleth IdP :: Installer ........................ SKIPPED
[INFO] Shibboleth IdP :: Distribution ..................... SKIPPED
[INFO] Shibboleth IdP :: BOM .............................. SUCCESS [  0.002 s]
[INFO] Shibboleth IdP :: Tests BOM ........................ SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:07 min
[INFO] Finished at: 2019-09-27T04:18:31Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project idp-profile-spring: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v3-multi/jdk=JDK-1.7.0,label=RHEL8/ws/idp-profile-spring/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].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 <goals> -rf :idp-profile-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-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-1.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-10.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-11.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-12.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-13.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-14.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-15.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-16.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-17.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-2.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-3.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-4.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-5.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-6.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-7.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-8.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results-9.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-v3-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/RHEL8/builds/1516/testng/testng-results.xml'
1.356286% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH


More information about the commits mailing list