You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/05/31 12:47:22 UTC

Build failed in Jenkins: ActiveMQ-Java8 #6

See <https://builds.apache.org/job/ActiveMQ-Java8/6/changes>

Changes:

[tabish121] Clean up a bit, remove commented out code from other transports.

[tabish121] https://issues.apache.org/jira/browse/AMQ-5189

[dejan] ignore JmsClientRequestResponseTest until we have qpid/proton libs with appropriate fixes

[dejan] minor cleanup

------------------------------------------
[...truncated 19866 lines...]
	at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:133)
	at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:48)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

testConsumerPrefetchAndDeliveredAck {deliveryMode=1, destinationType=5}(org.apache.activemq.store.kahadb.KahaDBStoreBrokerTest)  Time elapsed: 0.598 sec  <<< ERROR!
javax.jms.JMSException: Cannot add a consumer to a connection that had not been registered: connection:1
	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:54)
	at org.apache.activemq.broker.StubConnection.request(StubConnection.java:128)
	at org.apache.activemq.broker.BrokerTest.testConsumerPrefetchAndDeliveredAck(BrokerTest.java:1721)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at org.apache.activemq.CombinationTestSupport.runBare(CombinationTestSupport.java:107)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	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)
Caused by: java.lang.IllegalStateException: Cannot add a consumer to a connection that had not been registered: connection:1
	at org.apache.activemq.broker.TransportConnection.processAddConsumer(TransportConnection.java:601)
	at org.apache.activemq.command.ConsumerInfo.visit(ConsumerInfo.java:349)
	at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:294)
	at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:148)
	at org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:116)
	at org.apache.activemq.transport.MutexTransport.onCommand(MutexTransport.java:50)
	at org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:246)
	at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:133)
	at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:48)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

testConsumerPrefetchAndDeliveredAck {deliveryMode=2, destinationType=5}(org.apache.activemq.store.kahadb.KahaDBStoreBrokerTest)  Time elapsed: 0.654 sec  <<< ERROR!
javax.jms.JMSException: Cannot add a consumer to a connection that had not been registered: connection:1
	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:54)
	at org.apache.activemq.broker.StubConnection.request(StubConnection.java:128)
	at org.apache.activemq.broker.BrokerTest.testConsumerPrefetchAndDeliveredAck(BrokerTest.java:1721)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at org.apache.activemq.CombinationTestSupport.runBare(CombinationTestSupport.java:107)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	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)
Caused by: java.lang.IllegalStateException: Cannot add a consumer to a connection that had not been registered: connection:1
	at org.apache.activemq.broker.TransportConnection.processAddConsumer(TransportConnection.java:601)
	at org.apache.activemq.command.ConsumerInfo.visit(ConsumerInfo.java:349)
	at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:294)
	at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:148)
	at org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:116)
	at org.apache.activemq.transport.MutexTransport.onCommand(MutexTransport.java:50)
	at org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:246)
	at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:133)
	at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:48)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

testConsumerPrefetchAndDeliveredAck {deliveryMode=1, destinationType=6}(org.apache.activemq.store.kahadb.KahaDBStoreBrokerTest)  Time elapsed: 0.627 sec  <<< ERROR!
javax.jms.JMSException: Cannot add a consumer to a connection that had not been registered: connection:1
	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:54)
	at org.apache.activemq.broker.StubConnection.request(StubConnection.java:128)
	at org.apache.activemq.broker.BrokerTest.testConsumerPrefetchAndDeliveredAck(BrokerTest.java:1721)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at org.apache.activemq.CombinationTestSupport.runBare(CombinationTestSupport.java:107)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	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)
Caused by: java.lang.IllegalStateException: Cannot add a consumer to a connection that had not been registered: connection:1
	at org.apache.activemq.broker.TransportConnection.processAddConsumer(TransportConnection.java:601)
	at org.apache.activemq.command.ConsumerInfo.visit(ConsumerInfo.java:349)
	at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:294)
	at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:148)
	at org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:116)
	at org.apache.activemq.transport.MutexTransport.onCommand(MutexTransport.java:50)
	at org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:246)
	at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:133)
	at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:48)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

testConsumerPrefetchAndDeliveredAck {deliveryMode=2, destinationType=6}(org.apache.activemq.store.kahadb.KahaDBStoreBrokerTest)  Time elapsed: 0.642 sec  <<< ERROR!
javax.jms.JMSException: Cannot add a consumer to a connection that had not been registered: connection:1
	at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:54)
	at org.apache.activemq.broker.StubConnection.request(StubConnection.java:128)
	at org.apache.activemq.broker.BrokerTest.testConsumerPrefetchAndDeliveredAck(BrokerTest.java:1721)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at org.apache.activemq.CombinationTestSupport.runBare(CombinationTestSupport.java:107)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	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)
Caused by: java.lang.IllegalStateException: Cannot add a consumer to a connection that had not been registered: connection:1
	at org.apache.activemq.broker.TransportConnection.processAddConsumer(TransportConnection.java:601)
	at org.apache.activemq.command.ConsumerInfo.visit(ConsumerInfo.java:349)
	at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:294)
	at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:148)
	at org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:116)
	at org.apache.activemq.transport.MutexTransport.onCommand(MutexTransport.java:50)
	at org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:246)
	at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:133)
	at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:48)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-tooling/activemq-memtest-maven-plugin/target/activemq-memtest-maven-plugin-5.10-SNAPSHOT.jar> to org.apache.activemq.tooling/activemq-memtest-maven-plugin/5.10-SNAPSHOT/activemq-memtest-maven-plugin-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-tooling/activemq-memtest-maven-plugin/target/activemq-memtest-maven-plugin-5.10-SNAPSHOT-sources.jar> to org.apache.activemq.tooling/activemq-memtest-maven-plugin/5.10-SNAPSHOT/activemq-memtest-maven-plugin-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-tooling/activemq-perf-maven-plugin/target/activemq-perf-maven-plugin-5.10-SNAPSHOT.jar> to org.apache.activemq.tooling/activemq-perf-maven-plugin/5.10-SNAPSHOT/activemq-perf-maven-plugin-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-tooling/activemq-perf-maven-plugin/target/activemq-perf-maven-plugin-5.10-SNAPSHOT-sources.jar> to org.apache.activemq.tooling/activemq-perf-maven-plugin/5.10-SNAPSHOT/activemq-perf-maven-plugin-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-amqp/target/activemq-amqp-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-amqp/5.10-SNAPSHOT/activemq-amqp-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-amqp/target/activemq-amqp-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-amqp/5.10-SNAPSHOT/activemq-amqp-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-jms-pool/target/activemq-jms-pool-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-jms-pool/5.10-SNAPSHOT/activemq-jms-pool-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-jms-pool/target/activemq-jms-pool-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jms-pool/5.10-SNAPSHOT/activemq-jms-pool-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-log4j-appender/target/activemq-log4j-appender-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-log4j-appender/5.10-SNAPSHOT/activemq-log4j-appender-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-runtime-config/target/activemq-runtime-config-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-runtime-config/5.10-SNAPSHOT/activemq-runtime-config-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-runtime-config/target/activemq-runtime-config-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-runtime-config/5.10-SNAPSHOT/activemq-runtime-config-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-pool/target/activemq-pool-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-pool/5.10-SNAPSHOT/activemq-pool-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-pool/target/activemq-pool-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-pool/5.10-SNAPSHOT/activemq-pool-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-stomp/target/activemq-stomp-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-stomp/5.10-SNAPSHOT/activemq-stomp-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-stomp/target/activemq-stomp-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-stomp/5.10-SNAPSHOT/activemq-stomp-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-run/dependency-reduced-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-Java8/ws/activemq-run/target/activemq-run-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-run/5.10-SNAPSHOT/activemq-run-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-run/target/activemq-run-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-run/5.10-SNAPSHOT/activemq-run-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-mqtt/target/activemq-mqtt-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-mqtt/5.10-SNAPSHOT/activemq-mqtt-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-mqtt/target/activemq-mqtt-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-mqtt/5.10-SNAPSHOT/activemq-mqtt-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-console/target/activemq-console-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-console/5.10-SNAPSHOT/activemq-console-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-console/target/activemq-console-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-console/5.10-SNAPSHOT/activemq-console-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-blueprint/target/activemq-blueprint-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-blueprint/5.10-SNAPSHOT/activemq-blueprint-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-client/target/activemq-client-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-client/5.10-SNAPSHOT/activemq-client-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-broker/target/activemq-broker-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-broker/5.10-SNAPSHOT/activemq-broker-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-ra/target/activemq-ra-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.xsd
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd.html> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT-schema.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd.html> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.xsd.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/activemq-ra-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-spring/target/activemq-spring-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/classes/activemq.xsd> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT.xsd
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/classes/activemq.xsd.html> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT-schema.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/activemq-spring-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-kahadb-store/pom.xml> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-kahadb-store/target/activemq-kahadb-store-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-kahadb-store/target/activemq-kahadb-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-jaas/target/activemq-jaas-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jaas/5.10-SNAPSHOT/activemq-jaas-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-partition/target/activemq-partition-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-partition/5.10-SNAPSHOT/activemq-partition-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-partition/target/activemq-partition-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-partition/5.10-SNAPSHOT/activemq-partition-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-leveldb-store/target/activemq-leveldb-store-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-leveldb-store/5.10-SNAPSHOT/activemq-leveldb-store-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-leveldb-store/target/activemq-leveldb-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-leveldb-store/5.10-SNAPSHOT/activemq-leveldb-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-http/pom.xml> to org.apache.activemq/activemq-http/5.10-SNAPSHOT/activemq-http-5.10-SNAPSHOT.pom
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Build failed in Jenkins: ActiveMQ-Java8 #10

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ-Java8/10/changes>

Changes:

[dejan] https://issues.apache.org/jira/browse/AMQ-5176 - use scala 2.11 in karaf

[dejan] https://issues.apache.org/jira/browse/AMQ-5160 - make runtime configuration plugin work properly with destination filters

[dejan] fixing licenses

------------------------------------------
[...truncated 3454 lines...]
[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 [40.617s]
[INFO] ActiveMQ :: Openwire Generator .................... SUCCESS [9.930s]
[INFO] ActiveMQ :: Client ................................ SUCCESS [1:57.306s]
[INFO] ActiveMQ :: Openwire Legacy Support ............... SUCCESS [13.232s]
[INFO] ActiveMQ :: JAAS .................................. SUCCESS [32.010s]
[INFO] ActiveMQ :: Broker ................................ SUCCESS [1:30.242s]
[INFO] ActiveMQ :: KahaDB Store .......................... SUCCESS [12:27.438s]
[INFO] ActiveMQ :: STOMP Protocol ........................ SUCCESS [17:28.333s]
[INFO] ActiveMQ :: MQTT Protocol ......................... SUCCESS [14:21.354s]
[INFO] ActiveMQ :: JDBC Store ............................ SUCCESS [6.890s]
[INFO] ActiveMQ :: LevelDB Store ......................... SUCCESS [13:05.944s]
[INFO] ActiveMQ :: Generic JMS Pool ...................... SUCCESS [1:33.448s]
[INFO] ActiveMQ :: Pool .................................. SUCCESS [7.510s]
[INFO] ActiveMQ :: RA .................................... SUCCESS [2:34.786s]
[INFO] ActiveMQ :: Spring ................................ SUCCESS [1:12.142s]
[INFO] ActiveMQ :: AMQP .................................. SUCCESS [16:11.141s]
[INFO] ActiveMQ :: Console ............................... SUCCESS [6.944s]
[INFO] ActiveMQ :: Partition Management .................. SUCCESS [1:08.385s]
[INFO] ActiveMQ :: Unit Tests ............................ FAILURE [1:44:56.389s]
[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 [15.736s]
[INFO] ActiveMQ :: Apache Karaf .......................... SKIPPED
[INFO] ActiveMQ :: RAR ................................... SKIPPED
[INFO] ActiveMQ :: Run Jar ............................... SUCCESS [7.212s]
[INFO] ActiveMQ :: Shiro ................................. SKIPPED
[INFO] ActiveMQ :: Runtime Configuration ................. SUCCESS [5:02.761s]
[INFO] ActiveMQ :: Tooling ............................... SUCCESS [4.898s]
[INFO] ActiveMQ :: Memory Usage Test Plugin .............. SUCCESS [8.524s]
[INFO] ActiveMQ :: Performance Test Plugin ............... SUCCESS [8.979s]
[INFO] ActiveMQ :: StartUp/Stop Plugin ................... SKIPPED
[INFO] ActiveMQ :: Web ................................... SKIPPED
[INFO] ActiveMQ :: OSGi bundle ........................... SKIPPED
[INFO] ActiveMQ :: Blueprint ............................. SUCCESS [9.185s]
[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: 3:17:23.821s
[INFO] Finished at: Wed Jun 04 11:19:24 UTC 2014
[INFO] Final Memory: 124M/1516M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "slow-tests" could not be activated because it does not exist.
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project activemq-unit-tests: 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-Java8/ws/activemq-unit-tests> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter6368686448989230770.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire691275328744563306tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1854599476213154130427tmp>
[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-unit-tests: 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-Java8/ws/activemq-unit-tests> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter6368686448989230770.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire691275328744563306tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1854599476213154130427tmp>
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/pom.xml> to org.apache.activemq/activemq-unit-tests/5.10-SNAPSHOT/activemq-unit-tests-5.10-SNAPSHOT.pom
	at java.lang.Thread.run(Thread.java:745)
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-Java8/ws/activemq-unit-tests> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter6368686448989230770.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire691275328744563306tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1854599476213154130427tmp>
	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)
	... 30 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-Java8/ws/activemq-unit-tests> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter6368686448989230770.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire691275328744563306tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1854599476213154130427tmp>
	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)
	... 33 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-Java8/ws/activemq-unit-tests> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter6368686448989230770.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire691275328744563306tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1854599476213154130427tmp>
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:300)
	... 36 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-Java8/ws/activemq-unit-tests> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter6368686448989230770.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire691275328744563306tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1854599476213154130427tmp>
	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)
	... 4 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-unit-tests
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-openwire-legacy/target/activemq-openwire-legacy-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-openwire-legacy/5.10-SNAPSHOT/activemq-openwire-legacy-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-openwire-generator/target/activemq-openwire-generator-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-openwire-generator/5.10-SNAPSHOT/activemq-openwire-generator-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-jdbc-store/target/activemq-jdbc-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jdbc-store/5.10-SNAPSHOT/activemq-jdbc-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-tooling/activemq-memtest-maven-plugin/target/activemq-memtest-maven-plugin-5.10-SNAPSHOT.jar> to org.apache.activemq.tooling/activemq-memtest-maven-plugin/5.10-SNAPSHOT/activemq-memtest-maven-plugin-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-tooling/activemq-memtest-maven-plugin/target/activemq-memtest-maven-plugin-5.10-SNAPSHOT-sources.jar> to org.apache.activemq.tooling/activemq-memtest-maven-plugin/5.10-SNAPSHOT/activemq-memtest-maven-plugin-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-tooling/activemq-perf-maven-plugin/target/activemq-perf-maven-plugin-5.10-SNAPSHOT.jar> to org.apache.activemq.tooling/activemq-perf-maven-plugin/5.10-SNAPSHOT/activemq-perf-maven-plugin-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-tooling/activemq-perf-maven-plugin/target/activemq-perf-maven-plugin-5.10-SNAPSHOT-sources.jar> to org.apache.activemq.tooling/activemq-perf-maven-plugin/5.10-SNAPSHOT/activemq-perf-maven-plugin-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-amqp/target/activemq-amqp-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-amqp/5.10-SNAPSHOT/activemq-amqp-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-amqp/target/activemq-amqp-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-amqp/5.10-SNAPSHOT/activemq-amqp-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-jms-pool/target/activemq-jms-pool-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-jms-pool/5.10-SNAPSHOT/activemq-jms-pool-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-jms-pool/target/activemq-jms-pool-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jms-pool/5.10-SNAPSHOT/activemq-jms-pool-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-log4j-appender/target/activemq-log4j-appender-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-log4j-appender/5.10-SNAPSHOT/activemq-log4j-appender-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-runtime-config/target/activemq-runtime-config-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-runtime-config/5.10-SNAPSHOT/activemq-runtime-config-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-runtime-config/target/activemq-runtime-config-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-runtime-config/5.10-SNAPSHOT/activemq-runtime-config-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-pool/target/activemq-pool-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-pool/5.10-SNAPSHOT/activemq-pool-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-pool/target/activemq-pool-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-pool/5.10-SNAPSHOT/activemq-pool-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-stomp/target/activemq-stomp-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-stomp/5.10-SNAPSHOT/activemq-stomp-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-stomp/target/activemq-stomp-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-stomp/5.10-SNAPSHOT/activemq-stomp-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-run/dependency-reduced-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-Java8/ws/activemq-run/target/activemq-run-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-run/5.10-SNAPSHOT/activemq-run-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-run/target/activemq-run-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-run/5.10-SNAPSHOT/activemq-run-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-mqtt/target/activemq-mqtt-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-mqtt/5.10-SNAPSHOT/activemq-mqtt-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-mqtt/target/activemq-mqtt-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-mqtt/5.10-SNAPSHOT/activemq-mqtt-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-console/target/activemq-console-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-console/5.10-SNAPSHOT/activemq-console-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-console/target/activemq-console-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-console/5.10-SNAPSHOT/activemq-console-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-blueprint/target/activemq-blueprint-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-blueprint/5.10-SNAPSHOT/activemq-blueprint-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-client/target/activemq-client-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-client/5.10-SNAPSHOT/activemq-client-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-broker/target/activemq-broker-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-broker/5.10-SNAPSHOT/activemq-broker-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-ra/target/activemq-ra-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.xsd
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd.html> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT-schema.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd.html> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.xsd.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/activemq-ra-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-spring/target/activemq-spring-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/classes/activemq.xsd> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT.xsd
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/classes/activemq.xsd.html> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT-schema.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/activemq-spring-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-kahadb-store/pom.xml> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-kahadb-store/target/activemq-kahadb-store-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-kahadb-store/target/activemq-kahadb-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-jaas/target/activemq-jaas-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jaas/5.10-SNAPSHOT/activemq-jaas-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-partition/target/activemq-partition-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-partition/5.10-SNAPSHOT/activemq-partition-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-partition/target/activemq-partition-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-partition/5.10-SNAPSHOT/activemq-partition-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-leveldb-store/target/activemq-leveldb-store-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-leveldb-store/5.10-SNAPSHOT/activemq-leveldb-store-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-leveldb-store/target/activemq-leveldb-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-leveldb-store/5.10-SNAPSHOT/activemq-leveldb-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-http/pom.xml> to org.apache.activemq/activemq-http/5.10-SNAPSHOT/activemq-http-5.10-SNAPSHOT.pom
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Build failed in Jenkins: ActiveMQ-Java8 #9

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ-Java8/9/changes>

Changes:

[dejan] https://issues.apache.org/jira/browse/AMQ-5160 - start/stop wrapped policy

[dejan] https://issues.apache.org/jira/browse/AMQ-5160 - fix XBeanConfigTest test

------------------------------------------
[...truncated 3508 lines...]
[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 [40.259s]
[INFO] ActiveMQ :: Openwire Generator .................... SUCCESS [8.986s]
[INFO] ActiveMQ :: Client ................................ SUCCESS [2:06.345s]
[INFO] ActiveMQ :: Openwire Legacy Support ............... SUCCESS [8.115s]
[INFO] ActiveMQ :: JAAS .................................. SUCCESS [35.276s]
[INFO] ActiveMQ :: Broker ................................ SUCCESS [1:27.653s]
[INFO] ActiveMQ :: KahaDB Store .......................... SUCCESS [6:42.841s]
[INFO] ActiveMQ :: STOMP Protocol ........................ SUCCESS [17:24.179s]
[INFO] ActiveMQ :: MQTT Protocol ......................... SUCCESS [14:23.283s]
[INFO] ActiveMQ :: JDBC Store ............................ SUCCESS [5.902s]
[INFO] ActiveMQ :: LevelDB Store ......................... SUCCESS [10:36.480s]
[INFO] ActiveMQ :: Generic JMS Pool ...................... SUCCESS [1:33.624s]
[INFO] ActiveMQ :: Pool .................................. SUCCESS [7.120s]
[INFO] ActiveMQ :: RA .................................... SUCCESS [2:36.056s]
[INFO] ActiveMQ :: Spring ................................ SUCCESS [1:15.248s]
[INFO] ActiveMQ :: AMQP .................................. SUCCESS [16:20.786s]
[INFO] ActiveMQ :: Console ............................... SUCCESS [11.794s]
[INFO] ActiveMQ :: Partition Management .................. SUCCESS [24.071s]
[INFO] ActiveMQ :: Unit Tests ............................ FAILURE [1:42:53.864s]
[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 [17.288s]
[INFO] ActiveMQ :: Apache Karaf .......................... SKIPPED
[INFO] ActiveMQ :: RAR ................................... SKIPPED
[INFO] ActiveMQ :: Run Jar ............................... SUCCESS [9.072s]
[INFO] ActiveMQ :: Shiro ................................. SKIPPED
[INFO] ActiveMQ :: Runtime Configuration ................. SUCCESS [5:05.858s]
[INFO] ActiveMQ :: Tooling ............................... SUCCESS [3.234s]
[INFO] ActiveMQ :: Memory Usage Test Plugin .............. SUCCESS [7.379s]
[INFO] ActiveMQ :: Performance Test Plugin ............... SUCCESS [12.284s]
[INFO] ActiveMQ :: StartUp/Stop Plugin ................... SKIPPED
[INFO] ActiveMQ :: Web ................................... SKIPPED
[INFO] ActiveMQ :: OSGi bundle ........................... SKIPPED
[INFO] ActiveMQ :: Blueprint ............................. SUCCESS [9.201s]
[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: 3:06:47.397s
[INFO] Finished at: Tue Jun 03 13:16:37 UTC 2014
[INFO] Final Memory: 124M/1608M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "slow-tests" could not be activated because it does not exist.
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project activemq-unit-tests: 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-Java8/ws/activemq-unit-tests> && /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter2479008001830378373.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire5686714296106338256tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1855188514576581912611tmp>
[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-unit-tests: 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 ?
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/pom.xml> to org.apache.activemq/activemq-unit-tests/5.10-SNAPSHOT/activemq-unit-tests-5.10-SNAPSHOT.pom
Command was/bin/sh -c cd <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests> && /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter2479008001830378373.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire5686714296106338256tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1855188514576581912611tmp>
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
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-Java8/ws/activemq-unit-tests> && /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter2479008001830378373.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire5686714296106338256tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1855188514576581912611tmp>
	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)
	... 30 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-Java8/ws/activemq-unit-tests> && /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter2479008001830378373.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire5686714296106338256tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1855188514576581912611tmp>
	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)
	... 33 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-Java8/ws/activemq-unit-tests> && /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter2479008001830378373.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire5686714296106338256tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1855188514576581912611tmp>
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:300)
	... 36 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-Java8/ws/activemq-unit-tests> && /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter2479008001830378373.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire5686714296106338256tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1855188514576581912611tmp>
	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)
	... 4 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-unit-tests
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-openwire-legacy/target/activemq-openwire-legacy-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-openwire-legacy/5.10-SNAPSHOT/activemq-openwire-legacy-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-openwire-generator/target/activemq-openwire-generator-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-openwire-generator/5.10-SNAPSHOT/activemq-openwire-generator-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-jdbc-store/target/activemq-jdbc-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jdbc-store/5.10-SNAPSHOT/activemq-jdbc-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-tooling/activemq-memtest-maven-plugin/target/activemq-memtest-maven-plugin-5.10-SNAPSHOT.jar> to org.apache.activemq.tooling/activemq-memtest-maven-plugin/5.10-SNAPSHOT/activemq-memtest-maven-plugin-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-tooling/activemq-memtest-maven-plugin/target/activemq-memtest-maven-plugin-5.10-SNAPSHOT-sources.jar> to org.apache.activemq.tooling/activemq-memtest-maven-plugin/5.10-SNAPSHOT/activemq-memtest-maven-plugin-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-tooling/activemq-perf-maven-plugin/target/activemq-perf-maven-plugin-5.10-SNAPSHOT.jar> to org.apache.activemq.tooling/activemq-perf-maven-plugin/5.10-SNAPSHOT/activemq-perf-maven-plugin-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-tooling/activemq-perf-maven-plugin/target/activemq-perf-maven-plugin-5.10-SNAPSHOT-sources.jar> to org.apache.activemq.tooling/activemq-perf-maven-plugin/5.10-SNAPSHOT/activemq-perf-maven-plugin-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-amqp/target/activemq-amqp-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-amqp/5.10-SNAPSHOT/activemq-amqp-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-amqp/target/activemq-amqp-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-amqp/5.10-SNAPSHOT/activemq-amqp-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-jms-pool/target/activemq-jms-pool-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-jms-pool/5.10-SNAPSHOT/activemq-jms-pool-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-jms-pool/target/activemq-jms-pool-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jms-pool/5.10-SNAPSHOT/activemq-jms-pool-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-log4j-appender/target/activemq-log4j-appender-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-log4j-appender/5.10-SNAPSHOT/activemq-log4j-appender-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-runtime-config/target/activemq-runtime-config-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-runtime-config/5.10-SNAPSHOT/activemq-runtime-config-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-runtime-config/target/activemq-runtime-config-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-runtime-config/5.10-SNAPSHOT/activemq-runtime-config-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-pool/target/activemq-pool-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-pool/5.10-SNAPSHOT/activemq-pool-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-pool/target/activemq-pool-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-pool/5.10-SNAPSHOT/activemq-pool-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-stomp/target/activemq-stomp-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-stomp/5.10-SNAPSHOT/activemq-stomp-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-stomp/target/activemq-stomp-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-stomp/5.10-SNAPSHOT/activemq-stomp-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-run/dependency-reduced-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-Java8/ws/activemq-run/target/activemq-run-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-run/5.10-SNAPSHOT/activemq-run-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-run/target/activemq-run-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-run/5.10-SNAPSHOT/activemq-run-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-mqtt/target/activemq-mqtt-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-mqtt/5.10-SNAPSHOT/activemq-mqtt-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-mqtt/target/activemq-mqtt-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-mqtt/5.10-SNAPSHOT/activemq-mqtt-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-console/target/activemq-console-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-console/5.10-SNAPSHOT/activemq-console-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-console/target/activemq-console-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-console/5.10-SNAPSHOT/activemq-console-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-blueprint/target/activemq-blueprint-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-blueprint/5.10-SNAPSHOT/activemq-blueprint-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-client/target/activemq-client-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-client/5.10-SNAPSHOT/activemq-client-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-broker/target/activemq-broker-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-broker/5.10-SNAPSHOT/activemq-broker-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-ra/target/activemq-ra-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.xsd
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd.html> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT-schema.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd.html> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.xsd.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/activemq-ra-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-spring/target/activemq-spring-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/classes/activemq.xsd> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT.xsd
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/classes/activemq.xsd.html> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT-schema.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/activemq-spring-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-kahadb-store/pom.xml> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-kahadb-store/target/activemq-kahadb-store-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-kahadb-store/target/activemq-kahadb-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-jaas/target/activemq-jaas-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jaas/5.10-SNAPSHOT/activemq-jaas-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-partition/target/activemq-partition-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-partition/5.10-SNAPSHOT/activemq-partition-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-partition/target/activemq-partition-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-partition/5.10-SNAPSHOT/activemq-partition-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-leveldb-store/target/activemq-leveldb-store-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-leveldb-store/5.10-SNAPSHOT/activemq-leveldb-store-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-leveldb-store/target/activemq-leveldb-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-leveldb-store/5.10-SNAPSHOT/activemq-leveldb-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-http/pom.xml> to org.apache.activemq/activemq-http/5.10-SNAPSHOT/activemq-http-5.10-SNAPSHOT.pom
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Build failed in Jenkins: ActiveMQ-Java8 #8

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ-Java8/8/>

------------------------------------------
[...truncated 10841 lines...]
[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 [45.379s]
[INFO] ActiveMQ :: Openwire Generator .................... SUCCESS [14.371s]
[INFO] ActiveMQ :: Client ................................ SUCCESS [3:42.143s]
[INFO] ActiveMQ :: Openwire Legacy Support ............... SUCCESS [9.123s]
[INFO] ActiveMQ :: JAAS .................................. SUCCESS [1:21.925s]
[INFO] ActiveMQ :: Broker ................................ SUCCESS [1:56.404s]
[INFO] ActiveMQ :: KahaDB Store .......................... SUCCESS [8:44.834s]
[INFO] ActiveMQ :: STOMP Protocol ........................ SUCCESS [22:39.780s]
[INFO] ActiveMQ :: MQTT Protocol ......................... SUCCESS [17:17.828s]
[INFO] ActiveMQ :: JDBC Store ............................ SUCCESS [9.032s]
[INFO] ActiveMQ :: LevelDB Store ......................... SUCCESS [36:20.845s]
[INFO] ActiveMQ :: Generic JMS Pool ...................... SUCCESS [1:46.793s]
[INFO] ActiveMQ :: Pool .................................. SUCCESS [13.881s]
[INFO] ActiveMQ :: RA .................................... SUCCESS [3:02.415s]
[INFO] ActiveMQ :: Spring ................................ SUCCESS [2:12.853s]
[INFO] ActiveMQ :: AMQP .................................. SUCCESS [20:45.925s]
[INFO] ActiveMQ :: Console ............................... SUCCESS [12.137s]
[INFO] ActiveMQ :: Partition Management .................. SUCCESS [32.771s]
[INFO] ActiveMQ :: Unit Tests ............................ FAILURE [2:27:33.697s]
[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 [18.230s]
[INFO] ActiveMQ :: Apache Karaf .......................... SKIPPED
[INFO] ActiveMQ :: RAR ................................... SKIPPED
[INFO] ActiveMQ :: Run Jar ............................... SUCCESS [9.849s]
[INFO] ActiveMQ :: Shiro ................................. SKIPPED
[INFO] ActiveMQ :: Runtime Configuration ................. SUCCESS [6:56.704s]
[INFO] ActiveMQ :: Tooling ............................... SUCCESS [5.036s]
[INFO] ActiveMQ :: Memory Usage Test Plugin .............. SUCCESS [13.827s]
[INFO] ActiveMQ :: Performance Test Plugin ............... SUCCESS [12.992s]
[INFO] ActiveMQ :: StartUp/Stop Plugin ................... SKIPPED
[INFO] ActiveMQ :: Web ................................... SKIPPED
[INFO] ActiveMQ :: OSGi bundle ........................... SKIPPED
[INFO] ActiveMQ :: Blueprint ............................. SUCCESS [15.075s]
[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: 4:38:57.716s
[INFO] Finished at: Mon Jun 02 12:58:28 UTC 2014
[INFO] Final Memory: 140M/1613M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "slow-tests" could not be activated because it does not exist.
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project activemq-unit-tests: 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-Java8/ws/activemq-unit-tests> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter5705432255003045814.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire5529270934798175999tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1855026724877288216658tmp>
[ERROR] -> [Help 1]
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/pom.xml> to org.apache.activemq/activemq-unit-tests/5.10-SNAPSHOT/activemq-unit-tests-5.10-SNAPSHOT.pom
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project activemq-unit-tests: 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-Java8/ws/activemq-unit-tests> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter5705432255003045814.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire5529270934798175999tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1855026724877288216658tmp>
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
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-Java8/ws/activemq-unit-tests> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter5705432255003045814.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire5529270934798175999tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1855026724877288216658tmp>
	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)
	... 30 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-Java8/ws/activemq-unit-tests> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter5705432255003045814.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire5529270934798175999tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1855026724877288216658tmp>
	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)
	... 33 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-Java8/ws/activemq-unit-tests> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter5705432255003045814.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire5529270934798175999tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1855026724877288216658tmp>
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:300)
	... 36 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-Java8/ws/activemq-unit-tests> && /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter5705432255003045814.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire5529270934798175999tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1855026724877288216658tmp>
	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)
	... 4 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-unit-tests
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-openwire-legacy/target/activemq-openwire-legacy-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-openwire-legacy/5.10-SNAPSHOT/activemq-openwire-legacy-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-openwire-generator/target/activemq-openwire-generator-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-openwire-generator/5.10-SNAPSHOT/activemq-openwire-generator-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-jdbc-store/target/activemq-jdbc-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jdbc-store/5.10-SNAPSHOT/activemq-jdbc-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-tooling/activemq-memtest-maven-plugin/target/activemq-memtest-maven-plugin-5.10-SNAPSHOT.jar> to org.apache.activemq.tooling/activemq-memtest-maven-plugin/5.10-SNAPSHOT/activemq-memtest-maven-plugin-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-tooling/activemq-memtest-maven-plugin/target/activemq-memtest-maven-plugin-5.10-SNAPSHOT-sources.jar> to org.apache.activemq.tooling/activemq-memtest-maven-plugin/5.10-SNAPSHOT/activemq-memtest-maven-plugin-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-tooling/activemq-perf-maven-plugin/target/activemq-perf-maven-plugin-5.10-SNAPSHOT.jar> to org.apache.activemq.tooling/activemq-perf-maven-plugin/5.10-SNAPSHOT/activemq-perf-maven-plugin-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-tooling/activemq-perf-maven-plugin/target/activemq-perf-maven-plugin-5.10-SNAPSHOT-sources.jar> to org.apache.activemq.tooling/activemq-perf-maven-plugin/5.10-SNAPSHOT/activemq-perf-maven-plugin-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-amqp/target/activemq-amqp-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-amqp/5.10-SNAPSHOT/activemq-amqp-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-amqp/target/activemq-amqp-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-amqp/5.10-SNAPSHOT/activemq-amqp-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-jms-pool/target/activemq-jms-pool-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-jms-pool/5.10-SNAPSHOT/activemq-jms-pool-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-jms-pool/target/activemq-jms-pool-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jms-pool/5.10-SNAPSHOT/activemq-jms-pool-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-log4j-appender/target/activemq-log4j-appender-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-log4j-appender/5.10-SNAPSHOT/activemq-log4j-appender-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-runtime-config/target/activemq-runtime-config-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-runtime-config/5.10-SNAPSHOT/activemq-runtime-config-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-runtime-config/target/activemq-runtime-config-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-runtime-config/5.10-SNAPSHOT/activemq-runtime-config-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-pool/target/activemq-pool-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-pool/5.10-SNAPSHOT/activemq-pool-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-pool/target/activemq-pool-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-pool/5.10-SNAPSHOT/activemq-pool-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-stomp/target/activemq-stomp-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-stomp/5.10-SNAPSHOT/activemq-stomp-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-stomp/target/activemq-stomp-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-stomp/5.10-SNAPSHOT/activemq-stomp-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-run/dependency-reduced-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-Java8/ws/activemq-run/target/activemq-run-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-run/5.10-SNAPSHOT/activemq-run-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-run/target/activemq-run-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-run/5.10-SNAPSHOT/activemq-run-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-mqtt/target/activemq-mqtt-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-mqtt/5.10-SNAPSHOT/activemq-mqtt-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-mqtt/target/activemq-mqtt-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-mqtt/5.10-SNAPSHOT/activemq-mqtt-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-console/target/activemq-console-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-console/5.10-SNAPSHOT/activemq-console-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-console/target/activemq-console-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-console/5.10-SNAPSHOT/activemq-console-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-blueprint/target/activemq-blueprint-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-blueprint/5.10-SNAPSHOT/activemq-blueprint-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-client/target/activemq-client-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-client/5.10-SNAPSHOT/activemq-client-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-broker/target/activemq-broker-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-broker/5.10-SNAPSHOT/activemq-broker-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-ra/target/activemq-ra-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.xsd
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd.html> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT-schema.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd.html> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.xsd.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/activemq-ra-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-spring/target/activemq-spring-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/classes/activemq.xsd> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT.xsd
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/classes/activemq.xsd.html> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT-schema.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/activemq-spring-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-kahadb-store/pom.xml> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-kahadb-store/target/activemq-kahadb-store-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-kahadb-store/target/activemq-kahadb-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-jaas/target/activemq-jaas-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jaas/5.10-SNAPSHOT/activemq-jaas-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-partition/target/activemq-partition-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-partition/5.10-SNAPSHOT/activemq-partition-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-partition/target/activemq-partition-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-partition/5.10-SNAPSHOT/activemq-partition-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-leveldb-store/target/activemq-leveldb-store-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-leveldb-store/5.10-SNAPSHOT/activemq-leveldb-store-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-leveldb-store/target/activemq-leveldb-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-leveldb-store/5.10-SNAPSHOT/activemq-leveldb-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-http/pom.xml> to org.apache.activemq/activemq-http/5.10-SNAPSHOT/activemq-http-5.10-SNAPSHOT.pom
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Build failed in Jenkins: ActiveMQ-Java8 #7

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ActiveMQ-Java8/7/>

------------------------------------------
[...truncated 19811 lines...]
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at org.apache.activemq.CombinationTestSupport.runBare(CombinationTestSupport.java:107)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	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)

testTopicConsumerOnlySeeMessagesAfterCreation {deliveryMode=1, durableConsumer=false}(org.apache.activemq.store.kahadb.KahaDBStoreBrokerTest)  Time elapsed: 10.44 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertNotNull(Assert.java:256)
	at junit.framework.Assert.assertNotNull(Assert.java:248)
	at junit.framework.TestCase.assertNotNull(TestCase.java:417)
	at org.apache.activemq.broker.BrokerTest.testTopicConsumerOnlySeeMessagesAfterCreation(BrokerTest.java:699)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at org.apache.activemq.CombinationTestSupport.runBare(CombinationTestSupport.java:107)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	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)

testTopicConsumerOnlySeeMessagesAfterCreation {deliveryMode=2, durableConsumer=false}(org.apache.activemq.store.kahadb.KahaDBStoreBrokerTest)  Time elapsed: 10.557 sec  <<< FAILURE!
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertNotNull(Assert.java:256)
	at junit.framework.Assert.assertNotNull(Assert.java:248)
	at junit.framework.TestCase.assertNotNull(TestCase.java:417)
	at org.apache.activemq.broker.BrokerTest.testTopicConsumerOnlySeeMessagesAfterCreation(BrokerTest.java:699)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at org.apache.activemq.CombinationTestSupport.runBare(CombinationTestSupport.java:107)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:255)
	at junit.framework.TestSuite.run(TestSuite.java:250)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	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)

[WARNING] The requested profile "slow-tests" could not be activated because it does not exist.
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project activemq-unit-tests: 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-Java8/ws/activemq-unit-tests> && /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter4578308754717312356.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire4825604698030082929tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1858909388373170223621tmp>
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/pom.xml> to org.apache.activemq/activemq-unit-tests/5.10-SNAPSHOT/activemq-unit-tests-5.10-SNAPSHOT.pom
[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-unit-tests: 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-Java8/ws/activemq-unit-tests> && /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter4578308754717312356.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire4825604698030082929tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1858909388373170223621tmp>
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	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.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
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-Java8/ws/activemq-unit-tests> && /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter4578308754717312356.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire4825604698030082929tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1858909388373170223621tmp>
	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)
	... 30 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-Java8/ws/activemq-unit-tests> && /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter4578308754717312356.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire4825604698030082929tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1858909388373170223621tmp>
	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)
	... 33 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-Java8/ws/activemq-unit-tests> && /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter4578308754717312356.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire4825604698030082929tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1858909388373170223621tmp>
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:300)
	... 36 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-Java8/ws/activemq-unit-tests> && /home/hudson/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_05/jre/bin/java -Xmx512M -Djava.awt.headless=true -jar <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefirebooter4578308754717312356.jar> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire4825604698030082929tmp> <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-unit-tests/target/surefire/surefire_1858909388373170223621tmp>
	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)
	... 4 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-unit-tests
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-openwire-legacy/target/activemq-openwire-legacy-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-openwire-legacy/5.10-SNAPSHOT/activemq-openwire-legacy-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-openwire-generator/target/activemq-openwire-generator-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-openwire-generator/5.10-SNAPSHOT/activemq-openwire-generator-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-jdbc-store/target/activemq-jdbc-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jdbc-store/5.10-SNAPSHOT/activemq-jdbc-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-tooling/activemq-memtest-maven-plugin/target/activemq-memtest-maven-plugin-5.10-SNAPSHOT.jar> to org.apache.activemq.tooling/activemq-memtest-maven-plugin/5.10-SNAPSHOT/activemq-memtest-maven-plugin-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-tooling/activemq-memtest-maven-plugin/target/activemq-memtest-maven-plugin-5.10-SNAPSHOT-sources.jar> to org.apache.activemq.tooling/activemq-memtest-maven-plugin/5.10-SNAPSHOT/activemq-memtest-maven-plugin-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-tooling/activemq-perf-maven-plugin/target/activemq-perf-maven-plugin-5.10-SNAPSHOT.jar> to org.apache.activemq.tooling/activemq-perf-maven-plugin/5.10-SNAPSHOT/activemq-perf-maven-plugin-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-tooling/activemq-perf-maven-plugin/target/activemq-perf-maven-plugin-5.10-SNAPSHOT-sources.jar> to org.apache.activemq.tooling/activemq-perf-maven-plugin/5.10-SNAPSHOT/activemq-perf-maven-plugin-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-amqp/target/activemq-amqp-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-amqp/5.10-SNAPSHOT/activemq-amqp-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-amqp/target/activemq-amqp-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-amqp/5.10-SNAPSHOT/activemq-amqp-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-jms-pool/target/activemq-jms-pool-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-jms-pool/5.10-SNAPSHOT/activemq-jms-pool-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-jms-pool/target/activemq-jms-pool-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jms-pool/5.10-SNAPSHOT/activemq-jms-pool-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-log4j-appender/target/activemq-log4j-appender-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-log4j-appender/5.10-SNAPSHOT/activemq-log4j-appender-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-runtime-config/target/activemq-runtime-config-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-runtime-config/5.10-SNAPSHOT/activemq-runtime-config-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-runtime-config/target/activemq-runtime-config-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-runtime-config/5.10-SNAPSHOT/activemq-runtime-config-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-pool/target/activemq-pool-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-pool/5.10-SNAPSHOT/activemq-pool-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-pool/target/activemq-pool-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-pool/5.10-SNAPSHOT/activemq-pool-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-stomp/target/activemq-stomp-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-stomp/5.10-SNAPSHOT/activemq-stomp-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-stomp/target/activemq-stomp-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-stomp/5.10-SNAPSHOT/activemq-stomp-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-run/dependency-reduced-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-Java8/ws/activemq-run/target/activemq-run-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-run/5.10-SNAPSHOT/activemq-run-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-run/target/activemq-run-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-run/5.10-SNAPSHOT/activemq-run-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-mqtt/target/activemq-mqtt-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-mqtt/5.10-SNAPSHOT/activemq-mqtt-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-mqtt/target/activemq-mqtt-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-mqtt/5.10-SNAPSHOT/activemq-mqtt-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-console/target/activemq-console-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-console/5.10-SNAPSHOT/activemq-console-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-console/target/activemq-console-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-console/5.10-SNAPSHOT/activemq-console-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-blueprint/target/activemq-blueprint-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-blueprint/5.10-SNAPSHOT/activemq-blueprint-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-client/target/activemq-client-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-client/5.10-SNAPSHOT/activemq-client-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/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-Java8/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-Java8/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-Java8/ws/activemq-broker/target/activemq-broker-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-broker/5.10-SNAPSHOT/activemq-broker-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-ra/target/activemq-ra-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.xsd
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd.html> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT-schema.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/xbean/activemq-ra.xsd.html> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT.xsd.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-ra/target/activemq-ra-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-ra/5.10-SNAPSHOT/activemq-ra-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-spring/target/activemq-spring-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/classes/activemq.xsd> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT.xsd
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/classes/activemq.xsd.html> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT-schema.html
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-spring/target/activemq-spring-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-spring/5.10-SNAPSHOT/activemq-spring-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/ws/activemq-kahadb-store/pom.xml> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-kahadb-store/target/activemq-kahadb-store-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-kahadb-store/target/activemq-kahadb-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-kahadb-store/5.10-SNAPSHOT/activemq-kahadb-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-jaas/target/activemq-jaas-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-jaas/5.10-SNAPSHOT/activemq-jaas-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-partition/target/activemq-partition-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-partition/5.10-SNAPSHOT/activemq-partition-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-partition/target/activemq-partition-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-partition/5.10-SNAPSHOT/activemq-partition-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-leveldb-store/target/activemq-leveldb-store-5.10-SNAPSHOT.jar> to org.apache.activemq/activemq-leveldb-store/5.10-SNAPSHOT/activemq-leveldb-store-5.10-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/ws/activemq-leveldb-store/target/activemq-leveldb-store-5.10-SNAPSHOT-sources.jar> to org.apache.activemq/activemq-leveldb-store/5.10-SNAPSHOT/activemq-leveldb-store-5.10-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/ActiveMQ-Java8/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-Java8/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-Java8/ws/activemq-http/pom.xml> to org.apache.activemq/activemq-http/5.10-SNAPSHOT/activemq-http-5.10-SNAPSHOT.pom
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
Sending e-mails to: commits@activemq.apache.org
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released