Build failed in Jenkins: java-identity-provider-multi » JDK-1.7.0,master #525

Shibboleth Jenkins noreply at shibboleth.net
Thu Jan 5 02:22:23 EST 2017


See <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/525/>

------------------------------------------
[...truncated 1572 lines...]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ idp-profile-spring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ idp-profile-spring ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 105 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-profile-spring/target/classes>
[INFO] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/impl/EntityAttributesFilterParser.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/filter/impl/EntityAttributesFilterParser.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ idp-profile-spring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 198 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ idp-profile-spring ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 54 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-profile-spring/target/test-classes>
[INFO] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/ReloadMetadataTest.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-profile-spring/src/test/java/net/shibboleth/idp/profile/spring/relyingparty/metadata/ReloadMetadataTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19:test (default-test) @ idp-profile-spring ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
Tests run: 173, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 24.619 sec <<< FAILURE! - in TestSuite
httpsTrustEngineValidPKIX(net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPMetadataProviderParserTest)  Time elapsed: 0.111 sec  <<< FAILURE!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'HTTPSEntity': Cannot create inner bean '(inner bean)#33210198' 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)#33210198': 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.HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIX(HTTPMetadataProviderParserTest.java:80)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#33210198': 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.HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIX(HTTPMetadataProviderParserTest.java:80)
Caused by: net.shibboleth.utilities.java.support.component.ComponentInitializationException: Error refreshing metadata during init
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIX(HTTPMetadataProviderParserTest.java:80)
Caused by: net.shibboleth.utilities.java.support.resolver.ResolverException: net.shibboleth.utilities.java.support.resolver.ResolverException: Error retrieving metadata from https://svn.shibboleth.net/java-identity-provider/trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/entity.xml
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIX(HTTPMetadataProviderParserTest.java:80)
Caused by: net.shibboleth.utilities.java.support.resolver.ResolverException: Error retrieving metadata from https://svn.shibboleth.net/java-identity-provider/trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/entity.xml
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIX(HTTPMetadataProviderParserTest.java:80)
Caused by: javax.net.ssl.SSLPeerUnverifiedException: Trust engine could not establish trust of server TLS credential
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIX(HTTPMetadataProviderParserTest.java:80)

httpsTrustEngineValidPKIXExplicitTrustedName(net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPMetadataProviderParserTest)  Time elapsed: 0.068 sec  <<< FAILURE!
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'HTTPSEntity': Cannot create inner bean '(inner bean)#51fc6fdb' 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)#51fc6fdb': 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.HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIXExplicitTrustedName(HTTPMetadataProviderParserTest.java:89)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#51fc6fdb': 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.HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIXExplicitTrustedName(HTTPMetadataProviderParserTest.java:89)
Caused by: net.shibboleth.utilities.java.support.component.ComponentInitializationException: Error refreshing metadata during init
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIXExplicitTrustedName(HTTPMetadataProviderParserTest.java:89)
Caused by: net.shibboleth.utilities.java.support.resolver.ResolverException: net.shibboleth.utilities.java.support.resolver.ResolverException: Error retrieving metadata from https://svn.shibboleth.net/java-identity-provider/trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/entity.xml
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIXExplicitTrustedName(HTTPMetadataProviderParserTest.java:89)
Caused by: net.shibboleth.utilities.java.support.resolver.ResolverException: Error retrieving metadata from https://svn.shibboleth.net/java-identity-provider/trunk/idp-profile-spring/src/test/resources/net/shibboleth/idp/profile/spring/relyingparty/metadata/entity.xml
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIXExplicitTrustedName(HTTPMetadataProviderParserTest.java:89)
Caused by: javax.net.ssl.SSLPeerUnverifiedException: Trust engine could not establish trust of server TLS credential
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIXExplicitTrustedName(HTTPMetadataProviderParserTest.java:89)

testHTTPSTrustEngineValidPKIX(net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest)  Time elapsed: 0.073 sec  <<< FAILURE!
java.lang.AssertionError: expected object to not be null
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest.testHTTPSTrustEngineValidPKIX(DynamicHTTPMetadataProviderParserTest.java:335)

testHTTPSTrustEngineValidPKIXExplicitTrustedName(net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest)  Time elapsed: 0.082 sec  <<< FAILURE!
java.lang.AssertionError: expected object to not be null
	at net.shibboleth.idp.profile.spring.relyingparty.metadata.DynamicHTTPMetadataProviderParserTest.testHTTPSTrustEngineValidPKIXExplicitTrustedName(DynamicHTTPMetadataProviderParserTest.java:349)


Results :

Failed tests: 
  DynamicHTTPMetadataProviderParserTest.testHTTPSTrustEngineValidPKIX:335 expected object to not be null
  DynamicHTTPMetadataProviderParserTest.testHTTPSTrustEngineValidPKIXExplicitTrustedName:349 expected object to not be null
  HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIX:80->AbstractMetadataParserTest.getBean:183 » BeanCreation
  HTTPMetadataProviderParserTest.httpsTrustEngineValidPKIXExplicitTrustedName:89->AbstractMetadataParserTest.getBean:183 » BeanCreation

Tests run: 173, Failures: 4, Errors: 0, Skipped: 0

[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] ------------------------------------------------------------------------
[INFO] Building Shibboleth IdP :: Consent Implementation 3.4.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ idp-consent-impl ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-consent-impl/target>
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ idp-consent-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ idp-consent-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 54 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-consent-impl/target/classes>
[INFO] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/impl/AbstractConsentAction.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/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:2.7: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.3:testCompile (default-testCompile) @ idp-consent-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-consent-impl/target/test-classes>
[INFO] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/logic/impl/FlowDescriptorLookupFunctionTest.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-consent-impl/src/test/java/net/shibboleth/idp/consent/logic/impl/FlowDescriptorLookupFunctionTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19:test (default-test) @ idp-consent-impl ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
Tests run: 221, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.878 sec - in TestSuite

Results :

Tests run: 221, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ idp-consent-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-consent-impl/target/idp-consent-impl-3.4.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (default) @ idp-consent-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-consent-impl/target/idp-consent-impl-3.4.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-assembly-plugin:2.6:attached (make-assembly) @ idp-consent-impl ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ idp-consent-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-consent-impl/target/idp-consent-impl-3.4.0-SNAPSHOT-javadoc.jar>
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:test-jar (attach-javadocs) @ idp-consent-impl ---
[ERROR] Error fetching link: <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-consent-api/target/testapidocs/package-list.> Ignored it.
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-consent-impl/target/idp-consent-impl-3.4.0-SNAPSHOT-test-javadoc.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ idp-consent-impl >>>
[INFO] 
[INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ idp-consent-impl <<<
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ idp-consent-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-consent-impl/target/idp-consent-impl-3.4.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ idp-consent-impl ---
[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] Reactor Summary:
[INFO] 
[INFO] Shibboleth Identity Provider ....................... SUCCESS [  2.212 s]
[INFO] Shibboleth IdP :: Core ............................. SUCCESS [ 18.480 s]
[INFO] Shibboleth IdP :: Configuration Schemas ............ SUCCESS [  0.438 s]
[INFO] Shibboleth IdP :: Attribute API .................... SUCCESS [ 14.414 s]
[INFO] Shibboleth IdP :: Profile API ...................... SUCCESS [ 16.190 s]
[INFO] Shibboleth IdP :: Authentication API ............... SUCCESS [ 15.325 s]
[INFO] Shibboleth IdP :: Administrative Profile API ....... SUCCESS [  4.812 s]
[INFO] Shibboleth IdP :: Attribute Resolver API ........... SUCCESS [ 16.414 s]
[INFO] Shibboleth IdP :: Attribute Filter API ............. SUCCESS [ 12.959 s]
[INFO] Shibboleth IdP :: Session API ...................... SUCCESS [ 10.999 s]
[INFO] Shibboleth IdP :: CAS Protocol API ................. SUCCESS [  7.305 s]
[INFO] Shibboleth IdP :: SAML Profile API ................. SUCCESS [ 26.988 s]
[INFO] Shibboleth IdP :: Consent API ...................... SUCCESS [  4.524 s]
[INFO] Shibboleth IdP :: UI Support ....................... SUCCESS [ 11.336 s]
[INFO] Shibboleth IdP :: Administrative Profile Implementation SUCCESS [ 20.558 s]
[INFO] Shibboleth IdP :: Authentication Implementation .... SUCCESS [ 43.663 s]
[INFO] Shibboleth IdP :: Session Implementation ........... SUCCESS [ 25.294 s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ...... SUCCESS [ 35.012 s]
[INFO] Shibboleth IdP :: Attribute Resolver Implementation  SUCCESS [ 27.599 s]
[INFO] Shibboleth IdP :: Attribute Filter Implementation .. SUCCESS [ 16.157 s]
[INFO] Shibboleth IdP :: Attribute Filter Spring Integration SUCCESS [ 24.958 s]
[INFO] Shibboleth IdP :: Profile Implementation ........... SUCCESS [ 18.445 s]
[INFO] Shibboleth IdP :: Profile Spring Integration ....... FAILURE [ 32.056 s]
[INFO] Shibboleth IdP :: Attribute Resolver Spring Integration SKIPPED
[INFO] Shibboleth IdP :: CAS Protocol Implementation ...... SKIPPED
[INFO] Shibboleth IdP :: Consent Implementation ........... SUCCESS [ 18.093 s]
[INFO] Shibboleth IdP :: WAR .............................. SKIPPED
[INFO] Shibboleth IdP :: Configuration Files .............. SKIPPED
[INFO] Shibboleth IdP :: Installer ........................ SKIPPED
[INFO] Shibboleth IdP :: Distribution ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:05 min
[INFO] Finished at: 2017-01-05T02:22:13-05:00
[INFO] Final Memory: 117M/1267M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19:test (default-test) on project idp-profile-spring: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi/jdk=JDK-1.7.0,label=master/ws/idp-profile-spring/target/surefire-reports> for the individual test results.
[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
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
testng-results.xml was last modified before this build started. Ignoring it.
Saving reports...
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-1.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-10.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-11.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-12.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-13.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-14.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-15.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-16.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-17.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-2.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-3.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-4.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-5.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-6.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-7.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-8.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results-9.xml'
Processing '/var/lib/jenkins/jobs/java-identity-provider-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/master/builds/525/testng/testng-results.xml'
0.219780% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH


More information about the commits mailing list