Build failed in Jenkins: java-identity-provider-multi-jdk » JDK-1.7.0 #62
Shibboleth Jenkins
noreply at shibboleth.net
Fri May 3 00:11:49 EDT 2013
See <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/./jdk=JDK-1.7.0/62/changes>
Changes:
[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
[dfisher] Cleanup variable naming.
Add coding standard annotations.
[dfisher] Add FormatExecutableStatementBuilder to construct SQL using String#format.
Remove SqlStringExecutableStatement; inner classes for ExecutableStatements seem to be a cleaner implementation.
Add readOnlyConnection property to RdbmsDataConnector.
------------------------------------------
[...truncated 2683 lines...]
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ idp-profile-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/./jdk=JDK-1.7.0/ws/idp-profile-impl/target/idp-profile-impl-3.0-SNAPSHOT-sources.jar>
[INFO]
[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-multi-jdk/./jdk=JDK-1.7.0/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-multi-jdk/./jdk=JDK-1.7.0/ws/idp-saml-impl/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/./jdk=JDK-1.7.0/ws/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/attribute/encoding/Saml1StringSubjectNameIdentifierEncoder.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/./jdk=JDK-1.7.0/ws/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/attribute/encoding/Saml1StringSubjectNameIdentifierEncoder.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-multi-jdk/./jdk=JDK-1.7.0/ws/idp-saml-impl/target/test-classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/./jdk=JDK-1.7.0/ws/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml1/AddNotOnOrAfterConditionToAssertionsTest.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/./jdk=JDK-1.7.0/ws/idp-saml-impl/src/test/java/net/shibboleth/idp/saml/impl/profile/saml1/AddNotOnOrAfterConditionToAssertionsTest.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-multi-jdk/./jdk=JDK-1.7.0/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: 3.329 sec <<< FAILURE!
empty(net.shibboleth.idp.saml.impl.attribute.encoding.Saml2ScopedStringAttributeEncoderTest) Time elapsed: 0.003 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 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 [2.407s]
[INFO] Shibboleth IdP :: Core ............................ SUCCESS [7.425s]
[INFO] Shibboleth IdP :: Attribute API ................... SUCCESS [14.770s]
[INFO] Shibboleth IdP :: Attribute Resolver API .......... SUCCESS [13.673s]
[INFO] Shibboleth IdP :: Attribute Filter API ............ SUCCESS [10.153s]
[INFO] Shibboleth IdP :: Profile API ..................... SUCCESS [10.180s]
[INFO] Shibboleth IdP :: Authentication API .............. SUCCESS [9.320s]
[INFO] Shibboleth IdP :: SAML Profile API ................ SUCCESS [12.689s]
[INFO] Shibboleth IdP :: Authentication Implementation ... SUCCESS [10.824s]
[INFO] Shibboleth IdP :: Attribute Implementation ........ SUCCESS [0.159s]
[INFO] Shibboleth IdP :: Attribute Resolver Implementation SUCCESS [18.543s]
[INFO] Shibboleth IdP :: Attribute Filter Implementation . SUCCESS [13.972s]
[INFO] Shibboleth IdP :: Profile Implementation .......... SUCCESS [11.138s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ..... FAILURE [4.918s]
[INFO] Shibboleth IdP :: War ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:21.087s
[INFO] Finished at: Fri May 03 00:11:49 EDT 2013
[INFO] Final Memory: 53M/272M
[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-multi-jdk/./jdk=JDK-1.7.0/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
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-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2013-05-03_00-06-32/testng/testng-results-1.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2013-05-03_00-06-32/testng/testng-results-2.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2013-05-03_00-06-32/testng/testng-results-3.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2013-05-03_00-06-32/testng/testng-results-4.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2013-05-03_00-06-32/testng/testng-results-5.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2013-05-03_00-06-32/testng/testng-results-6.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2013-05-03_00-06-32/testng/testng-results-7.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2013-05-03_00-06-32/testng/testng-results-8.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2013-05-03_00-06-32/testng/testng-results-9.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2013-05-03_00-06-32/testng/testng-results.xml'
TestNG Reports Processing: FINISH
More information about the commits
mailing list