Build failed in Jenkins: java-identity-provider #1860
Shibboleth Jenkins
noreply at shibboleth.net
Thu May 8 01:03:01 EDT 2014
See <https://build.shibboleth.net/jenkins/job/java-identity-provider/1860/changes>
Changes:
[Scott Cantor] Streamline further, only purpose of the subtype is to default the data lookup
[Scott Cantor] Farm part of constructor to base class.
------------------------------------------
[...truncated 1444 lines...]
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-consent-impl/pom.xml> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-consent-impl/3.0-SNAPSHOT/idp-consent-impl-3.0-SNAPSHOT.pom
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-consent-impl/target/idp-consent-impl-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-consent-impl/3.0-SNAPSHOT/idp-consent-impl-3.0-SNAPSHOT-tests.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-consent-impl/target/idp-consent-impl-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-consent-impl/3.0-SNAPSHOT/idp-consent-impl-3.0-SNAPSHOT-javadoc.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-consent-impl/target/idp-consent-impl-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-consent-impl/3.0-SNAPSHOT/idp-consent-impl-3.0-SNAPSHOT-test-javadoc.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-consent-impl/target/idp-consent-impl-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-consent-impl/3.0-SNAPSHOT/idp-consent-impl-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving disabled
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Shibboleth IdP :: ToU Engine Implementation 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ idp-tou-impl ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ idp-tou-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ idp-tou-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/src/main/java/net/shibboleth/idp/tou/storage/JDBCStorage.java>:[30,44] org.springframework.jdbc.core.simple.SimpleJdbcTemplate in org.springframework.jdbc.core.simple has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/src/main/java/net/shibboleth/idp/tou/storage/JDBCStorage.java>:[36,13] org.springframework.jdbc.core.simple.SimpleJdbcTemplate in org.springframework.jdbc.core.simple has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/src/main/java/net/shibboleth/idp/tou/storage/JDBCStorage.java>:[61,28] org.springframework.jdbc.core.simple.SimpleJdbcTemplate in org.springframework.jdbc.core.simple has been deprecated
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/src/main/java/net/shibboleth/idp/tou/storage/CacheStorage.java>: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/src/main/java/net/shibboleth/idp/tou/storage/CacheStorage.java> uses unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/src/main/java/net/shibboleth/idp/tou/storage/CacheStorage.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ idp-tou-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ idp-tou-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/test-classes>
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ idp-tou-impl ---
[INFO] Surefire report directory: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running TestSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.017 sec - in TestSuite
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ idp-tou-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/idp-tou-impl-3.0-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ idp-tou-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/idp-tou-impl-3.0-SNAPSHOT-tests.jar>
[INFO]
[INFO] --- maven-assembly-plugin:2.4:attached (make-assembly) @ idp-tou-impl ---
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ idp-tou-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/idp-tou-impl-3.0-SNAPSHOT-javadoc.jar>
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:test-jar (attach-javadocs) @ idp-tou-impl ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:javadoc' has not been previously called for the module: 'net.shibboleth.idp:idp-tou-api:jar:3.0-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-api/target/testapidocs>
[ERROR] Error fetching link: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-consent-api/target/testapidocs/package-list.> Ignored it.
[ERROR] Error fetching link: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-api/target/testapidocs/package-list.> Ignored it.
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/idp-tou-impl-3.0-SNAPSHOT-test-javadoc.jar>
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ idp-tou-impl ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/idp-tou-impl-3.0-SNAPSHOT-sources.jar>
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ idp-tou-impl ---
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/idp-tou-impl-3.0-SNAPSHOT.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-tou-impl/3.0-SNAPSHOT/idp-tou-impl-3.0-SNAPSHOT.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/pom.xml> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-tou-impl/3.0-SNAPSHOT/idp-tou-impl-3.0-SNAPSHOT.pom
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/idp-tou-impl-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-tou-impl/3.0-SNAPSHOT/idp-tou-impl-3.0-SNAPSHOT-tests.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/idp-tou-impl-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-tou-impl/3.0-SNAPSHOT/idp-tou-impl-3.0-SNAPSHOT-javadoc.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/idp-tou-impl-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-tou-impl/3.0-SNAPSHOT/idp-tou-impl-3.0-SNAPSHOT-test-javadoc.jar
[INFO] Installing <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-tou-impl/target/idp-tou-impl-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/net/shibboleth/idp/idp-tou-impl/3.0-SNAPSHOT/idp-tou-impl-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving disabled
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Shibboleth IdP :: Profile Implementation 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ idp-profile-impl ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/target>
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ idp-profile-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ idp-profile-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/RecordResponseComplete.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/RecordResponseComplete.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ idp-profile-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ idp-profile-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/logic/RelyingPartyIdPredicateTest.java>:[45,46] constructor RelyingPartyIdPredicate in class net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate cannot be applied to given types;
required: java.util.Collection<java.lang.String>
found: no arguments
reason: actual and formal argument lists differ in length
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/logic/RelyingPartyIdPredicateTest.java>:[55,46] constructor RelyingPartyIdPredicate in class net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate cannot be applied to given types;
required: java.util.Collection<java.lang.String>
found: no arguments
reason: actual and formal argument lists differ in length
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/logic/RelyingPartyIdPredicateTest.java>:[56,13] cannot find symbol
symbol: method setRelyingPartyIds(java.util.Set<java.lang.String>)
location: variable pred of type net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/logic/RelyingPartyIdPredicateTest.java>:[66,46] constructor RelyingPartyIdPredicate in class net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate cannot be applied to given types;
required: java.util.Collection<java.lang.String>
found: no arguments
reason: actual and formal argument lists differ in length
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/logic/RelyingPartyIdPredicateTest.java>:[67,13] cannot find symbol
symbol: method setRelyingPartyIds(java.util.Set<java.lang.String>)
location: variable pred of type net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate
[INFO] 5 errors
[INFO] -------------------------------------------------------------
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Shibboleth Identity Provider ...................... SUCCESS [19.122s]
[INFO] Shibboleth IdP :: Core ............................ SUCCESS [24.546s]
[INFO] Shibboleth IdP :: Configuration Schemas ........... SUCCESS [2.549s]
[INFO] Shibboleth IdP :: Profile API ..................... SUCCESS [21.989s]
[INFO] Shibboleth IdP :: Authentication API .............. SUCCESS [20.897s]
[INFO] Shibboleth IdP :: Attribute API ................... SUCCESS [17.949s]
[INFO] Shibboleth IdP :: Attribute Resolver API .......... SUCCESS [20.617s]
[INFO] Shibboleth IdP :: Attribute Filter API ............ SUCCESS [20.258s]
[INFO] Shibboleth IdP :: Consent Engine API .............. SUCCESS [7.394s]
[INFO] Shibboleth IdP :: ToU Engine API .................. SUCCESS [6.404s]
[INFO] Shibboleth IdP :: Session API ..................... SUCCESS [14.180s]
[INFO] Shibboleth IdP :: SAML Profile API ................ SUCCESS [25.944s]
[INFO] Shibboleth IdP :: Authentication Implementation ... SUCCESS [30.200s]
[INFO] Shibboleth IdP :: Attribute Implementation ........ SUCCESS [9.856s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ..... SUCCESS [46.681s]
[INFO] Shibboleth IdP :: Attribute Resolver Implementation SUCCESS [30.001s]
[INFO] Shibboleth IdP :: Attribute Filter Implementation . SUCCESS [29.006s]
[INFO] Shibboleth IdP :: Consent Engine Implementation ... SUCCESS [24.802s]
[INFO] Shibboleth IdP :: ToU Engine Implementation ....... SUCCESS [18.985s]
[INFO] Shibboleth IdP :: Profile Implementation .......... FAILURE [10.525s]
[INFO] Shibboleth IdP :: Profile Spring Integration ...... SKIPPED
[INFO] Shibboleth IdP :: Session Implementation .......... SKIPPED
[INFO] Shibboleth IdP :: Attribute Resolver Spring Integration SKIPPED
[INFO] Shibboleth IdP :: Attribute Filter Spring Integration SKIPPED
[INFO] Shibboleth IdP :: Attribute CLI ................... SKIPPED
[INFO] Shibboleth IdP :: Configuration Files ............. SKIPPED
[INFO] Shibboleth IdP :: War ............................. SKIPPED
[INFO] Shibboleth IdP :: Distribution .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:45.718s
[INFO] Finished at: Thu May 08 01:02:10 EDT 2014
[INFO] Final Memory: 66M/281M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project idp-profile-impl: Compilation failure: Compilation failure:
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/logic/RelyingPartyIdPredicateTest.java>:[45,46] constructor RelyingPartyIdPredicate in class net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate cannot be applied to given types;
[ERROR] required: java.util.Collection<java.lang.String>
[ERROR] found: no arguments
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/logic/RelyingPartyIdPredicateTest.java>:[55,46] constructor RelyingPartyIdPredicate in class net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate cannot be applied to given types;
[ERROR] required: java.util.Collection<java.lang.String>
[ERROR] found: no arguments
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/logic/RelyingPartyIdPredicateTest.java>:[56,13] cannot find symbol
[ERROR] symbol: method setRelyingPartyIds(java.util.Set<java.lang.String>)
[ERROR] location: variable pred of type net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/logic/RelyingPartyIdPredicateTest.java>:[66,46] constructor RelyingPartyIdPredicate in class net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate cannot be applied to given types;
[ERROR] required: java.util.Collection<java.lang.String>
[ERROR] found: no arguments
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/src/test/java/net/shibboleth/idp/profile/logic/RelyingPartyIdPredicateTest.java>:[67,13] cannot find symbol
[ERROR] symbol: method setRelyingPartyIds(java.util.Set<java.lang.String>)
[ERROR] location: variable pred of type net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate
[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-impl
Sending e-mails to: commits at shibboleth.net
channel stopped
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 '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-1.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-10.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-11.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-12.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-13.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-2.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-3.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-4.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-5.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-6.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-7.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-8.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results-9.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2014-05-08_00-55-20/testng/testng-results.xml'
TestNG Reports Processing: FINISH
More information about the commits
mailing list