Build failed in Jenkins: java-identity-provider-multi-jdk » JDK-1.7.0 #261

Shibboleth Jenkins noreply at shibboleth.net
Tue Feb 11 00:28:02 EST 2014


See <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/jdk=JDK-1.7.0/261/changes>

Changes:

[tzeller] Set the ID of the Web Flow profile action adapter.

[tzeller] Set the ID of profile actions via a bean post processor.
No longer set the ID to the profile action's class name by default.

[scantor] - Add mappings and excise some classpath syntax from SAML 2.0 schemas.
- Fix order of schema additions to resolve ECP/protocol import.

[scantor] Add mappings and excise classpath syntax from SAML 1.x schemas.

[scantor] Move xmlsig mapping to idp-core, add the rest.

[scantor] Webflow bug, it doesn't declare a schema mapping for the flow schema.

[scantor] IDP-303: Forgot, we're still in webflow 2.3

[scantor] IDP-303: Update Spring schema locations

[scantor] Allow validation to be disabled for now, a la the RDBMS case.

[scantor] Fix validation errors.

[scantor] Validating inner <beans> elements requires inner schemaLocation.

[scantor] IDP-303: Update schema locations to http:// locations

[scantor] IDP-303: Update schema locations in default filter conf

[scantor] IDP-303: Rename filter schemas and update mappings.

[rdw] IDP-359 Add configuration for old style PrincipalConnector C14N and new style C14N (SAML2/Transient)

[rdw] IDP-359 The Predicate for a C14N action has to be static.  This means that we cannot look at the formats in this case.

[rdw] IDP-268 Add a predicate to the LegacyCanonicalizer to shortcut the C14N stage if there are no <PrincipalConnectors>
Add a PrinicipalConnector to the top level test for attribute-resolver.xml.  

This flushed a whole series of bugs around initialization and naming of the C14N beans and their decode sub beans and thus the setting of latter type's identifier by the legacy parsers (they inherit them from the principal connector)

[rdw] Fix cut and paste error

[rdw] IDP-266 Transient Principal Connector needs the SAML1 NamedIdentifier decoder

[rdw] IDP-266 Transient Principal Connector

[rdw] IDP-266 Move the spring beans up out from 'ad' so that the principal connectors can borrow them

[rdw] IDP-268 Move getBeanClass to the parent class - it is invariant across all parsers

------------------------------------------
[...truncated 1967 lines...]
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) @ idp-saml-api <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ idp-saml-api ---
[INFO] Building jar: <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/jdk=JDK-1.7.0/ws/idp-saml-api/target/idp-saml-api-3.0-SNAPSHOT-sources.jar>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Shibboleth IdP :: Authentication Implementation 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ idp-authn-impl ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/jdk=JDK-1.7.0/ws/idp-authn-impl/target>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ idp-authn-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-authn-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/jdk=JDK-1.7.0/ws/idp-authn-impl/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/jdk=JDK-1.7.0/ws/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractUsernamePasswordFromWssToken.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-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ExtractUsernamePasswordFromWssToken.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ idp-authn-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ idp-authn-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/jdk=JDK-1.7.0/ws/idp-authn-impl/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ idp-authn-impl ---
[INFO] Surefire report directory: <https://build.shibboleth.net/jenkins/job/java-identity-provider-multi-jdk/jdk=JDK-1.7.0/ws/idp-authn-impl/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running TestSuite
Tests run: 227, Failures: 18, Errors: 0, Skipped: 195, Time elapsed: 2.877 sec <<< FAILURE! - in TestSuite
setUp(net.shibboleth.idp.authn.impl.InitializeRequestedPrincipalContextTest)  Time elapsed: 1.046 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.InitializeRequestedPrincipalContextTest.setUp(InitializeRequestedPrincipalContextTest.java:59)

setUp(net.shibboleth.idp.authn.impl.FilterFlowsByForceAuthnTest)  Time elapsed: 0.029 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.FilterFlowsByForceAuthnTest.setUp(FilterFlowsByForceAuthnTest.java:36)

setUp(net.shibboleth.idp.authn.impl.ValidateUsernamePasswordAgainstJAASTest)  Time elapsed: 0.156 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.ValidateUsernamePasswordAgainstJAASTest.setUp(ValidateUsernamePasswordAgainstJAASTest.java:85)

setUp(net.shibboleth.idp.authn.impl.ExtractUsernamePasswordFromFormRequestTest)  Time elapsed: 0.014 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.ExtractUsernamePasswordFromFormRequestTest.setUp(ExtractUsernamePasswordFromFormRequestTest.java:38)

setUp(net.shibboleth.idp.authn.impl.FinalizeAuthenticationTest)  Time elapsed: 0.013 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.FinalizeAuthenticationTest.setUp(FinalizeAuthenticationTest.java:42)

setUp(net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest)  Time elapsed: 0 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)

setUp(net.shibboleth.idp.authn.impl.ExtractUsernamePasswordFromBasicAuthTest)  Time elapsed: 0.001 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.ExtractUsernamePasswordFromBasicAuthTest.setUp(ExtractUsernamePasswordFromBasicAuthTest.java:40)

setUp(net.shibboleth.idp.authn.impl.SimpleSubjectCanonicalizationTest)  Time elapsed: 0.005 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.SimpleSubjectCanonicalizationTest.setUp(SimpleSubjectCanonicalizationTest.java:42)

setupDirectoryServer(net.shibboleth.idp.authn.impl.ValidateUsernamePasswordAgainstLDAPTest)  Time elapsed: 0.05 sec  <<< FAILURE!
com.unboundid.ldap.sdk.LDAPException: An error occurred while attempting to start listener 'default':  java.net.BindException: Address already in use
	at com.unboundid.ldap.listener.InMemoryDirectoryServer.startListening(InMemoryDirectoryServer.java:392)
	at net.shibboleth.idp.authn.impl.ValidateUsernamePasswordAgainstLDAPTest.setupDirectoryServer(ValidateUsernamePasswordAgainstLDAPTest.java:90)

setUp(net.shibboleth.idp.authn.impl.SelectSubjectCanonicalizationFlowTest)  Time elapsed: 0.005 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateSubjectCanonicalizationContextTest.setUp(PopulateSubjectCanonicalizationContextTest.java:55)
	at net.shibboleth.idp.authn.impl.SelectSubjectCanonicalizationFlowTest.setUp(SelectSubjectCanonicalizationFlowTest.java:39)

setUp(net.shibboleth.idp.authn.impl.ValidateRemoteUserTest)  Time elapsed: 0.003 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.ValidateRemoteUserTest.setUp(ValidateRemoteUserTest.java:46)

setUp(net.shibboleth.idp.authn.impl.SelectAuthenticationFlowTest)  Time elapsed: 0.005 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.SelectAuthenticationFlowTest.setUp(SelectAuthenticationFlowTest.java:48)

setUp(net.shibboleth.idp.authn.impl.ExtractUserAgentIdntifierTest)  Time elapsed: 0.005 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.ExtractUserAgentIdntifierTest.setUp(ExtractUserAgentIdntifierTest.java:39)

setUp(net.shibboleth.idp.authn.impl.ExtractUserAgentAddressTest)  Time elapsed: 0.003 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.ExtractUserAgentAddressTest.setUp(ExtractUserAgentAddressTest.java:39)

setUp(net.shibboleth.idp.authn.impl.ValidateUserAgentAddressTest)  Time elapsed: 0.008 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.ValidateUserAgentAddressTest.setUp(ValidateUserAgentAddressTest.java:50)

setUp(net.shibboleth.idp.authn.impl.FilterFlowsByPassivityTest)  Time elapsed: 0.007 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.FilterFlowsByPassivityTest.setUp(FilterFlowsByPassivityTest.java:36)

setUp(net.shibboleth.idp.authn.impl.ExtractRemoteUserTest)  Time elapsed: 0.006 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateAuthenticationContextTest.setUp(PopulateAuthenticationContextTest.java:51)
	at net.shibboleth.idp.authn.impl.ExtractRemoteUserTest.setUp(ExtractRemoteUserTest.java:42)

setUp(net.shibboleth.idp.authn.impl.PopulateSubjectCanonicalizationContextTest)  Time elapsed: 0.006 sec  <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: Component identifier can not be null
	at net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent.doInitialize(AbstractIdentifiableInitializableComponent.java:65)
	at net.shibboleth.utilities.java.support.component.AbstractInitializableComponent.initialize(AbstractInitializableComponent.java:37)
	at net.shibboleth.idp.authn.impl.PopulateSubjectCanonicalizationContextTest.setUp(PopulateSubjectCanonicalizationContextTest.java:55)


Results :

Failed tests: 
  InitializeRequestedPrincipalContextTest.setUp:59 » ComponentInitialization Com...
  FilterFlowsByForceAuthnTest.setUp:36->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  ValidateUsernamePasswordAgainstJAASTest.setUp:85->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  ExtractUsernamePasswordFromFormRequestTest.setUp:38->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  FinalizeAuthenticationTest.setUp:42->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization Component...
  ExtractUsernamePasswordFromBasicAuthTest.setUp:40->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  SimpleSubjectCanonicalizationTest.setUp:42->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  ValidateUsernamePasswordAgainstLDAPTest.setupDirectoryServer:90 » LDAP An erro...
  SelectSubjectCanonicalizationFlowTest.setUp:39->PopulateSubjectCanonicalizationContextTest.setUp:55 » ComponentInitialization
  ValidateRemoteUserTest.setUp:46->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  SelectAuthenticationFlowTest.setUp:48->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  ExtractUserAgentIdntifierTest.setUp:39->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  ExtractUserAgentAddressTest.setUp:39->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  ValidateUserAgentAddressTest.setUp:50->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  FilterFlowsByPassivityTest.setUp:36->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  ExtractRemoteUserTest.setUp:42->PopulateAuthenticationContextTest.setUp:51 » ComponentInitialization
  PopulateSubjectCanonicalizationContextTest.setUp:55 » ComponentInitialization ...

Tests run: 227, Failures: 18, Errors: 0, Skipped: 195

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Shibboleth Identity Provider ...................... SUCCESS [2.303s]
[INFO] Shibboleth IdP :: Core ............................ SUCCESS [14.453s]
[INFO] Shibboleth IdP :: Profile API ..................... SUCCESS [10.537s]
[INFO] Shibboleth IdP :: Authentication API .............. SUCCESS [11.135s]
[INFO] Shibboleth IdP :: Attribute API ................... SUCCESS [9.841s]
[INFO] Shibboleth IdP :: Attribute Resolver API .......... SUCCESS [12.089s]
[INFO] Shibboleth IdP :: Attribute Filter API ............ SUCCESS [11.278s]
[INFO] Shibboleth IdP :: Session API ..................... SUCCESS [10.008s]
[INFO] Shibboleth IdP :: SAML Profile API ................ SUCCESS [16.246s]
[INFO] Shibboleth IdP :: Authentication Implementation ... FAILURE [4.841s]
[INFO] Shibboleth IdP :: Attribute Implementation ........ SKIPPED
[INFO] Shibboleth IdP :: SAML Profile Implementation ..... SKIPPED
[INFO] Shibboleth IdP :: Attribute Resolver Implementation  SKIPPED
[INFO] Shibboleth IdP :: Attribute Filter Implementation . SKIPPED
[INFO] Shibboleth IdP :: Profile Implementation .......... 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 :: War ............................. SKIPPED
[INFO] Shibboleth IdP :: Configuration Files ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:43.665s
[INFO] Finished at: Tue Feb 11 00:27:59 EST 2014
[INFO] Final Memory: 45M/314M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project idp-authn-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-authn-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-authn-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
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.
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-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2014-02-11_00-05-13/testng/testng-results-1.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2014-02-11_00-05-13/testng/testng-results-2.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2014-02-11_00-05-13/testng/testng-results-3.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2014-02-11_00-05-13/testng/testng-results-4.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2014-02-11_00-05-13/testng/testng-results-5.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2014-02-11_00-05-13/testng/testng-results-6.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2014-02-11_00-05-13/testng/testng-results-7.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2014-02-11_00-05-13/testng/testng-results-8.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-multi-jdk/configurations/axis-jdk/JDK-1.7.0/builds/2014-02-11_00-05-13/testng/testng-results.xml'
TestNG Reports Processing: FINISH


More information about the commits mailing list