Build failed in Jenkins: java-identity-provider-nightly #198
Shibboleth Jenkins
noreply at shibboleth.net
Tue Dec 31 02:44:36 EST 2013
See <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/198/changes>
Changes:
[scantor] Annotations and cleanup.
[scantor] Annotations and cleanup.
[tzeller] The ReloadableSpringService needs to implement the Spring ApplicationContextAware interface to set the parent context, cleanup from IDP-330, IDP-329.
[tzeller] Remove unnecessary newContextSpring() method from SpringSupport as part of cleanup following IDP-298 work, which was to use Spring Resources in the IdP rather than java-support Resources.
[scantor] Remove mock handler migrated to OpenSAML
[scantor] Fix config dependency.
[scantor] Converted action into a message handler.
[scantor] Rename of SAML messaging contexts (Saml to SAML)
[rdw] IDP-307. Move the mapper functionality from its own module to idp-saml (which is where I shou;d have originally put it).
[rdw] add bin to svn:ignore
[rdw] remove duplicate-in-all-but case class
[rdw] IDP-307. Move IdPRequestedAttribute over to idp-attribute-api
[rdw] IDP-257. We are thread safe so remove the todo.
------------------------------------------
[...truncated 18753 lines...]
[INFO] Cobertura Report generation was successful.
[INFO] Generating "About" report --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Mailing Lists" report --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Issue Tracking" report --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Source Repository" report --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Project Team" report --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.7
Downloading: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/idp/idp-saml-impl/3.0-SNAPSHOT/idp-saml-impl-3.0-20131231.074256-161.pom
4/6 KB
6/6 KB
Downloaded: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/idp/idp-saml-impl/3.0-SNAPSHOT/idp-saml-impl-3.0-20131231.074256-161.pom (6 KB at 486.2 KB/sec)
[INFO] Generating "Dependency Management" report --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Project Plugins" report --- maven-project-info-reports-plugin:2.7
[INFO] Generating "Plugin Management" report --- maven-project-info-reports-plugin:2.7
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Shibboleth IdP :: Session Implementation 3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ idp-session-impl ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-session-impl/target>
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy (default) @ idp-session-impl ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ idp-session-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-session-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-session-impl/target/classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedIdPSession.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-session-impl/src/main/java/net/shibboleth/idp/session/impl/StorageBackedIdPSession.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ idp-session-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ idp-session-impl ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-session-impl/target/test-classes>
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-session-impl/src/test/java/net/shibboleth/idp/session/impl/UpdateSessionWithAuthenticationResultTest.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-session-impl/src/test/java/net/shibboleth/idp/session/impl/UpdateSessionWithAuthenticationResultTest.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ idp-session-impl ---
[INFO] Surefire report directory: <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-session-impl/target/surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running TestSuite
Tests run: 86, Failures: 4, Errors: 0, Skipped: 77, Time elapsed: 1.412 sec <<< FAILURE! - in TestSuite
setUp(net.shibboleth.idp.session.impl.UpdateSessionWithAuthenticationResultTest) Time elapsed: 0.729 sec <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: No component ID has been set
at net.shibboleth.utilities.java.support.component.AbstractDestructableIdentifiableInitializableComponent.doInitialize(AbstractDestructableIdentifiableInitializableComponent.java:60)
at net.shibboleth.idp.session.impl.StorageBackedSessionManager.doInitialize(StorageBackedSessionManager.java:448)
at net.shibboleth.utilities.java.support.component.AbstractDestructableInitializableComponent.initialize(AbstractDestructableInitializableComponent.java:57)
at net.shibboleth.idp.session.impl.SessionManagerBaseTestCase.setUp(SessionManagerBaseTestCase.java:70)
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:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:175)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:107)
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:91)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:204)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:107)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
setUp(net.shibboleth.idp.session.impl.PopulateSessionContextTest) Time elapsed: 0.031 sec <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: No component ID has been set
at net.shibboleth.utilities.java.support.component.AbstractDestructableIdentifiableInitializableComponent.doInitialize(AbstractDestructableIdentifiableInitializableComponent.java:60)
at net.shibboleth.idp.session.impl.StorageBackedSessionManager.doInitialize(StorageBackedSessionManager.java:448)
at net.shibboleth.utilities.java.support.component.AbstractDestructableInitializableComponent.initialize(AbstractDestructableInitializableComponent.java:57)
at net.shibboleth.idp.session.impl.SessionManagerBaseTestCase.setUp(SessionManagerBaseTestCase.java:70)
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:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:175)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:107)
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:91)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:204)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:107)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
setUp(net.shibboleth.idp.session.impl.StorageBackedSessionManagerTest) Time elapsed: 0.017 sec <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: No component ID has been set
at net.shibboleth.utilities.java.support.component.AbstractDestructableIdentifiableInitializableComponent.doInitialize(AbstractDestructableIdentifiableInitializableComponent.java:60)
at net.shibboleth.idp.session.impl.StorageBackedSessionManager.doInitialize(StorageBackedSessionManager.java:448)
at net.shibboleth.utilities.java.support.component.AbstractDestructableInitializableComponent.initialize(AbstractDestructableInitializableComponent.java:57)
at net.shibboleth.idp.session.impl.SessionManagerBaseTestCase.setUp(SessionManagerBaseTestCase.java:70)
at net.shibboleth.idp.session.impl.StorageBackedSessionManagerTest.setUp(StorageBackedSessionManagerTest.java:86)
setUp(net.shibboleth.idp.session.impl.InvalidateSessionOnIdentitySwitchTest) Time elapsed: 0.019 sec <<< FAILURE!
net.shibboleth.utilities.java.support.component.ComponentInitializationException: No component ID has been set
at net.shibboleth.utilities.java.support.component.AbstractDestructableIdentifiableInitializableComponent.doInitialize(AbstractDestructableIdentifiableInitializableComponent.java:60)
at net.shibboleth.idp.session.impl.StorageBackedSessionManager.doInitialize(StorageBackedSessionManager.java:448)
at net.shibboleth.utilities.java.support.component.AbstractDestructableInitializableComponent.initialize(AbstractDestructableInitializableComponent.java:57)
at net.shibboleth.idp.session.impl.SessionManagerBaseTestCase.setUp(SessionManagerBaseTestCase.java:70)
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:606)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:175)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:107)
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:91)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:204)
at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:107)
at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Results :
Failed tests:
UpdateSessionWithAuthenticationResultTest>SessionManagerBaseTestCase.setUp:70 » ComponentInitialization
PopulateSessionContextTest>SessionManagerBaseTestCase.setUp:70 » ComponentInitialization
StorageBackedSessionManagerTest.setUp:86->SessionManagerBaseTestCase.setUp:70 » ComponentInitialization
InvalidateSessionOnIdentitySwitchTest>SessionManagerBaseTestCase.setUp:70 » ComponentInitialization
Tests run: 86, Failures: 4, Errors: 0, Skipped: 77
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Shibboleth Identity Provider ...................... SUCCESS [1:47.781s]
[INFO] Shibboleth IdP :: Core ............................ SUCCESS [41.160s]
[INFO] Shibboleth IdP :: Authentication API .............. SUCCESS [39.079s]
[INFO] Shibboleth IdP :: Attribute API ................... SUCCESS [28.070s]
[INFO] Shibboleth IdP :: Attribute Resolver API .......... SUCCESS [44.148s]
[INFO] Shibboleth IdP :: Attribute Mapper API ............ SUCCESS [18.050s]
[INFO] Shibboleth IdP :: Attribute Filter API ............ SUCCESS [40.326s]
[INFO] Shibboleth IdP :: Profile API ..................... SUCCESS [49.504s]
[INFO] Shibboleth IdP :: Session API ..................... SUCCESS [28.270s]
[INFO] Shibboleth IdP :: SAML Profile API ................ SUCCESS [1:15.558s]
[INFO] Shibboleth IdP :: Authentication Implementation ... SUCCESS [1:03.705s]
[INFO] Shibboleth IdP :: Attribute Implementation ........ SUCCESS [13.135s]
[INFO] Shibboleth IdP :: Attribute Resolver Implementation SUCCESS [57.581s]
[INFO] Shibboleth IdP :: Attribute Filter Implementation . SUCCESS [54.890s]
[INFO] Shibboleth IdP :: Attribute Mapper Implementation . SUCCESS [49.350s]
[INFO] Shibboleth IdP :: Profile Implementation .......... SUCCESS [58.381s]
[INFO] Shibboleth IdP :: SAML Profile Implementation ..... SUCCESS [1:43.624s]
[INFO] Shibboleth IdP :: Session Implementation .......... FAILURE [2.578s]
[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: 14:40.642s
[INFO] Finished at: Tue Dec 31 02:44:09 EST 2013
[INFO] Final Memory: 373M/1113M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project idp-session-impl: There are test failures.
[ERROR]
[ERROR] Please refer to <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-session-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-session-impl
Build step 'Invoke top-level Maven targets' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level <https://build.shibboleth.net/jenkins/job/java-identity-provider-nightly/ws/idp-parent/target/site> to /home/jenkins/.jenkins/jobs/java-identity-provider-nightly/htmlreports/Site_Report
Publishing Javadoc
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
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-nightly/builds/2013-12-31_02-29-02/testng/testng-results-1.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-12-31_02-29-02/testng/testng-results-10.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-12-31_02-29-02/testng/testng-results-11.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-12-31_02-29-02/testng/testng-results-12.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-12-31_02-29-02/testng/testng-results-2.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-12-31_02-29-02/testng/testng-results-3.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-12-31_02-29-02/testng/testng-results-4.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-12-31_02-29-02/testng/testng-results-5.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-12-31_02-29-02/testng/testng-results-6.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-12-31_02-29-02/testng/testng-results-7.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-12-31_02-29-02/testng/testng-results-8.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-12-31_02-29-02/testng/testng-results-9.xml'
Processing '/home/jenkins/.jenkins/jobs/java-identity-provider-nightly/builds/2013-12-31_02-29-02/testng/testng-results.xml'
TestNG Reports Processing: FINISH
More information about the commits
mailing list