Build failed in Jenkins: java-identity-provider #304
Shibboleth Jenkins
noreply at shibboleth.net
Fri May 17 10:23:19 EDT 2013
See <https://build.shibboleth.net/jenkins/job/java-identity-provider/304/changes>
Changes:
[rdw] IDP 208 Start refactoring the Filter-API code so there is a more recognizable link between Schema types and Java Classes. Part 2 of n. The Predicate "criterion" becomes a MatchFunctor called " policyRequirement rule (as per the schema)
[rdw] Fix build. For some reason MatchFunctor did not get removed in the last commit.
------------------------------------------
[...truncated 6702 lines...]
[ERROR] Artifact: org.opensaml:opensaml-profile-api:jar:3.0-SNAPSHOT has no file.
[ERROR] Artifact: org.opensaml:opensaml-saml-api:jar:3.0-SNAPSHOT has no file.
[ERROR] Artifact: org.opensaml:opensaml-saml-impl:jar:3.0-SNAPSHOT has no file.
[ERROR] Artifact: org.opensaml:opensaml-security-api:jar:3.0-SNAPSHOT has no file.
[ERROR] Artifact: org.opensaml:opensaml-security-impl:jar:3.0-SNAPSHOT has no file.
[ERROR] Artifact: org.opensaml:opensaml-soap-api:jar:3.0-SNAPSHOT has no file.
[ERROR] Artifact: org.opensaml:opensaml-soap-impl:jar:3.0-SNAPSHOT has no file.
[ERROR] Artifact: org.opensaml:opensaml-temp:jar:3.0-SNAPSHOT has no file.
[ERROR] Artifact: org.opensaml:opensaml-util:jar:3.0-SNAPSHOT has no file.
[ERROR] Artifact: org.opensaml:opensaml-xmlsec-api:jar:3.0-SNAPSHOT has no file.
[ERROR] Artifact: org.opensaml:opensaml-xmlsec-impl:jar:3.0-SNAPSHOT has no file.
[ERROR] Artifact: org.owasp.esapi:esapi:jar:2.0.1 has no file.
[ERROR] Artifact: org.slf4j:jcl-over-slf4j:jar:1.7.5 has no file.
[ERROR] Artifact: org.slf4j:jul-to-slf4j:jar:1.7.5 has no file.
[ERROR] Artifact: org.slf4j:log4j-over-slf4j:jar:1.7.5 has no file.
[ERROR] Artifact: org.slf4j:slf4j-api:jar:1.7.5 has no file.
[ERROR] Artifact: org.springframework:spring-aop:jar:3.2.2.RELEASE has no file.
[ERROR] Artifact: org.springframework:spring-beans:jar:3.2.2.RELEASE has no file.
[ERROR] Artifact: org.springframework:spring-context:jar:3.2.2.RELEASE has no file.
[ERROR] Artifact: org.springframework:spring-context-support:jar:3.2.2.RELEASE has no file.
[ERROR] Artifact: org.springframework:spring-core:jar:3.2.2.RELEASE has no file.
[ERROR] Artifact: org.springframework:spring-expression:jar:3.1.1.RELEASE has no file.
[ERROR] Artifact: org.springframework:spring-test:jar:3.2.2.RELEASE has no file.
[ERROR] Artifact: org.springframework:spring-web:jar:3.1.1.RELEASE has no file.
[ERROR] Artifact: org.springframework:spring-webmvc:jar:3.2.2.RELEASE has no file.
[ERROR] Artifact: org.springframework.webflow:spring-binding:jar:2.3.1.RELEASE has no file.
[ERROR] Artifact: org.springframework.webflow:spring-js:jar:2.3.1.RELEASE has no file.
[ERROR] Artifact: org.springframework.webflow:spring-js-resources:jar:2.3.1.RELEASE has no file.
[ERROR] Artifact: org.springframework.webflow:spring-webflow:jar:2.3.1.RELEASE has no file.
[ERROR] Artifact: org.testng:testng:jar:6.8.1 has no file.
[ERROR] Artifact: org.yaml:snakeyaml:jar:1.6 has no file.
[ERROR] Artifact: xalan:xalan:jar:2.7.1 has no file.
[ERROR] Artifact: xml-resolver:xml-resolver:jar:1.2 has no file.
[ERROR] Artifact: xmlunit:xmlunit:jar:1.4 has no file.
[INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.6
[INFO] Generating "Project Plugins" report --- maven-project-info-reports-plugin:2.6
[INFO] Generating "Plugin Management" report --- maven-project-info-reports-plugin:2.6
[JENKINS] Archiving site from <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-impl/target/site> to /home/jenkins/.jenkins/jobs/java-identity-provider/site/idp-attribute-resolver-impl
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Shibboleth IdP :: Attribute Filter Implementation 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ idp-attribute-filter-impl ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/target>
[INFO]
[INFO] --- maven-dependency-plugin:2.7:copy (default) @ idp-attribute-filter-impl ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ idp-attribute-filter-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ idp-attribute-filter-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filtering/impl/matcher/AbstractValueMatcherFunctor.java>: <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filtering/impl/matcher/AbstractValueMatcherFunctor.java> uses unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/main/java/net/shibboleth/idp/attribute/filtering/impl/matcher/AbstractValueMatcherFunctor.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ idp-attribute-filter-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ idp-attribute-filter-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/target/test-classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/matcher/logic/OrMatcherTest.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/matcher/logic/OrMatcherTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[31,63] package net.shibboleth.idp.attribute.resolver.impl.dc.attribute does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[32,63] package net.shibboleth.idp.attribute.resolver.impl.dc.attribute does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[33,63] package net.shibboleth.idp.attribute.resolver.impl.dc.attribute does not exist
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[63,9] cannot find symbol
symbol: class SAML2AttributeDataConnector
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[63,53] cannot find symbol
symbol: class SAML2AttributeDataConnector
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[65,20] cannot find symbol
symbol: class BaseMappedAttribute
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[65,70] cannot find symbol
symbol: class BaseMappedAttribute
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[66,9] cannot find symbol
symbol: class StringMappedAttribute
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[66,41] cannot find symbol
symbol: class StringMappedAttribute
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[ERROR] <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/src/test/java/net/shibboleth/idp/attribute/filtering/impl/complex/BaseComplexAttributeFilterTestCase.java>:[70,19] cannot find symbol
symbol: class StringMappedAttribute
location: class net.shibboleth.idp.attribute.filtering.impl.complex.BaseComplexAttributeFilterTestCase
[INFO] 10 errors
[INFO] -------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Shibboleth Identity Provider
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Shibboleth Identity Provider ...................... SUCCESS [47.562s]
[INFO] Shibboleth IdP :: Core ............................ SUCCESS [22.733s]
[INFO] Shibboleth IdP :: Attribute API ................... SUCCESS [33.704s]
[INFO] Shibboleth IdP :: Attribute Resolver API .......... SUCCESS [38.306s]
[INFO] Shibboleth IdP :: Attribute Filter API ............ SUCCESS [22.191s]
[INFO] Shibboleth IdP :: Profile API ..................... SUCCESS [35.590s]
[INFO] Shibboleth IdP :: Authentication API .............. SUCCESS [37.881s]
[INFO] Shibboleth IdP :: SAML Profile API ................ SUCCESS [43.761s]
[INFO] Shibboleth IdP :: Authentication Implementation ... SUCCESS [35.366s]
[INFO] Shibboleth IdP :: Attribute Implementation ........ SUCCESS [10.192s]
[INFO] Shibboleth IdP :: Attribute Resolver Implementation SUCCESS [50.480s]
[INFO] Shibboleth IdP :: Attribute Filter Implementation . FAILURE [1.119s]
[INFO] Shibboleth IdP :: Profile Implementation .......... SKIPPED
[INFO] Shibboleth IdP :: SAML Profile Implementation ..... SKIPPED
[INFO] Shibboleth IdP :: War ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:20.642s
[INFO] Finished at: Fri May 17 10:22:59 EDT 2013
[INFO] Final Memory: 207M/878M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-api/3.0-SNAPSHOT/idp-attribute-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-api/target/idp-attribute-api-3.0-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-api/3.0-SNAPSHOT/idp-attribute-api-3.0-SNAPSHOT.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-api/target/idp-attribute-api-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-api/3.0-SNAPSHOT/idp-attribute-api-3.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-api/target/idp-attribute-api-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-api/3.0-SNAPSHOT/idp-attribute-api-3.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-api/target/idp-attribute-api-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-api/3.0-SNAPSHOT/idp-attribute-api-3.0-SNAPSHOT-test-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-api/target/idp-attribute-api-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-api/3.0-SNAPSHOT/idp-attribute-api-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-resolver-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-resolver-api/3.0-SNAPSHOT/idp-attribute-resolver-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-api/target/idp-attribute-resolver-api-3.0-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-resolver-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-resolver-api/3.0-SNAPSHOT/idp-attribute-resolver-api-3.0-SNAPSHOT.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-api/target/idp-attribute-resolver-api-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-resolver-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-resolver-api/3.0-SNAPSHOT/idp-attribute-resolver-api-3.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-api/target/idp-attribute-resolver-api-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-resolver-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-resolver-api/3.0-SNAPSHOT/idp-attribute-resolver-api-3.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-api/target/idp-attribute-resolver-api-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-resolver-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-resolver-api/3.0-SNAPSHOT/idp-attribute-resolver-api-3.0-SNAPSHOT-test-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-api/target/idp-attribute-resolver-api-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-resolver-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-resolver-api/3.0-SNAPSHOT/idp-attribute-resolver-api-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-war/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-war/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-war/3.0-SNAPSHOT/idp-war-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-saml-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-saml-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-saml-impl/3.0-SNAPSHOT/idp-saml-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-saml-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-saml-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-saml-api/3.0-SNAPSHOT/idp-saml-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-saml-api/target/idp-saml-api-3.0-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-saml-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-saml-api/3.0-SNAPSHOT/idp-saml-api-3.0-SNAPSHOT.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-saml-api/target/idp-saml-api-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-saml-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-saml-api/3.0-SNAPSHOT/idp-saml-api-3.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-saml-api/target/idp-saml-api-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-saml-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-saml-api/3.0-SNAPSHOT/idp-saml-api-3.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-saml-api/target/idp-saml-api-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-saml-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-saml-api/3.0-SNAPSHOT/idp-saml-api-3.0-SNAPSHOT-test-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-saml-api/target/idp-saml-api-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-saml-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-saml-api/3.0-SNAPSHOT/idp-saml-api-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-authn-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-authn-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-authn-impl/3.0-SNAPSHOT/idp-authn-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-authn-impl/target/idp-authn-impl-3.0-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-authn-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-authn-impl/3.0-SNAPSHOT/idp-authn-impl-3.0-SNAPSHOT.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-authn-impl/target/idp-authn-impl-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-authn-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-authn-impl/3.0-SNAPSHOT/idp-authn-impl-3.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-authn-impl/target/idp-authn-impl-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-authn-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-authn-impl/3.0-SNAPSHOT/idp-authn-impl-3.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-authn-impl/target/idp-authn-impl-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-authn-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-authn-impl/3.0-SNAPSHOT/idp-authn-impl-3.0-SNAPSHOT-test-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-authn-impl/target/idp-authn-impl-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-authn-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-authn-impl/3.0-SNAPSHOT/idp-authn-impl-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-filter-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-filter-api/3.0-SNAPSHOT/idp-attribute-filter-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-api/target/idp-attribute-filter-api-3.0-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-filter-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-filter-api/3.0-SNAPSHOT/idp-attribute-filter-api-3.0-SNAPSHOT.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-api/target/idp-attribute-filter-api-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-filter-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-filter-api/3.0-SNAPSHOT/idp-attribute-filter-api-3.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-api/target/idp-attribute-filter-api-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-filter-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-filter-api/3.0-SNAPSHOT/idp-attribute-filter-api-3.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-api/target/idp-attribute-filter-api-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-filter-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-filter-api/3.0-SNAPSHOT/idp-attribute-filter-api-3.0-SNAPSHOT-test-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-api/target/idp-attribute-filter-api-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-filter-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-filter-api/3.0-SNAPSHOT/idp-attribute-filter-api-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-parent/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-parent/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-parent/3.0-SNAPSHOT/idp-parent-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-parent/target/idp-parent-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-parent/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-parent/3.0-SNAPSHOT/idp-parent-3.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-resolver-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-resolver-impl/3.0-SNAPSHOT/idp-attribute-resolver-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-impl/target/idp-attribute-resolver-impl-3.0-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-resolver-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-resolver-impl/3.0-SNAPSHOT/idp-attribute-resolver-impl-3.0-SNAPSHOT.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-impl/target/idp-attribute-resolver-impl-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-resolver-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-resolver-impl/3.0-SNAPSHOT/idp-attribute-resolver-impl-3.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-impl/target/idp-attribute-resolver-impl-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-resolver-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-resolver-impl/3.0-SNAPSHOT/idp-attribute-resolver-impl-3.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-impl/target/idp-attribute-resolver-impl-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-resolver-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-resolver-impl/3.0-SNAPSHOT/idp-attribute-resolver-impl-3.0-SNAPSHOT-test-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-resolver-impl/target/idp-attribute-resolver-impl-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-resolver-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-resolver-impl/3.0-SNAPSHOT/idp-attribute-resolver-impl-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-impl/3.0-SNAPSHOT/idp-attribute-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-impl/target/idp-attribute-impl-3.0-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-impl/3.0-SNAPSHOT/idp-attribute-impl-3.0-SNAPSHOT.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-impl/target/idp-attribute-impl-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-impl/3.0-SNAPSHOT/idp-attribute-impl-3.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-profile-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-profile-impl/3.0-SNAPSHOT/idp-profile-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-attribute-filter-impl/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-attribute-filter-impl/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-attribute-filter-impl/3.0-SNAPSHOT/idp-attribute-filter-impl-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-authn-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-authn-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-authn-api/3.0-SNAPSHOT/idp-authn-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-authn-api/target/idp-authn-api-3.0-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-authn-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-authn-api/3.0-SNAPSHOT/idp-authn-api-3.0-SNAPSHOT.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-authn-api/target/idp-authn-api-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-authn-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-authn-api/3.0-SNAPSHOT/idp-authn-api-3.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-authn-api/target/idp-authn-api-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-authn-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-authn-api/3.0-SNAPSHOT/idp-authn-api-3.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-authn-api/target/idp-authn-api-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-authn-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-authn-api/3.0-SNAPSHOT/idp-authn-api-3.0-SNAPSHOT-test-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-authn-api/target/idp-authn-api-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-authn-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-authn-api/3.0-SNAPSHOT/idp-authn-api-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-core/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-core/3.0-SNAPSHOT/idp-core-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/target/idp-core-3.0-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-core/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-core/3.0-SNAPSHOT/idp-core-3.0-SNAPSHOT.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/target/idp-core-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-core/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-core/3.0-SNAPSHOT/idp-core-3.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/target/idp-core-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-core/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-core/3.0-SNAPSHOT/idp-core-3.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-core/target/idp-core-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-core/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-core/3.0-SNAPSHOT/idp-core-3.0-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-api/pom.xml> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-profile-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-profile-api/3.0-SNAPSHOT/idp-profile-api-3.0-SNAPSHOT.pom
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-api/target/idp-profile-api-3.0-SNAPSHOT.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-profile-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-profile-api/3.0-SNAPSHOT/idp-profile-api-3.0-SNAPSHOT.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-api/target/idp-profile-api-3.0-SNAPSHOT-tests.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-profile-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-profile-api/3.0-SNAPSHOT/idp-profile-api-3.0-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-api/target/idp-profile-api-3.0-SNAPSHOT-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-profile-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-profile-api/3.0-SNAPSHOT/idp-profile-api-3.0-SNAPSHOT-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-api/target/idp-profile-api-3.0-SNAPSHOT-test-javadoc.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-profile-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-profile-api/3.0-SNAPSHOT/idp-profile-api-3.0-SNAPSHOT-test-javadoc.jar
[JENKINS] Archiving <https://build.shibboleth.net/jenkins/job/java-identity-provider/ws/idp-profile-api/target/idp-profile-api-3.0-SNAPSHOT-sources.jar> to /home/jenkins/.jenkins/jobs/java-identity-provider/modules/net.shibboleth.idp$idp-profile-api/builds/2013-05-17_10-16-35/archive/net.shibboleth.idp/idp-profile-api/3.0-SNAPSHOT/idp-profile-api-3.0-SNAPSHOT-sources.jar
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile) on project idp-attribute-filter-impl: Compilation failure
cause : Compilation failure
Stack trace :
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile) on project idp-attribute-filter-impl: Compilation failure
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
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.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:100)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:745)
at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:152)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
... 27 more
Sending e-mails to: commits at shibboleth.net
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.
Saving reports...
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2013-05-17_10-16-32/testng/testng-results-1.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2013-05-17_10-16-32/testng/testng-results-2.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2013-05-17_10-16-32/testng/testng-results-3.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2013-05-17_10-16-32/testng/testng-results-4.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2013-05-17_10-16-32/testng/testng-results-5.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2013-05-17_10-16-32/testng/testng-results-6.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2013-05-17_10-16-32/testng/testng-results-7.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider/builds/2013-05-17_10-16-32/testng/testng-results.xml'
TestNG Reports Processing: FINISH
More information about the commits
mailing list