See <https://builds.apache.org/job/ActiveMQ/1446/changes>
Changes: [gtully] https://issues.apache.org/jira/browse/AMQ-5092 - apply patch from Dhiraj Bokde with thanks [gtully] some more info to this test to help diagnose intermittent ci failure, works fine locally [gtully] https://issues.apache.org/jira/browse/AMQ-4930 tracked hung org.apache.activemq.usecases.ExpiredMessagesWithNoConsumerTest#testExpiredMessagesWithNoConsumer - when using lower -Xmx than maven run - looping on browse due to no page when hasSpace fails. Browse picks up this state now [tabish121] https://issues.apache.org/jira/browse/AMQ-5096 [dejan] AMQ-5101 - MQTT SUBACK packet MUST use return code 0x80 to report failed topic subscriptions [gtully] remove transitive test ref to old amq version [gtully] compaction or gc can effect this test - make it more tolerant and dumpthreads on error so we can validate [kevin] Added @Ignore for AMQ-5102 until proton 0.7 is released [gtully] ignore transacted and ack mode in the rar - closer to jms 2.0 semantics and fixes tck cached connection issues. in the absense of a transaction their will never be a commit so using a local transaction is totally broken. transactions come from rar local or xa or none [art] AMQ-2429: Add pages listing producers for Queues and Topics. [art] AMQ-5104: Add non-durable subscribers to the subscriber page, and topic-specific subscriber view for individual topics. [claus.ibsen] Upgrade to mqtt client 1.10 [gtully] resolve intermittent failure in this test - do a valid wait check once [gtully] https://issues.apache.org/jira/browse/AMQ-5108 - MQTT subscriptions for cleansession=true MUST be non-durable - patch applied with thanks to Dhiraj Bokde [gtully] fix intermittent failure - exceptions that result from broker stop need to be ignored as this test forces a restart [gtully] speed up this test and improve logging in the event of failure [gtully] https://issues.apache.org/jira/browse/AMQ-5089 - fix and test, respect client ack for topics and only decrement counters when ack is received [gtully] https://issues.apache.org/jira/browse/AMQ-5106 - apply patch with thanks from carlo cancellieri - This closes #17 [tabish121] https://issues.apache.org/jira/browse/AMQ-5110 [kevin] Fixe for AMQ-4977, removed dead code [kevin] Fix for AMQ-5099, removed dead code [tabish121] Add in transacted producer rollback test. [dejan] https://issues.apache.org/jira/browse/AMQ-5112 - mqtt transport thread safety [kevin] Fix for AMQ-5113. Fixed race condition in onMessage for testSimulatenousCron which caused intermittent failures [gtully] https://issues.apache.org/jira/browse/AMQ-4886 - think the sync on shutdown issue is resolved and the test will no longer hang [gtully] sanity check test of local host/port syntax with failover [tabish121] Remove use of deprecated use MessageImpl and load the Proton [dejan] https://issues.apache.org/jira/browse/AMQ-5112 - improving mqtt tests [gtully] https://issues.apache.org/jira/browse/AMQ-5114 - force local removeInfo after connection controll consumer remove command so consumer is always removed from the broker, independent of the consumer state [gtully] tidy up test completion, allowing consumers to exit gracefully from blocking receive [claus.ibsen] Enabled jolokia discovery and removed hawtio dir [claus.ibsen] Enabled jolokia discovery and removed hawtio dir [hiram] Fixes AMQ-5115: LevelDB sync=true is not being honored. [hiram] Applying https://github.com/apache/activemq/pull/18.patch to fix AMQ-5116: batchStatment is misspelled for JDBC adaptors. [tabish121] https://issues.apache.org/jira/browse/AMQ-5092 [tabish121] https://issues.apache.org/jira/browse/AMQ-5092 [claus.ibsen] Upgraded to Camel 2.13.0 [claus.ibsen] Upgrade Spring to 3.2.8 [gtully] revisit https://issues.apache.org/jira/browse/AMQ-3519 with more durable solution https://issues.apache.org/jira/browse/AMQ-5068 - JMSRedelivered header now persisted before dispatch so that it is a reliable indication of a possible duplicate delivery. The option is enabled via destination policy persistJMSRedelivered [gtully] https://issues.apache.org/jira/browse/AMQ-5068 - don't rewrite durable subs as the message instance is shared [gtully] https://issues.apache.org/jira/browse/AMQ-4636 - tidy up commit failure case to redirect via IOExceptionHandler - failover still suppressed the commit on recovery - resulting in rollback exception the client due to indoubt commit [gtully] have kahadb journal transaction commands respect enableJournalDiskSyncs - so consistent with leveldbstore - syncs off breaks the jms durability guarantee across the board - no good reason to distinguish transactional from non transaction ops; the server qos can override the client [art] AMQ-5107: Do not resend messages while the broker is shutting down. Includes junit. [gtully] https://issues.apache.org/jira/browse/AMQ-5119 - fix (pfox thanks for the test) the marshalled properties were being retained so a property removal was being ignored before the schedualed resend [tabish121] Reduce the use of QPid JMS specific types in this test. [tabish121] Speed up these tests by only creating the connector needed for the test [tabish121] https://issues.apache.org/jira/browse/AMQ-4563 [hiram] Fixe bug were exception was being thrown on start up if a optional command could not load (for example if the jasypt lib was removed). [hiram] Implements AMQ-5123: Optionally support encrypted passwords in ActiveMQ users.properties file. [kevin] Added @Ignore because of https://issues.apache.org/jira/browse/AMQ-5126 [claus.ibsen] AMQ-5124: Disable jolokia discovery as we need a new jolokia release so it can broadcast the correct hostname. [claus.ibsen] AMQ-4999: Disable jar indexing as suggest in the jira. [claus.ibsen] AMQ-2388: Enanched log4j logger to include exact versio number. [claus.ibsen] AMQ-4399: Allow to configure checkpoint interval on jdbc persistence adapter. [dejan] https://issues.apache.org/jira/browse/AMQ-5128 - provide SSL_OPTS to all tasks [tabish121] https://issues.apache.org/jira/browse/AMQ-5127 [tabish121] https://issues.apache.org/jira/browse/AMQ-5122 [tabish121] https://issues.apache.org/jira/browse/AMQ-5052 [hadrian] Add missing license headers in preparation of releases [hadrian] Update spring.schemas for the 5.9.1 release [claus.ibsen] AMQ-2354: JCA adapter. Default the ServerUrl to vm://brokerName?create=false when an embedded broker is specified with brokerXmlConfig. Thanks to Michael McKibben for the patch. [gtully] add a sanity external tm xa rollback test [tabish121] https://issues.apache.org/jira/browse/AMQ-5131 [tabish121] https://issues.apache.org/jira/browse/AMQ-5131 [tabish121] https://issues.apache.org/jira/browse/AMQ-5138 [kevin] Fix for AMQ-5135, added amqp karaf verification via roundtrip test [claus.ibsen] Use xbean 3.16 like Camel does. 3.17 does not work as it requires asm5. [dejan] https://issues.apache.org/jira/browse/AMQ-5141 - send messages to dlq using broker security context [dejan] https://issues.apache.org/jira/browse/AMQ-5149 - potential deadlock [gtully] https://issues.apache.org/jira/browse/AMQ-5146 - validate redeliveryPolicy excess pre dispatch, fix and test [dejan] https://issues.apache.org/jira/browse/AMQ-4182 - explicitly comporess/decompress byte messages, so we can avoid using finalize() to close streams [gtully] https://issues.apache.org/jira/browse/AMQ-5077 - provide concurrentSend option to composite destinations such that fanout can occur in parallel, resulting in write batching. little perf test that shows a large improvement in send rate w/o concurrentStoreAndDispatch [tabish121] https://issues.apache.org/jira/browse/AMQ-5159 [gtully] https://issues.apache.org/jira/browse/AMQ-5146 - durable sub redelivery test regression https://issues.apache.org/jira/browse/AMQ-5156 - pre delivery check for max redelivery should only apply to transacted sessions [dejan] https://issues.apache.org/jira/browse/AMQ-4182 - remove remaining use of finalize() ------------------------------------------ [...truncated 810 lines...] [INFO] [INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (cleanVersions) @ activemq-blueprint --- [INFO] [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ activemq-blueprint --- [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ activemq-blueprint --- [15:03:09] [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ activemq-blueprint --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ activemq-blueprint --- [15:03:10] [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory <https://builds.apache.org/job/ActiveMQ/ws/activemq-blueprint/src/test/resources> [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ activemq-blueprint --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.16:test (default-test) @ activemq-blueprint --- [INFO] [INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ activemq-blueprint --- [WARNING] Bundle org.apache.activemq:activemq-blueprint:bundle:5.10-SNAPSHOT : Instructions in Export-Package that are never used: org\.apache\.activemq.*.* Classpath: Jar:.,Jar:org.apache.aries.blueprint,Jar:xbean-blueprint,Jar:commons-jexl,Jar:pax-logging-api [WARNING] Bundle org.apache.activemq:activemq-blueprint:bundle:5.10-SNAPSHOT : Superfluous export-package instructions: [org.apache.activemq**] [INFO] [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) @ activemq-blueprint --- [INFO] [INFO] --- ianal-maven-plugin:1.0-alpha-1:verify-legal-files (default) @ activemq-blueprint --- [INFO] Checking legal files in: activemq-blueprint-5.10-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ activemq-blueprint --- [INFO] Installing <https://builds.apache.org/job/ActiveMQ/ws/activemq-blueprint/target/activemq-blueprint-5.10-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/activemq-blueprint/5.10-SNAPSHOT/activemq-blueprint-5.10-SNAPSHOT.jar [INFO] Installing <https://builds.apache.org/job/ActiveMQ/ws/activemq-blueprint/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/activemq/activemq-blueprint/5.10-SNAPSHOT/activemq-blueprint-5.10-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ activemq-blueprint --- [INFO] Installing org/apache/activemq/activemq-blueprint/5.10-SNAPSHOT/activemq-blueprint-5.10-SNAPSHOT.jar [INFO] Writing OBR metadata [15:03:16] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Skipping ActiveMQ :: Web Demo [INFO] This project has been banned from the build due to previous failures. [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Skipping ActiveMQ :: Web Console [INFO] This project has been banned from the build due to previous failures. [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Skipping ActiveMQ :: Karaf Integration Tests [INFO] This project has been banned from the build due to previous failures. [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Skipping ActiveMQ :: Integration Test :: Spring 3.1 [INFO] This project has been banned from the build due to previous failures. [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Skipping ActiveMQ :: Assembly [INFO] This project has been banned from the build due to previous failures. [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ActiveMQ .......................................... SUCCESS [30.147s] [INFO] ActiveMQ :: Openwire Generator .................... SUCCESS [5.450s] [INFO] ActiveMQ :: Client ................................ SUCCESS [1:56.240s] [INFO] ActiveMQ :: Openwire Legacy Support ............... SUCCESS [4.255s] [INFO] ActiveMQ :: JAAS .................................. SUCCESS [33.721s] [INFO] ActiveMQ :: Broker ................................ SUCCESS [1:23.225s] [INFO] ActiveMQ :: KahaDB Store .......................... FAILURE [2:55.454s] [INFO] ActiveMQ :: STOMP Protocol ........................ SKIPPED [INFO] ActiveMQ :: MQTT Protocol ......................... SKIPPED [INFO] ActiveMQ :: JDBC Store ............................ SUCCESS [2.639s] [INFO] ActiveMQ :: LevelDB Store ......................... SKIPPED [INFO] ActiveMQ :: Generic JMS Pool ...................... SKIPPED [INFO] ActiveMQ :: Pool .................................. SKIPPED [INFO] ActiveMQ :: RA .................................... SKIPPED [INFO] ActiveMQ :: Spring ................................ SKIPPED [INFO] ActiveMQ :: AMQP .................................. SKIPPED [INFO] ActiveMQ :: Console ............................... SKIPPED [INFO] ActiveMQ :: Partition Management .................. SKIPPED [INFO] ActiveMQ :: Unit Tests ............................ SKIPPED [INFO] ActiveMQ :: Camel ................................. SKIPPED [INFO] ActiveMQ :: HTTP Protocol Support ................. SKIPPED [INFO] ActiveMQ :: All JAR bundle ........................ SKIPPED [INFO] ActiveMQ :: File Server ........................... SKIPPED [INFO] ActiveMQ :: Log4j Appender ........................ SUCCESS [5.970s] [INFO] ActiveMQ :: Apache Karaf .......................... SKIPPED [INFO] ActiveMQ :: RAR ................................... SKIPPED [INFO] ActiveMQ :: Run Jar ............................... SKIPPED [INFO] ActiveMQ :: Shiro ................................. SKIPPED [INFO] ActiveMQ :: Runtime Configuration ................. SKIPPED [INFO] ActiveMQ :: Tooling ............................... SUCCESS [0.855s] [INFO] ActiveMQ :: Memory Usage Test Plugin .............. SKIPPED [INFO] ActiveMQ :: Performance Test Plugin ............... SKIPPED [INFO] ActiveMQ :: StartUp/Stop Plugin ................... SKIPPED [INFO] ActiveMQ :: Web ................................... SKIPPED [INFO] ActiveMQ :: OSGi bundle ........................... SKIPPED [INFO] ActiveMQ :: Blueprint ............................. SUCCESS [7.525s] [INFO] ActiveMQ :: Web Demo .............................. SKIPPED [INFO] ActiveMQ :: Web Console ........................... SKIPPED [INFO] ActiveMQ :: Karaf Integration Tests ............... SKIPPED [INFO] ActiveMQ :: Integration Test :: Spring 3.1 ........ SKIPPED [INFO] ActiveMQ :: Assembly .............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8:11.734s [INFO] Finished at: Thu Apr 24 15:03:20 UTC 2014 [INFO] Final Memory: 84M/1240M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/pom.xml> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT.pom [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project activemq-kahadb-store: ExecutionException; nested exception is java.util.concurrent.ExecutionException: java.lang.RuntimeException: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? [ERROR] Command was/bin/sh -c cd <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store> && /home/jenkins/tools/java/jdk1.6.0_45-32/jre/bin/java -jar <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefirebooter4959350438223129541.jar> <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefire8342503404657165071tmp> <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefire_251083350182509634325tmp> [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project activemq-kahadb-store: ExecutionException; nested exception is java.util.concurrent.ExecutionException: java.lang.RuntimeException: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? Command was/bin/sh -c cd <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store> && /home/jenkins/tools/java/jdk1.6.0_45-32/jre/bin/java -jar <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefirebooter4959350438223129541.jar> <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefire8342503404657165071tmp> <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefire_251083350182509634325tmp> 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:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) 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:178) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at hudson.maven.Maven3Builder.call(Maven3Builder.java:134) at hudson.maven.Maven3Builder.call(Maven3Builder.java:69) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:328) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:662) Caused by: org.apache.maven.plugin.MojoFailureException: ExecutionException; nested exception is java.util.concurrent.ExecutionException: java.lang.RuntimeException: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? Command was/bin/sh -c cd <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store> && /home/jenkins/tools/java/jdk1.6.0_45-32/jre/bin/java -jar <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefirebooter4959350438223129541.jar> <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefire8342503404657165071tmp> <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefire_251083350182509634325tmp> at org.apache.maven.plugin.surefire.SurefirePlugin.assertNoException(SurefirePlugin.java:198) at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:188) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:852) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:720) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) ... 31 more Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException; nested exception is java.util.concurrent.ExecutionException: java.lang.RuntimeException: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? Command was/bin/sh -c cd <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store> && /home/jenkins/tools/java/jdk1.6.0_45-32/jre/bin/java -jar <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefirebooter4959350438223129541.jar> <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefire8342503404657165071tmp> <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefire_251083350182509634325tmp> at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:316) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:169) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:958) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:822) ... 34 more Caused by: java.util.concurrent.ExecutionException: java.lang.RuntimeException: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? Command was/bin/sh -c cd <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store> && /home/jenkins/tools/java/jdk1.6.0_45-32/jre/bin/java -jar <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefirebooter4959350438223129541.jar> <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefire8342503404657165071tmp> <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefire_251083350182509634325tmp> at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222) at java.util.concurrent.FutureTask.get(FutureTask.java:83) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:300) ... 37 more Caused by: java.lang.RuntimeException: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? Command was/bin/sh -c cd <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store> && /home/jenkins/tools/java/jdk1.6.0_45-32/jre/bin/java -jar <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefirebooter4959350438223129541.jar> <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefire8342503404657165071tmp> <https://builds.apache.org/job/ActiveMQ/ws/activemq-kahadb-store/target/surefire/surefire_251083350182509634325tmp> at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:485) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:352) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$300(ForkStarter.java:85) at org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:288) at org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:283) ... 5 more [ERROR] [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 :activemq-kahadb-store [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-osgi/pom.xml> to org.apache.activemq/activemq-osgi/5.10-SNAPSHOT/activemq-osgi-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-fileserver/pom.xml> to org.apache.activemq/activemq-fileserver/5.10-SNAPSHOT/activemq-fileserver-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-unit-tests/pom.xml> to org.apache.activemq/activemq-unit-tests/5.10-SNAPSHOT/activemq-unit-tests-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-openwire-legacy/pom.xml> to org.apache.activemq/activemq-openwire-legacy/5.10-SNAPSHOT/activemq-openwire-legacy-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-openwire-legacy/target/activemq-openwire-legacy-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-openwire-legacy/5.10-SNAPSHOT/activemq-openwire-legacy-5.10-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-karaf-itest/pom.xml> to org.apache.activemq/activemq-karaf-itest/5.10-SNAPSHOT/activemq-karaf-itest-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-rar/pom.xml> to org.apache.activemq/activemq-rar/5.10-SNAPSHOT/activemq-rar-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-http/pom.xml> to org.apache.activemq/activemq-http/5.10-SNAPSHOT/activemq-http-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-amqp/pom.xml> to org.apache.activemq/activemq-amqp/5.10-SNAPSHOT/activemq-amqp-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/pom.xml> to org.apache.activemq/activemq-client/5.10-SNAPSHOT/activemq-client-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-client/target/activemq-client-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-client/5.10-SNAPSHOT/activemq-client-5.10-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-blueprint/pom.xml> to org.apache.activemq/activemq-blueprint/5.10-SNAPSHOT/activemq-blueprint-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-blueprint/target/activemq-blueprint-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-blueprint/5.10-SNAPSHOT/activemq-blueprint-5.10-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-tooling/pom.xml> to org.apache.activemq.tooling/activemq-tooling/5.10-SNAPSHOT/activemq-tooling-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-jms-pool/pom.xml> to org.apache.activemq/activemq-jms-pool/5.10-SNAPSHOT/activemq-jms-pool-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-pool/pom.xml> to org.apache.activemq/activemq-pool/5.10-SNAPSHOT/activemq-pool-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-jdbc-store/pom.xml> to org.apache.activemq/activemq-jdbc-store/5.10-SNAPSHOT/activemq-jdbc-store-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-jdbc-store/target/activemq-jdbc-store-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-jdbc-store/5.10-SNAPSHOT/activemq-jdbc-store-5.10-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-camel/pom.xml> to org.apache.activemq/activemq-camel/5.10-SNAPSHOT/activemq-camel-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-runtime-config/pom.xml> to org.apache.activemq/activemq-runtime-config/5.10-SNAPSHOT/activemq-runtime-config-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/pom.xml> to org.apache.activemq/activemq-parent/5.10-SNAPSHOT/activemq-parent-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-stomp/pom.xml> to org.apache.activemq/activemq-stomp/5.10-SNAPSHOT/activemq-stomp-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-openwire-generator/pom.xml> to org.apache.activemq/activemq-openwire-generator/5.10-SNAPSHOT/activemq-openwire-generator-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-openwire-generator/target/activemq-openwire-generator-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-openwire-generator/5.10-SNAPSHOT/activemq-openwire-generator-5.10-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-broker/pom.xml> to org.apache.activemq/activemq-broker/5.10-SNAPSHOT/activemq-broker-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-broker/target/activemq-broker-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-broker/5.10-SNAPSHOT/activemq-broker-5.10-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-broker/target/activemq-broker-5.10-SNAPSHOT-tests.jar> to org.apache.activemq/activemq-broker/5.10-SNAPSHOT/activemq-broker-5.10-SNAPSHOT-tests.jar [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-web-demo/pom.xml> to org.apache.activemq/activemq-web-demo/5.10-SNAPSHOT/activemq-web-demo-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-mqtt/pom.xml> to org.apache.activemq/activemq-mqtt/5.10-SNAPSHOT/activemq-mqtt-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-shiro/pom.xml> to org.apache.activemq/activemq-shiro/5.10-SNAPSHOT/activemq-shiro-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-tooling/activemq-perf-maven-plugin/pom.xml> to org.apache.activemq.tooling/activemq-perf-maven-plugin/5.10-SNAPSHOT/activemq-perf-maven-plugin-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-run/pom.xml> to org.apache.activemq/activemq-run/5.10-SNAPSHOT/activemq-run-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-tooling/activemq-maven-plugin/pom.xml> to org.apache.activemq.tooling/activemq-maven-plugin/5.10-SNAPSHOT/activemq-maven-plugin-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-karaf/pom.xml> to org.apache.activemq/activemq-karaf/5.10-SNAPSHOT/activemq-karaf-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-web-console/pom.xml> to org.apache.activemq/activemq-web-console/5.10-SNAPSHOT/activemq-web-console-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-jaas/pom.xml> to org.apache.activemq/activemq-jaas/5.10-SNAPSHOT/activemq-jaas-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-jaas/target/activemq-jaas-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-jaas/5.10-SNAPSHOT/activemq-jaas-5.10-SNAPSHOT.jar [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-itests-spring31/pom.xml> to org.apache.activemq/activemq-itests-spring31/5.10-SNAPSHOT/activemq-itests-spring31-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-tooling/activemq-memtest-maven-plugin/pom.xml> to org.apache.activemq.tooling/activemq-memtest-maven-plugin/5.10-SNAPSHOT/activemq-memtest-maven-plugin-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-ra/pom.xml> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-partition/pom.xml> to org.apache.activemq/activemq-partition/5.10-SNAPSHOT/activemq-partition-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-all/pom.xml> to org.apache.activemq/activemq-all/5.10-SNAPSHOT/activemq-all-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/assembly/pom.xml> to org.apache.activemq/apache-activemq/5.10-SNAPSHOT/apache-activemq-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-console/pom.xml> to org.apache.activemq/activemq-console/5.10-SNAPSHOT/activemq-console-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-spring/pom.xml> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-leveldb-store/pom.xml> to org.apache.activemq/activemq-leveldb-store/5.10-SNAPSHOT/activemq-leveldb-store-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-web/pom.xml> to org.apache.activemq/activemq-web/5.10-SNAPSHOT/activemq-web-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-log4j-appender/pom.xml> to org.apache.activemq/activemq-log4j-appender/5.10-SNAPSHOT/activemq-log4j-appender-5.10-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ/ws/activemq-log4j-appender/target/activemq-log4j-appender-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-log4j-appender/5.10-SNAPSHOT/activemq-log4j-appender-5.10-SNAPSHOT.jar Sending e-mails to: [email protected] channel stopped [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released
