Build failed in Jenkins: java-identity-provider-nightly #22

Shibboleth Jenkins noreply at shibboleth.net
Fri May 3 03:20:13 EDT 2013


See <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/22/changes>

Changes:

[dfisher] IDP-4: add RdbmsDataConnectorParser and unit test.
Missing functionality:
  Velocity based templated builder
  result caching
  column type mapping

[dfisher] Bump ldaptive version to 1.0

[rdw] Saml2ScopedStrinAttributeEncoder was inheriting wrongly

[rdw] IDP-284  test method names loose "test"

[rdw] IDP-284  test method names loose "test"

[rdw] IDP-284  Attribute encoders never return null.  Fix the annotation and the code for the concrete implementations.

[rdw] IDP-205 Prepare the ground for the encoder parsers. Schema, spring gubbins and skeletal NameSpaceHandler

[rdw] CheckStyle

[rdw] IDP-205 Implementing the (discouraged from use in V3) StringNameId encoders  for SAML1 and SAML2

[rdw] IDP-205 Tidy the NameID encoders priot to implementing the (discouraged from use in V3) StringNameId encoders

------------------------------------------
[...truncated 11396 lines...]
[INFO] ------------------------------------------------------------------------
[INFO] Building Shibboleth IdP :: SAML Profile Implementation 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ idp-saml-impl ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-saml-impl/target>
[INFO] 
[INFO] --- maven-dependency-plugin:2.7:copy (default) @ idp-saml-impl ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ idp-saml-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ idp-saml-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 78 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-saml-impl/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/IdPInitiatedSsoDecoderFactory.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/saml2/IdPInitiatedSsoDecoderFactory.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ idp-saml-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ idp-saml-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-saml-impl/target/test-classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml2/AddOneTimeUseConditionToAssertionsTest.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml2/AddOneTimeUseConditionToAssertionsTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ idp-saml-impl ---
[INFO] Surefire report directory: <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-saml-impl/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
Tests run: 152, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 4.258 sec <<< FAILURE!
empty(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest)  Time elapsed: 0.002 sec  <<< FAILURE!
org.testng.TestException: 
Expected exception net.shibboleth.idp.attribute.AttributeEncodingException but got net.shibboleth.utilities.java.support.component.ComponentInitializationException: Friendly name can not be null or empty
	at org.testng.internal.Invoker.handleInvocationResults(Invoker.java:1497)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:754)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
	at org.testng.TestRunner.privateRun(TestRunner.java:767)
	at org.testng.TestRunner.run(TestRunner.java:617)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
	at org.testng.SuiteRunner.run(SuiteRunner.java:240)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
	at org.testng.TestNG.run(TestNG.java:1057)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:77)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:159)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:99)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:106)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: net.shibboleth.utilities.java.support.component.ComponentInitializationException: Friendly name can not be null or empty
	at net.shibboleth.idp.saml.attribute.encoding.AbstractSaml2AttributeEncoder.doInitialize(AbstractSaml2AttributeEncoder.java:93)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoder.doInitialize(Saml2ScopedStringAttributeEncoder.java:117)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest.empty(Saml2ScopedStringAttributeEncoderTest.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
	... 28 more
Caused by: net.shibboleth.utilities.java.support.component.ComponentInitializationException: Friendly name can not be null or empty
	at net.shibboleth.idp.saml.attribute.encoding.AbstractSaml2AttributeEncoder.doInitialize(AbstractSaml2AttributeEncoder.java:93)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoder.doInitialize(Saml2ScopedStringAttributeEncoder.java:117)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest.empty(Saml2ScopedStringAttributeEncoderTest.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
	... 28 more

inappropriate(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest)  Time elapsed: 0 sec  <<< FAILURE!
org.testng.TestException: 
Expected exception net.shibboleth.idp.attribute.AttributeEncodingException but got net.shibboleth.utilities.java.support.component.ComponentInitializationException: Friendly name can not be null or empty
	at org.testng.internal.Invoker.handleInvocationResults(Invoker.java:1497)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:754)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
	at org.testng.TestRunner.privateRun(TestRunner.java:767)
	at org.testng.TestRunner.run(TestRunner.java:617)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
	at org.testng.SuiteRunner.run(SuiteRunner.java:240)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
	at org.testng.TestNG.run(TestNG.java:1057)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:77)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:159)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:99)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:106)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: net.shibboleth.utilities.java.support.component.ComponentInitializationException: Friendly name can not be null or empty
	at net.shibboleth.idp.saml.attribute.encoding.AbstractSaml2AttributeEncoder.doInitialize(AbstractSaml2AttributeEncoder.java:93)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoder.doInitialize(Saml2ScopedStringAttributeEncoder.java:117)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest.inappropriate(Saml2ScopedStringAttributeEncoderTest.java:111)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
	... 28 more
Caused by: net.shibboleth.utilities.java.support.component.ComponentInitializationException: Friendly name can not be null or empty
	at net.shibboleth.idp.saml.attribute.encoding.AbstractSaml2AttributeEncoder.doInitialize(AbstractSaml2AttributeEncoder.java:93)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoder.doInitialize(Saml2ScopedStringAttributeEncoder.java:117)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest.inappropriate(Saml2ScopedStringAttributeEncoderTest.java:111)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
	... 28 more

multiAttribute(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest)  Time elapsed: 0.001 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Friendly name can not be null or empty
	at net.shibboleth.idp.saml.attribute.encoding.AbstractSaml2AttributeEncoder.doInitialize(AbstractSaml2AttributeEncoder.java:93)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoder.doInitialize(Saml2ScopedStringAttributeEncoder.java:117)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest.multiAttribute(Saml2ScopedStringAttributeEncoderTest.java:164)

multiInline(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest)  Time elapsed: 0.001 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Friendly name can not be null or empty
	at net.shibboleth.idp.saml.attribute.encoding.AbstractSaml2AttributeEncoder.doInitialize(AbstractSaml2AttributeEncoder.java:93)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoder.doInitialize(Saml2ScopedStringAttributeEncoder.java:117)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest.multiInline(Saml2ScopedStringAttributeEncoderTest.java:261)

singleAttribute(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest)  Time elapsed: 0 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Friendly name can not be null or empty
	at net.shibboleth.idp.saml.attribute.encoding.AbstractSaml2AttributeEncoder.doInitialize(AbstractSaml2AttributeEncoder.java:93)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoder.doInitialize(Saml2ScopedStringAttributeEncoder.java:117)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest.singleAttribute(Saml2ScopedStringAttributeEncoderTest.java:137)

singleInline(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest)  Time elapsed: 0.001 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Friendly name can not be null or empty
	at net.shibboleth.idp.saml.attribute.encoding.AbstractSaml2AttributeEncoder.doInitialize(AbstractSaml2AttributeEncoder.java:93)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoder.doInitialize(Saml2ScopedStringAttributeEncoder.java:117)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest.singleInline(Saml2ScopedStringAttributeEncoderTest.java:227)


Results :

Failed tests:   empty(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest): (..)
  inappropriate(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest): (..)
  multiAttribute(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest): Friendly name can not be null or empty
  multiInline(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest): Friendly name can not be null or empty
  singleAttribute(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest): Friendly name can not be null or empty
  singleInline(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest): Friendly name can not be null or empty

Tests run: 152, Failures: 6, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Shibboleth Identity Provider ...................... SUCCESS [44.144s]
[INFO] Shibboleth IdP :: Core ............................ SUCCESS [19.551s]
[INFO] Shibboleth IdP :: Attribute API ................... SUCCESS [31.617s]
[INFO] Shibboleth IdP :: Attribute Resolver API .......... SUCCESS [34.223s]
[INFO] Shibboleth IdP :: Attribute Filter API ............ SUCCESS [22.220s]
[INFO] Shibboleth IdP :: Profile API ..................... SUCCESS [44.091s]
[INFO] Shibboleth IdP :: Authentication API .............. SUCCESS [35.958s]
[INFO] Shibboleth IdP :: SAML Profile API ................ SUCCESS [41.860s]
[INFO] Shibboleth IdP :: Authentication Implementation ... SUCCESS [36.542s]
[INFO] Shibboleth IdP :: Attribute Implementation ........ SUCCESS [9.463s]
[INFO] Shibboleth IdP :: Attribute Resolver Implementation  SUCCESS [47.280s]
[INFO] Shibboleth IdP :: Attribute Filter Implementation . SUCCESS [35.014s]
[INFO] Shibboleth IdP :: Profile Implementation .......... SUCCESS [36.656s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ..... FAILURE [5.458s]
[INFO] Shibboleth IdP :: War ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:26.014s
[INFO] Finished at: Fri May 03 03:20:03 EDT 2013
[INFO] Final Memory: 238M/985M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project idp-saml-impl: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-saml-impl/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-saml-impl
Build step 'Invoke top-level Maven targets' marked build as failure
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-parent/target/site> to /home/jenkins/.jenkins/jobs/java-identity-provider-nightly/htmlreports/Site_Report
Publishing Javadoc
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Saving reports...
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-05-03_03-12-32/testng/testng-results-1.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-05-03_03-12-32/testng/testng-results-2.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-05-03_03-12-32/testng/testng-results-3.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-05-03_03-12-32/testng/testng-results-4.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-05-03_03-12-32/testng/testng-results-5.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-05-03_03-12-32/testng/testng-results-6.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-05-03_03-12-32/testng/testng-results-7.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-05-03_03-12-32/testng/testng-results-8.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-05-03_03-12-32/testng/testng-results-9.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-05-03_03-12-32/testng/testng-results.xml'
TestNG Reports Processing: FINISH


More information about the commits mailing list