You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@qpid.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/02/14 06:33:10 UTC

Build failed in Jenkins: Qpid-Java-Cpp-Test #2416

See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2416/changes>

Changes:

[rgodfrey] QPID-6338 : [Java AMQP 1.0 Client] validate sections in created Message

------------------------------------------
[...truncated 6496 lines...]
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.106 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
testSetLocalTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.044 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:114)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetLocalTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:116)

testMutateState(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.031 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:114)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testMutateState(BDBHAVirtualHostRestTest.java:140)

testSetRemoteTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.03 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:114)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetRemoteTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:128)


Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testMutateStateOfOneNode:103->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testIntruderProtection:252->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testDeleteMasterNode:192->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testCreate3NodeGroup:92->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testDeleteReplicaNode:166->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 ? Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 ? IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:114 ? Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:114 ? Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:114 ? Connect

Tests run: 43, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [7.346s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.486s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.667s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [2.217s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.165s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.833s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.406s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.717s]
[INFO] Qpid Common ....................................... SUCCESS [26.106s]
[INFO] Qpid Management Common ............................ SUCCESS [1.078s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:21.679s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.824s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.405s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [3.734s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.572s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.258s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.443s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.294s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [1:51.281s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.630s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [8.114s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.977s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.176s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.504s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.237s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.457s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:21.468s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.836s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.131s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.245s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.138s]
[INFO] Qpid JCA .......................................... SUCCESS [1.718s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.517s]
[INFO] Qpid Tools ........................................ SUCCESS [0.388s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.185s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.487s]
[INFO] Qpid System Tests ................................. SUCCESS [5:53.943s]
[INFO] Qpid Performance Tests ............................ SUCCESS [16.918s]
[INFO] Qpid Performance Test System Tests ................ FAILURE [16.797s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.047s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.273s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:04.863s
[INFO] Finished at: Sat Feb 14 05:33:07 UTC 2015
[INFO] Final Memory: 71M/332M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-perftests-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/qpid-perftests-systests/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/bdbstore/systests/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-perftests-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2459

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2459/changes>

Changes:

[aconway] QPID-6427: Problem building trunk qpid cpp on RHEL 5

Fixed a couple of legitimate compiler warnings, worked around a couple of compiler weaknesses.

------------------------------------------
[...truncated 6432 lines...]
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testReadonlyMBeanAttributes(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.143 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testReadonlyMBeanAttributes(JMXManagementTest.java:111)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.145 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
testSetLocalTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.049 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetLocalTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:116)

testMutateState(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.057 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testMutateState(BDBHAVirtualHostRestTest.java:140)

testSetRemoteTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.039 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetRemoteTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:128)


Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect

Tests run: 43, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.397s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.695s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.557s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.530s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.228s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.504s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.236s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.200s]
[INFO] Qpid Common ....................................... SUCCESS [28.419s]
[INFO] Qpid Management Common ............................ SUCCESS [1.012s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:30.082s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.091s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.806s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.672s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.449s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.260s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.236s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.200s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.868s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.216s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.983s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.022s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.377s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.260s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.306s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.403s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:10.106s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.839s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.171s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.218s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.153s]
[INFO] Qpid JCA .......................................... SUCCESS [1.423s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.397s]
[INFO] Qpid Tools ........................................ SUCCESS [0.317s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.120s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.734s]
[INFO] Qpid System Tests ................................. SUCCESS [5:53.432s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.899s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.063s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [3.937s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [6.057s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:18.840s
[INFO] Finished at: Thu Mar 05 22:56:49 UTC 2015
[INFO] Final Memory: 72M/373M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2458

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2458/changes>

Changes:

[aconway] QPID-6427: Fixed unit test build problem on RHEL 5.

RHEL5 compiler choked on some boost template magic, simplified the test.

------------------------------------------
[...truncated 5345 lines...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.205 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.558 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.649 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.449 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.348s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.374s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.666s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.595s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.213s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.578s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.269s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.242s]
[INFO] Qpid Common ....................................... SUCCESS [28.372s]
[INFO] Qpid Management Common ............................ SUCCESS [1.139s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:33.760s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.071s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.867s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.232s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.496s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.256s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.265s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.226s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.045s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.281s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.733s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.468s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.208s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.443s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.233s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.297s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:03.310s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.829s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.119s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.284s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.135s]
[INFO] Qpid JCA .......................................... SUCCESS [1.542s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.420s]
[INFO] Qpid Tools ........................................ SUCCESS [0.504s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.213s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.766s]
[INFO] Qpid System Tests ................................. FAILURE [6:03.189s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.317s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.182s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:05.615s
[INFO] Finished at: Thu Mar 05 21:27:19 UTC 2015
[INFO] Final Memory: 71M/308M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2457

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2457/changes>

Changes:

[rgodfrey] QPID-6433 : notify link listener flow state changed for link specific flow

[pmoravec] QPID-6397: [C++ broker] segfault when processing QMF method during periodic processing

[robbie] add missing licence header

------------------------------------------
[...truncated 5365 lines...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.169 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.57 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.129 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.485 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.531s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [6.006s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.682s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.839s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.237s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.671s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.294s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.376s]
[INFO] Qpid Common ....................................... SUCCESS [29.746s]
[INFO] Qpid Management Common ............................ SUCCESS [1.198s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:40.973s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.218s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [21.218s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.436s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.529s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.301s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.252s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.252s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [19.125s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.505s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.883s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.704s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.398s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.353s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.302s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.147s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:11.525s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.872s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.855s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.673s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.152s]
[INFO] Qpid JCA .......................................... SUCCESS [1.993s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.531s]
[INFO] Qpid Tools ........................................ SUCCESS [0.439s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.202s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.858s]
[INFO] Qpid System Tests ................................. FAILURE [6:05.751s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.135s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.241s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:30.752s
[INFO] Finished at: Thu Mar 05 13:53:50 UTC 2015
[INFO] Final Memory: 72M/381M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2456

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2456/changes>

Changes:

[rgodfrey] QPID-6433 : notify link listeners of flow state change outside of the connection endpoint lock

[gsim] QPID-4710: adjust version checking used by new tx interop tests so as not to fail existing tests when either ptoron python lib is not on path or is 0.7 or earlier

[robbie] QPID-6432: when looking for the JMSType value use the message Subject first if present

------------------------------------------
[...truncated 6438 lines...]
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testGroupMembers(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.173 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testGroupMembers(JMXManagementTest.java:142)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testReadonlyMBeanAttributes(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.187 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testReadonlyMBeanAttributes(JMXManagementTest.java:111)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 34, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.520s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [4.999s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.762s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.734s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.206s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.615s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.331s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.276s]
[INFO] Qpid Common ....................................... SUCCESS [28.100s]
[INFO] Qpid Management Common ............................ SUCCESS [1.375s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:25.383s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.948s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.538s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.101s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.497s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.286s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.620s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.259s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [3:18.288s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.386s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.235s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.254s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.374s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.444s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.236s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.620s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:20.344s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.949s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.821s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.277s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.140s]
[INFO] Qpid JCA .......................................... SUCCESS [1.492s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.380s]
[INFO] Qpid Tools ........................................ SUCCESS [0.421s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.177s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.775s]
[INFO] Qpid System Tests ................................. SUCCESS [5:50.094s]
[INFO] Qpid Performance Tests ............................ SUCCESS [19.335s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.579s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.043s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.950s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:29.237s
[INFO] Finished at: Thu Mar 05 00:07:16 UTC 2015
[INFO] Final Memory: 74M/391M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2455

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2455/changes>

Changes:

[shuston] Fix possible double-free discussed in QPID-6368

------------------------------------------
[...truncated 5464 lines...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.516 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.message.JsonHandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.apache.qpid.disttest.message.JsonHandlerTest
Running org.apache.qpid.disttest.message.ParticipantResultTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.apache.qpid.disttest.message.ParticipantResultTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
Running org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
Running org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
Running org.apache.qpid.disttest.results.aggregation.AggregatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.results.aggregation.AggregatorTest
Running org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Running org.apache.qpid.disttest.results.ResultsFileWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.results.ResultsFileWriterTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.011 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.187 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.949 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.833s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.109s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.754s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.644s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.204s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.598s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.320s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.319s]
[INFO] Qpid Common ....................................... SUCCESS [30.447s]
[INFO] Qpid Management Common ............................ SUCCESS [1.239s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:35.732s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.018s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.707s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.082s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.455s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.302s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.253s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.265s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [3:25.771s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.395s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.376s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.240s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.569s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.628s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.281s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.235s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:25.729s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.988s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.550s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.231s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.142s]
[INFO] Qpid JCA .......................................... SUCCESS [1.569s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.435s]
[INFO] Qpid Tools ........................................ SUCCESS [0.413s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.183s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.775s]
[INFO] Qpid System Tests ................................. FAILURE [6:02.917s]
[INFO] Qpid Performance Tests ............................ SUCCESS [20.452s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.684s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:47.182s
[INFO] Finished at: Wed Mar 04 00:01:38 UTC 2015
[INFO] Final Memory: 72M/385M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2454

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2454/changes>

Changes:

[rgodfrey] QPID-6428 : [Java Broker] Use StoreConfigurationChangeListener to manage storage of all configured objects

------------------------------------------
[...truncated 5410 lines...]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.563 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.14 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.008 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.property.RangePropertyValueTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.client.property.RangePropertyValueTest
Running org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Running org.apache.qpid.disttest.client.property.ListPropertyValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.client.property.ListPropertyValueTest
Running org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.525 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.478 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.913 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.534s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.414s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.833s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.943s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.206s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.721s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.404s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.330s]
[INFO] Qpid Common ....................................... SUCCESS [30.120s]
[INFO] Qpid Management Common ............................ SUCCESS [1.171s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:23.090s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.020s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.597s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.190s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.532s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.323s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.250s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.372s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.360s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.523s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.222s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.261s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.314s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.415s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.247s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.791s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:09.885s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.966s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.589s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.228s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.140s]
[INFO] Qpid JCA .......................................... SUCCESS [1.624s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.504s]
[INFO] Qpid Tools ........................................ SUCCESS [0.419s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.236s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.985s]
[INFO] Qpid System Tests ................................. FAILURE [5:54.626s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.367s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.201s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:54.147s
[INFO] Finished at: Tue Mar 03 10:11:08 UTC 2015
[INFO] Final Memory: 72M/380M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2453

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2453/changes>

Changes:

[rgodfrey] QPID-6425 : [Java Broker] Allow for local and global name equivalence on virtual hosts

------------------------------------------
[...truncated 6566 lines...]
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testReadonlyMBeanAttributes(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.207 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testReadonlyMBeanAttributes(JMXManagementTest.java:111)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.196 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
testSetLocalTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.07 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetLocalTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:116)

testMutateState(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.062 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testMutateState(BDBHAVirtualHostRestTest.java:140)

testSetRemoteTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.064 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetRemoteTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:128)


Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect

Tests run: 43, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.959s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [9.033s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.839s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.958s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.317s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [1.037s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.688s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.511s]
[INFO] Qpid Common ....................................... SUCCESS [38.776s]
[INFO] Qpid Management Common ............................ SUCCESS [1.770s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:29.178s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [5.119s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [22.065s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [6.057s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.687s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.317s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.348s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.269s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [18.491s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.385s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [11.505s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.170s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [4.015s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.357s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.315s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.569s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:13.933s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.326s]
[INFO] Qpid Java Broker .................................. SUCCESS [6.087s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.280s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.178s]
[INFO] Qpid JCA .......................................... SUCCESS [1.645s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.420s]
[INFO] Qpid Tools ........................................ SUCCESS [0.399s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.262s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.858s]
[INFO] Qpid System Tests ................................. SUCCESS [6:15.828s]
[INFO] Qpid Performance Tests ............................ SUCCESS [19.150s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [27.726s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.444s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [7.034s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:33.639s
[INFO] Finished at: Mon Mar 02 01:16:13 UTC 2015
[INFO] Final Memory: 72M/363M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2452

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2452/changes>

Changes:

[rgodfrey] QPID-6424 : Implement Connection.Redirect in 0-8/9/9-1

[rgodfrey] QPID-6423 : [Java Broker] Allow plugin of custom user queue reports using the REST API

------------------------------------------
[...truncated 6480 lines...]
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:235)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:509)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:523)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testMutateStateOfOneNode(BDBHAVirtualHostNodeRestTest.java:103)

testIntruderProtection(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.041 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:235)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:509)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:523)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderProtection(BDBHAVirtualHostNodeRestTest.java:252)

testDeleteMasterNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.045 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:235)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:509)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:523)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteMasterNode(BDBHAVirtualHostNodeRestTest.java:192)

testCreate3NodeGroup(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.041 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:235)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:509)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:523)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testCreate3NodeGroup(BDBHAVirtualHostNodeRestTest.java:92)

testDeleteReplicaNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.044 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:235)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:509)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:523)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteReplicaNode(BDBHAVirtualHostNodeRestTest.java:166)

testIntruderBDBHAVHNNotAllowedToConnect(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.043 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:235)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:509)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:523)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderBDBHAVHNNotAllowedToConnect(BDBHAVirtualHostNodeRestTest.java:232)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null

Tests in error: 
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.237s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.049s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.787s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.701s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.208s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.687s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.506s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.288s]
[INFO] Qpid Common ....................................... SUCCESS [28.221s]
[INFO] Qpid Management Common ............................ SUCCESS [1.177s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:25.729s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.860s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.839s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.142s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.445s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.297s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.236s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.264s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [15.090s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.553s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.145s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.344s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.209s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.420s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.253s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.295s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:12.885s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.987s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.344s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.249s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.140s]
[INFO] Qpid JCA .......................................... SUCCESS [1.518s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.449s]
[INFO] Qpid Tools ........................................ SUCCESS [0.350s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.185s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.756s]
[INFO] Qpid System Tests ................................. SUCCESS [5:45.034s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.006s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [16.362s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.371s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.335s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:06.262s
[INFO] Finished at: Sun Mar 01 21:56:58 UTC 2015
[INFO] Final Memory: 73M/344M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2451

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2451/changes>

Changes:

[kwall] QPID-6405: Dont't use a Python Conditional Expression to maintain compatibility with Python 2.4

------------------------------------------
[...truncated 6485 lines...]
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPriority(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.009 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testQuorumOverride(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.008 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfQuorumCausesClientDisconnection(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.009 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfMasterNodeCausesClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.009 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testClusterCannotStartWithIntruder(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.009 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterWhilstMessagesInFlight(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.009 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterFromRemoteNode(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.009 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfReplicaNodeDoesNotCauseClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.008 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.225s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.632s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [1.058s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.889s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.219s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.904s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.404s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.317s]
[INFO] Qpid Common ....................................... SUCCESS [28.758s]
[INFO] Qpid Management Common ............................ SUCCESS [1.262s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:25.523s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.163s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [21.097s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.332s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.582s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.303s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.268s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.373s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.731s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.456s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.904s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.256s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.477s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.459s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.292s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.802s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:12.824s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.979s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.330s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.304s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.160s]
[INFO] Qpid JCA .......................................... SUCCESS [1.713s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.496s]
[INFO] Qpid Tools ........................................ SUCCESS [0.423s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.182s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.119s]
[INFO] Qpid System Tests ................................. SUCCESS [5:49.619s]
[INFO] Qpid Performance Tests ............................ SUCCESS [15.266s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.444s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.220s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.767s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:22.779s
[INFO] Finished at: Sun Mar 01 07:56:57 UTC 2015
[INFO] Final Memory: 73M/384M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2450

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2450/changes>

Changes:

[robbie] QPID-6421: fix typo in README, testing GitHub integration

This closes #5

------------------------------------------
[...truncated 6514 lines...]
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.009 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.009 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.009 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.004 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.004 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.116 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
testSetLocalTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.039 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetLocalTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:116)

testMutateState(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.038 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testMutateState(BDBHAVirtualHostRestTest.java:140)

testSetRemoteTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.038 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetRemoteTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:128)


Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 ? Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 ? IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 ? Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 ? Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 ? Connect

Tests run: 43, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.048s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [4.639s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.897s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.482s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.179s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.558s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.316s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.294s]
[INFO] Qpid Common ....................................... SUCCESS [25.286s]
[INFO] Qpid Management Common ............................ SUCCESS [1.209s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:22.792s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.958s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.866s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [5.980s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.682s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.595s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.599s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.351s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [1:48.956s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.528s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.135s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.912s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [4.029s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.861s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.406s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [8.510s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:20.327s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.983s]
[INFO] Qpid Java Broker .................................. SUCCESS [9.112s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [1.593s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.143s]
[INFO] Qpid JCA .......................................... SUCCESS [1.609s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.404s]
[INFO] Qpid Tools ........................................ SUCCESS [2.459s]
[INFO] Qpid Management Examples .......................... SUCCESS [1.058s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.915s]
[INFO] Qpid System Tests ................................. SUCCESS [6:08.178s]
[INFO] Qpid Performance Tests ............................ SUCCESS [25.100s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [18.081s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.721s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [10.505s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:42.247s
[INFO] Finished at: Fri Feb 27 18:57:07 UTC 2015
[INFO] Final Memory: 73M/400M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/bdbstore/systests/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2449

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2449/changes>

Changes:

[aconway] QPID-4710: [AMQP 1.0] Support for transactions in qpid::messaging C++ client.

Implements the "transactional retire and settle immediately" option for
transactions as specified in AMQP 1.0 in the qpid::messaging C++ client.

NOTE: Transactions over AMQP 1.0 require proton 0.9 or greater.  With older
versions, attempting a transactions over AMQP 1.0 will raise a link-detached
exception "Node not found: tx-transaction"

1. Added descriptor list to Variant with support in Encoder and PnData.

Required to support transactions, need to be able to create described lists.
Variant changes are source and binary compatible.

A Variant now has a Variant::List of descripors which can be numeric or string.
Nested descriptors are implemented by putting multiple descriptors in the list.

Other minor changes:
- Variant refactor: don't delete impl on every assignment.
- Add Variant constructors that take a string encoding.
  (new constructors, not defaulted arguments, so the change is binary and source compatible.)
- Growable buffer support for Encoder.
- Printing described Variant prints descriptors in form @descriptor value

2. Added transaction support to AMQP 1.0 client code

Added messaging/amqp/Transaction.h,cpp: transaction logic
- communicate with coordinator, send declare/dischange messages.
- add tx state info to transfers and acknowledgements.
- Sync session after discharge.
- A transactional session automatically acks any message retrieved by fetch/get
  to bring them into the transaction. This is consistent the 0-10 client.

Minor fixes to existing client code:
- Fix use of pn_drain API in C++ client to work with C++ and Java brokers.
- Make amqp::Exception derive from qpid::Exception

3. Fixes to existing broker code:

- Incoming.cpp fix: start async completion before processing message.
- Delay accept of dischage message till commit is complete.
- newSession - handle failover during session creation.

4. Added tests

interop_tests.py: transaction tests that can run against an external broker, see comments.

ha_tests.py: Enable transaction tests over AMQP 1.0.

Minor test fixes:
- brokertest.py don't set default logging if QPID_LOG env vars set.
- brokertest.py Pass kwargs to broker() create function.
- qpid-receive: capacity should never be larger than message count.
- Accept user:pass as well as user/pass in Url.
- brokertest.py: Always do a ready() check on all brokers.

If proton < 0.9 is used, transaction tests will be skipped or will downgrade to
the amqp0-10 protocol with a printed warning.

------------------------------------------
[...truncated 6459 lines...]
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:235)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:509)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:523)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testMutateStateOfOneNode(BDBHAVirtualHostNodeRestTest.java:103)

testIntruderProtection(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.041 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:235)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:509)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:523)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderProtection(BDBHAVirtualHostNodeRestTest.java:252)

testDeleteMasterNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.045 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:235)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:509)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:523)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteMasterNode(BDBHAVirtualHostNodeRestTest.java:192)

testCreate3NodeGroup(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.04 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:235)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:509)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:523)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testCreate3NodeGroup(BDBHAVirtualHostNodeRestTest.java:92)

testDeleteReplicaNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.04 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:235)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:509)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:523)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteReplicaNode(BDBHAVirtualHostNodeRestTest.java:166)

testIntruderBDBHAVHNNotAllowedToConnect(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.042 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:235)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:509)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:523)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderBDBHAVHNNotAllowedToConnect(BDBHAVirtualHostNodeRestTest.java:232)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null

Tests in error: 
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.340s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.072s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.692s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.669s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.202s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.631s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.295s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.369s]
[INFO] Qpid Common ....................................... SUCCESS [28.192s]
[INFO] Qpid Management Common ............................ SUCCESS [1.100s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:45.897s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.863s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.629s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.091s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.494s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.321s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.244s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.247s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.168s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.689s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.266s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.004s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.193s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.396s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.254s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.151s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:13.120s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.915s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.516s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.438s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.134s]
[INFO] Qpid JCA .......................................... SUCCESS [1.925s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.488s]
[INFO] Qpid Tools ........................................ SUCCESS [0.355s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.166s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.781s]
[INFO] Qpid System Tests ................................. SUCCESS [5:56.810s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.141s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [16.908s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.329s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.711s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:40.358s
[INFO] Finished at: Fri Feb 27 17:35:06 UTC 2015
[INFO] Final Memory: 74M/378M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2448

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2448/changes>

Changes:

[rgodfrey] QPID-6419 : [Java Broker] Queue counts can become corrupt in case of rapid acknowledgement

------------------------------------------
[...truncated 6438 lines...]
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testGroupMembers(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.426 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testGroupMembers(JMXManagementTest.java:142)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testReadonlyMBeanAttributes(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.381 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testReadonlyMBeanAttributes(JMXManagementTest.java:111)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 34, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [6.519s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [9.255s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [1.399s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [4.168s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.225s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [1.419s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.992s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.772s]
[INFO] Qpid Common ....................................... SUCCESS [35.635s]
[INFO] Qpid Management Common ............................ SUCCESS [2.178s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [2:05.435s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.745s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [21.057s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.880s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.910s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.527s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.396s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.626s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [5:07.879s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [1.986s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [11.015s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [11.631s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [4.092s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.993s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.300s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [10.018s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:38.607s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.084s]
[INFO] Qpid Java Broker .................................. SUCCESS [8.225s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.771s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.204s]
[INFO] Qpid JCA .......................................... SUCCESS [3.260s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.887s]
[INFO] Qpid Tools ........................................ SUCCESS [1.692s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.873s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [2.961s]
[INFO] Qpid System Tests ................................. SUCCESS [6:51.862s]
[INFO] Qpid Performance Tests ............................ SUCCESS [30.177s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [22.545s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [7.176s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [8.935s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20:30.841s
[INFO] Finished at: Fri Feb 27 15:12:51 UTC 2015
[INFO] Final Memory: 54M/351M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2447

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2447/changes>

Changes:

[astitcher] NO-JIRA: Avoid outputting the build type more than once

------------------------------------------
[...truncated 6447 lines...]
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testGroupMembers(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.168 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testGroupMembers(JMXManagementTest.java:142)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testReadonlyMBeanAttributes(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.166 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testReadonlyMBeanAttributes(JMXManagementTest.java:111)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 34, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.227s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.296s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.766s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.678s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.221s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.574s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.403s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.275s]
[INFO] Qpid Common ....................................... SUCCESS [28.720s]
[INFO] Qpid Management Common ............................ SUCCESS [1.240s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:24.099s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.009s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.693s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.118s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.467s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.268s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.285s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.317s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [3:22.036s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.350s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.091s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [4.748s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.301s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.373s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.241s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.576s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:21.097s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.923s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.854s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.272s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.138s]
[INFO] Qpid JCA .......................................... SUCCESS [1.759s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.373s]
[INFO] Qpid Tools ........................................ SUCCESS [0.457s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.153s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.770s]
[INFO] Qpid System Tests ................................. SUCCESS [5:58.464s]
[INFO] Qpid Performance Tests ............................ SUCCESS [19.446s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [24.189s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [3.874s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.443s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:46.691s
[INFO] Finished at: Thu Feb 26 23:30:36 UTC 2015
[INFO] Final Memory: 73M/396M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2446

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2446/changes>

Changes:

[aconway] QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9 (test fix)

Minor test fix to avoid core dumps

------------------------------------------
[...truncated 6602 lines...]
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.007 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.008 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.009 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.008 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.009 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.009 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.008 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.007 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.143 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
testSetLocalTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.047 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetLocalTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:116)

testMutateState(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.047 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testMutateState(BDBHAVirtualHostRestTest.java:140)

testSetRemoteTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.048 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetRemoteTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:128)


Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 ? Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 ? IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 ? Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 ? Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 ? Connect

Tests run: 43, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [8.450s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.713s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.836s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [4.146s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.211s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.805s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.380s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.356s]
[INFO] Qpid Common ....................................... SUCCESS [27.585s]
[INFO] Qpid Management Common ............................ SUCCESS [1.467s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:21.879s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.487s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [19.943s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.809s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.624s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.352s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.429s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.390s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [1:59.856s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.491s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [8.012s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [4.711s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.816s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.530s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.260s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.075s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:20.813s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.704s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.052s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.245s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.179s]
[INFO] Qpid JCA .......................................... SUCCESS [1.751s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.524s]
[INFO] Qpid Tools ........................................ SUCCESS [0.358s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.184s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.365s]
[INFO] Qpid System Tests ................................. SUCCESS [5:40.096s]
[INFO] Qpid Performance Tests ............................ SUCCESS [17.418s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [20.626s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.310s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.856s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:06.227s
[INFO] Finished at: Thu Feb 26 22:26:35 UTC 2015
[INFO] Final Memory: 71M/300M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/bdbstore/systests/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2445

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2445/changes>

Changes:

[aconway] QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9 (missed)

With proton 0.9 you need call pn_connectin_free before pn_transport_free.

Missed 2 cases in the previous commit.

------------------------------------------
[...truncated 5350 lines...]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.567 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.127 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.51 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.property.RangePropertyValueTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.client.property.RangePropertyValueTest
Running org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Running org.apache.qpid.disttest.client.property.ListPropertyValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.client.property.ListPropertyValueTest
Running org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.525 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.612 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.449s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [4.979s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.785s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.539s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.210s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.492s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.427s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.199s]
[INFO] Qpid Common ....................................... SUCCESS [27.386s]
[INFO] Qpid Management Common ............................ SUCCESS [1.130s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:26.644s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.905s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.451s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [3.811s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.402s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.233s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.238s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.222s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [14.896s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.436s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.348s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [4.234s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.199s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.288s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.262s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.010s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:09.827s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.761s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.146s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.187s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.138s]
[INFO] Qpid JCA .......................................... SUCCESS [1.339s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.363s]
[INFO] Qpid Tools ........................................ SUCCESS [0.304s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.107s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.693s]
[INFO] Qpid System Tests ................................. FAILURE [5:59.009s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.605s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [3.771s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:49.441s
[INFO] Finished at: Thu Feb 26 19:13:26 UTC 2015
[INFO] Final Memory: 71M/382M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2444

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2444/changes>

Changes:

[aconway] QPID-6415: Core dump in ha_tests and interlink_tests with proton 0.9

With proton 0.9 you need call pn_connectin_free before pn_transport_free.

------------------------------------------
[...truncated 6430 lines...]
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPriority(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testQuorumOverride(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfQuorumCausesClientDisconnection(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.023 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfMasterNodeCausesClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testClusterCannotStartWithIntruder(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterWhilstMessagesInFlight(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterFromRemoteNode(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfReplicaNodeDoesNotCauseClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.412s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.574s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.714s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.556s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.274s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.628s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.273s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.213s]
[INFO] Qpid Common ....................................... SUCCESS [27.644s]
[INFO] Qpid Management Common ............................ SUCCESS [1.097s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:36.198s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.879s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.458s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [3.954s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.422s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.221s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.238s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.219s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.297s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.436s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.605s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [4.331s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.101s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.427s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.258s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.223s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:11.158s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.797s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.370s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.182s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.145s]
[INFO] Qpid JCA .......................................... SUCCESS [1.387s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.376s]
[INFO] Qpid Tools ........................................ SUCCESS [0.279s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.103s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.716s]
[INFO] Qpid System Tests ................................. SUCCESS [5:30.077s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.957s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [16.946s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [3.877s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.488s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:57.477s
[INFO] Finished at: Thu Feb 26 18:37:56 UTC 2015
[INFO] Final Memory: 73M/409M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2443

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2443/changes>

Changes:

[rgodfrey] QPID-6418 : [Java Broker] Fix test

------------------------------------------
[...truncated 5371 lines...]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.566 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.ArgumentParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.ArgumentParserTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.112 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.client.ParticipantRegistryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.client.ParticipantRegistryTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithNoLimitsTest
Running org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 sec - in org.apache.qpid.disttest.client.utils.ExecutorWithTimeLimitTest
Running org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.client.property.PropertyValueFactoryTest
Running org.apache.qpid.disttest.client.property.RangePropertyValueTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.client.property.RangePropertyValueTest
Running org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.client.property.RandomPropertyValueTest
Running org.apache.qpid.disttest.client.property.ListPropertyValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.client.property.ListPropertyValueTest
Running org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.client.property.SimplePropertyValueTest
Running org.apache.qpid.disttest.client.ParticipantExecutorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.apache.qpid.disttest.client.ParticipantExecutorTest
Running org.apache.qpid.disttest.client.ConsumerParticipantTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec - in org.apache.qpid.disttest.client.ConsumerParticipantTest
Running org.apache.qpid.disttest.client.MessageProviderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.qpid.disttest.client.MessageProviderTest
Running org.apache.qpid.disttest.client.ClientCommandVisitorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.client.ClientCommandVisitorTest
Running org.apache.qpid.disttest.client.ClientTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 sec - in org.apache.qpid.disttest.client.ClientTest
Running org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.client.ParticipantResultFactoryTest
Running org.apache.qpid.disttest.client.ProducerParticipantTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.499 sec - in org.apache.qpid.disttest.client.ProducerParticipantTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.008 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.847 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.196s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.820s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.832s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [2.016s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.206s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.665s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.406s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.353s]
[INFO] Qpid Common ....................................... SUCCESS [30.811s]
[INFO] Qpid Management Common ............................ SUCCESS [1.174s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:27.218s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.027s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.663s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.099s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.486s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.287s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.245s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.282s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.734s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.686s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.290s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.632s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.375s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [1.368s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.411s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.907s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:09.084s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.022s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.948s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.229s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.140s]
[INFO] Qpid JCA .......................................... SUCCESS [2.250s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.482s]
[INFO] Qpid Tools ........................................ SUCCESS [0.502s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.219s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [1.062s]
[INFO] Qpid System Tests ................................. FAILURE [5:56.610s]
[INFO] Qpid Performance Tests ............................ SUCCESS [15.404s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.315s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:05.804s
[INFO] Finished at: Thu Feb 26 16:53:02 UTC 2015
[INFO] Final Memory: 71M/381M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2442

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2442/changes>

Changes:

[rgodfrey] QPID-6418 : [Java Broker] Use annotation to denote managed object which manage the storage of their childrens' data

------------------------------------------
[...truncated 9174 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.218 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.156 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.563 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.859 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.486s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.467s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [1.048s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.666s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.203s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.668s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.333s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.271s]
[INFO] Qpid Common ....................................... SUCCESS [28.171s]
[INFO] Qpid Management Common ............................ SUCCESS [1.126s]
[INFO] Qpid Java Broker Core ............................. FAILURE [1:37.910s]
[INFO] Qpid Access Control Broker Plug-in ................ SKIPPED
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SKIPPED
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SKIPPED
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SKIPPED
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SKIPPED
[INFO] Qpid Derby Message Store .......................... SKIPPED
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SKIPPED
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SKIPPED
[INFO] Qpid HTTP Management Broker Plug-in ............... SKIPPED
[INFO] Qpid JMX Management Broker Plug-in ................ SKIPPED
[INFO] Qpid Memory Message Store Broker Plug-in .......... SKIPPED
[INFO] Qpid WebSocket Broker Plug-in ..................... SKIPPED
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.195s]
[INFO] Qpid BDB Message Store ............................ SKIPPED
[INFO] Qpid BDB Message Store JMX ........................ SKIPPED
[INFO] Qpid Java Broker .................................. SKIPPED
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SKIPPED
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.169s]
[INFO] Qpid JCA .......................................... SUCCESS [1.791s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.486s]
[INFO] Qpid Tools ........................................ SUCCESS [0.415s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.192s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [8.183s]
[INFO] Qpid System Tests ................................. SKIPPED
[INFO] Qpid Performance Tests ............................ SUCCESS [13.607s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.279s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:55.830s
[INFO] Finished at: Thu Feb 26 15:26:02 UTC 2015
[INFO] Final Memory: 49M/422M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project qpid-broker-core: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/broker-core/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-broker-core
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2441

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2441/changes>

Changes:

[aconway] QPID-6414: Skip HA tests if qpid-ha or qpid-config tools are not available.

------------------------------------------
[...truncated 6442 lines...]
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testGroupMembers(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.219 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testGroupMembers(JMXManagementTest.java:142)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testReadonlyMBeanAttributes(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.195 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testReadonlyMBeanAttributes(JMXManagementTest.java:111)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 34, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.868s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.629s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.755s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.635s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.200s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.596s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.458s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.326s]
[INFO] Qpid Common ....................................... SUCCESS [29.935s]
[INFO] Qpid Management Common ............................ SUCCESS [1.162s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:40.939s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.982s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.747s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.211s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.512s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.329s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.266s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.291s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [3:37.037s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [1.189s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.468s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.245s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.291s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.434s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.257s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.873s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:26.372s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.967s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.528s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.256s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.136s]
[INFO] Qpid JCA .......................................... SUCCESS [1.661s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.506s]
[INFO] Qpid Tools ........................................ SUCCESS [0.426s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.187s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.786s]
[INFO] Qpid System Tests ................................. SUCCESS [5:57.954s]
[INFO] Qpid Performance Tests ............................ SUCCESS [21.724s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [24.386s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.439s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.924s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:31.050s
[INFO] Finished at: Wed Feb 25 17:54:34 UTC 2015
[INFO] Final Memory: 67M/392M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2440

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2440/changes>

Changes:

[aconway] QPID-6413: Sporadic failure of HA tests causd by maxNegotiateTimeout

Increased maxNegotiateTimeout to the default (10 seconds). A smaller value speeds up
detection of non-running brokers on remote hosts, but this is not necessary for the tests.

Increased some other test timeouts and added some improved error reporting.

The occasional long (> 1 second) connection delays are caused by Cyrus SASL authentication.
Not clear why this takes so long, but that is a separate issue. Here's a client log excerpt
showing the delay.

2015-02-25 08:29:37.461299895 [Network] trace RECV [[127.0.0.1:34247-127.0.0.1:45983]]: Frame[BEbe; channel=0; {ConnectionStartBody: server-properties={qpid.federation_tag:V2:36:str16(77800bff-a176-46c1-917a-32f136dee650)}; mechanisms=str16{V2:9:str16(ANONYMOUS), V2:5:str16(PLAIN)}; locales=str16{V2:5:str16(en_US)}; }]
2015-02-25 08:29:37.463116303 [Security] debug CyrusSasl::start(ANONYMOUS PLAIN)
(Note delay > 1 sec here)
2015-02-25 08:29:38.839793753 [Security] debug min_ssf: 0, max_ssf: 256
2015-02-25 08:29:38.839851781 [Security] debug CyrusSasl::start(ANONYMOUS PLAIN): selected ANONYMOUS response: 'anonymous@wallace'
2015-02-25 08:29:38.839963162 [Client] warning Connection [127.0.0.1:34247-127.0.0.1:45983] closed

------------------------------------------
[...truncated 6425 lines...]
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testReadonlyMBeanAttributes(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.136 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testReadonlyMBeanAttributes(JMXManagementTest.java:111)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.13 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
testSetLocalTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.042 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetLocalTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:116)

testMutateState(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.049 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testMutateState(BDBHAVirtualHostRestTest.java:140)

testSetRemoteTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.039 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:291)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetRemoteTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:128)


Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect

Tests run: 43, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.154s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [4.837s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.528s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.504s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.184s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.446s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.226s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.183s]
[INFO] Qpid Common ....................................... SUCCESS [27.781s]
[INFO] Qpid Management Common ............................ SUCCESS [0.978s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:26.012s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.950s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.376s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [3.804s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.399s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.221s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.219s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.192s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [15.506s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.198s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.031s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [4.219s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.023s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.256s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.228s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [5.936s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:06.633s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.830s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.291s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.182s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.150s]
[INFO] Qpid JCA .......................................... SUCCESS [1.389s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.356s]
[INFO] Qpid Tools ........................................ SUCCESS [0.283s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.110s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.785s]
[INFO] Qpid System Tests ................................. SUCCESS [5:46.167s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.579s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.072s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [3.879s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.455s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:54.614s
[INFO] Finished at: Wed Feb 25 16:59:20 UTC 2015
[INFO] Final Memory: 74M/393M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2439

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2439/changes>

Changes:

[orudyy] NO-JIRA: Fix path encoding in rest system tests#

[kwall] QPID-6412: Use ConcurrentMap interface rather than concrete class to ensure linking issues when running JDK 1.8 compiled code under JDK 1.7

------------------------------------------
[...truncated 5345 lines...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.042 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.56 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.131 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.634 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.496 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.166s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.574s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.668s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.702s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.201s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.634s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.282s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.360s]
[INFO] Qpid Common ....................................... SUCCESS [28.714s]
[INFO] Qpid Management Common ............................ SUCCESS [1.177s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:33.135s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.985s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.616s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.008s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.455s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.247s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.311s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.224s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.034s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.452s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.293s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.143s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.282s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.380s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.240s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.481s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:13.157s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.863s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.698s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.238s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.139s]
[INFO] Qpid JCA .......................................... SUCCESS [1.691s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.471s]
[INFO] Qpid Tools ........................................ SUCCESS [0.379s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.215s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.951s]
[INFO] Qpid System Tests ................................. FAILURE [6:01.399s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.086s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.210s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:11.407s
[INFO] Finished at: Wed Feb 25 15:30:25 UTC 2015
[INFO] Final Memory: 71M/369M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2438

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2438/changes>

Changes:

[rgodfrey] QPID-6411 : Don't throw an NPE if there is no Error associated with the a broker initiated detach

------------------------------------------
[...truncated 5346 lines...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.362 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.561 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.134 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.66 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.656 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.681s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [6.112s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.771s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.919s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.230s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.690s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.454s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.330s]
[INFO] Qpid Common ....................................... SUCCESS [29.593s]
[INFO] Qpid Management Common ............................ SUCCESS [1.256s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:24.876s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.282s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.987s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.215s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.640s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.295s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.248s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.251s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.807s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.395s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.676s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.663s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.538s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.354s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.277s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.897s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:13.937s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.883s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.729s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.263s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.166s]
[INFO] Qpid JCA .......................................... SUCCESS [2.314s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.481s]
[INFO] Qpid Tools ........................................ SUCCESS [0.472s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.161s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.872s]
[INFO] Qpid System Tests ................................. FAILURE [6:02.858s]
[INFO] Qpid Performance Tests ............................ SUCCESS [14.328s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.545s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:13.042s
[INFO] Finished at: Tue Feb 24 18:40:01 UTC 2015
[INFO] Final Memory: 71M/389M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2437

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2437/changes>

Changes:

[shuston] Fix up/remove pasted comments re Linux per Andrew's review comments in review for QPID-6312

------------------------------------------
[...truncated 6598 lines...]
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testGroupMembers(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.168 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testGroupMembers(JMXManagementTest.java:142)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testReadonlyMBeanAttributes(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.198 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testReadonlyMBeanAttributes(JMXManagementTest.java:111)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 34, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.216s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.296s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.809s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.842s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.214s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.577s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.292s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.265s]
[INFO] Qpid Common ....................................... SUCCESS [28.682s]
[INFO] Qpid Management Common ............................ SUCCESS [1.183s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:29.180s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.937s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.721s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.231s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.530s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.287s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.286s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.323s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [3:10.879s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.464s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.324s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [4.982s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.406s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.454s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.290s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.914s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:23.011s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.939s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.955s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.318s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.145s]
[INFO] Qpid JCA .......................................... SUCCESS [2.054s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.496s]
[INFO] Qpid Tools ........................................ SUCCESS [0.451s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.193s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.784s]
[INFO] Qpid System Tests ................................. SUCCESS [6:01.936s]
[INFO] Qpid Performance Tests ............................ SUCCESS [19.938s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.811s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.052s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.687s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:43.575s
[INFO] Finished at: Tue Feb 24 17:48:49 UTC 2015
[INFO] Final Memory: 73M/394M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2436

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2436/changes>

Changes:

[orudyy] QPID-6410: [Java Broker] Disambiguate connection adapter name by adding a connection ID to the name

------------------------------------------
[...truncated 6464 lines...]
	at junit.framework.Assert.fail(Assert.java:55)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPriority(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.007 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testQuorumOverride(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.018 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfQuorumCausesClientDisconnection(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.007 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfMasterNodeCausesClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.007 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testClusterCannotStartWithIntruder(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterWhilstMessagesInFlight(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterFromRemoteNode(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfReplicaNodeDoesNotCauseClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.239s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.597s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.854s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.717s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.228s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.630s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.477s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.301s]
[INFO] Qpid Common ....................................... SUCCESS [28.360s]
[INFO] Qpid Management Common ............................ SUCCESS [1.237s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:24.059s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.109s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [21.046s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.424s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.596s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.333s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.258s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.373s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.942s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.448s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.022s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.305s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.424s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.466s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.287s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.996s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:10.969s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.051s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.706s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.272s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.139s]
[INFO] Qpid JCA .......................................... SUCCESS [1.571s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.383s]
[INFO] Qpid Tools ........................................ SUCCESS [0.395s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.186s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.791s]
[INFO] Qpid System Tests ................................. SUCCESS [5:56.089s]
[INFO] Qpid Performance Tests ............................ SUCCESS [14.140s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.028s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [3.895s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.676s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:21.257s
[INFO] Finished at: Tue Feb 24 13:47:26 UTC 2015
[INFO] Final Memory: 73M/396M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2435

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2435/changes>

Changes:

[shuston] Don't take the address of a 0-length vector. Fixes QPID-6409.

[kwall] QPID-6408: [Java Broker] Expose AMQP connection limits (max concurrent connections) through the web management ui.

[kwall] QPID-6407: [Java Broker] Fix Web UI defect that prevents the actual node priority / quorum override from populating within the dialogue

------------------------------------------
[...truncated 5449 lines...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.192 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.584 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.631 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.273 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.550s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.596s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.726s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [2.039s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.286s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.574s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.294s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.639s]
[INFO] Qpid Common ....................................... SUCCESS [28.810s]
[INFO] Qpid Management Common ............................ SUCCESS [1.158s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:23.740s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.100s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.881s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.076s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.458s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.257s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.255s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.221s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.796s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.292s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.324s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.275s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.391s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.381s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.419s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.658s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:08.821s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.855s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.370s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.234s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.136s]
[INFO] Qpid JCA .......................................... SUCCESS [1.833s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.420s]
[INFO] Qpid Tools ........................................ SUCCESS [0.517s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.195s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.801s]
[INFO] Qpid System Tests ................................. FAILURE [5:56.092s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.078s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [3.767s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:53.522s
[INFO] Finished at: Tue Feb 24 02:54:03 UTC 2015
[INFO] Final Memory: 72M/342M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2434

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2434/changes>

Changes:

[kwall] QPID-6405: [Python Client] Fallback if pkg_resources is not available.

------------------------------------------
[...truncated 5343 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.141 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.563 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.771 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.211s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.679s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.760s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.542s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.195s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.592s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.294s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.201s]
[INFO] Qpid Common ....................................... SUCCESS [28.684s]
[INFO] Qpid Management Common ............................ SUCCESS [1.082s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:22.235s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.819s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.598s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.301s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.480s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.253s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.241s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.227s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [15.534s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.360s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.160s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.283s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.504s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.303s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.250s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.388s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:09.738s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.870s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.812s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.201s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.162s]
[INFO] Qpid JCA .......................................... SUCCESS [1.452s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.397s]
[INFO] Qpid Tools ........................................ SUCCESS [0.320s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.147s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.744s]
[INFO] Qpid System Tests ................................. FAILURE [5:53.183s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.338s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.029s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:45.748s
[INFO] Finished at: Mon Feb 23 12:49:52 UTC 2015
[INFO] Final Memory: 71M/401M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2433

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2433/changes>

Changes:

[kwall] QPID-6406: [Java Broker] Prevent the spurious firing of the attribute listener for attribute where no value change is made

[kwall] QPID-6247: [Java Broker] Use try-with-resources to avoid some repeated cleanup code

------------------------------------------
[...truncated 6442 lines...]
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testMutateStateOfOneNode(BDBHAVirtualHostNodeRestTest.java:103)

testIntruderProtection(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.042 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderProtection(BDBHAVirtualHostNodeRestTest.java:252)

testDeleteMasterNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.041 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteMasterNode(BDBHAVirtualHostNodeRestTest.java:192)

testCreate3NodeGroup(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.041 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testCreate3NodeGroup(BDBHAVirtualHostNodeRestTest.java:92)

testDeleteReplicaNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.042 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteReplicaNode(BDBHAVirtualHostNodeRestTest.java:166)

testIntruderBDBHAVHNNotAllowedToConnect(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.038 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderBDBHAVHNNotAllowedToConnect(BDBHAVirtualHostNodeRestTest.java:232)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null

Tests in error: 
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.206s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.240s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.815s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.717s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.209s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.713s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.361s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.237s]
[INFO] Qpid Common ....................................... SUCCESS [28.597s]
[INFO] Qpid Management Common ............................ SUCCESS [1.384s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:24.904s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.917s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.677s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.060s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.492s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.311s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.243s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.266s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.346s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.412s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.615s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.241s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.341s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.437s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.269s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.263s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:13.460s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [3.373s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.568s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.218s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.138s]
[INFO] Qpid JCA .......................................... SUCCESS [1.762s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.499s]
[INFO] Qpid Tools ........................................ SUCCESS [0.423s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.158s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.799s]
[INFO] Qpid System Tests ................................. SUCCESS [5:46.482s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.573s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.107s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.139s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.227s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:13.408s
[INFO] Finished at: Sun Feb 22 20:01:56 UTC 2015
[INFO] Final Memory: 73M/387M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2432

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2432/changes>

Changes:

[kwall] QPID-6405: [Python Client] Retreive package version number from pkg_resources and report to the peer at connection time using version/qpid.client_version connection property

------------------------------------------
[...truncated 6484 lines...]
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPriority(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testQuorumOverride(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.019 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfQuorumCausesClientDisconnection(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.007 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfMasterNodeCausesClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.007 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testClusterCannotStartWithIntruder(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterWhilstMessagesInFlight(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterFromRemoteNode(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfReplicaNodeDoesNotCauseClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.905s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.259s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.750s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.715s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.204s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.567s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.328s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.229s]
[INFO] Qpid Common ....................................... SUCCESS [28.254s]
[INFO] Qpid Management Common ............................ SUCCESS [1.196s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:22.376s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.865s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.626s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.082s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.509s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.236s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.227s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.288s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.280s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.280s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.276s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [4.771s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.201s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.332s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.301s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.226s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:09.896s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.986s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.622s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.244s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.139s]
[INFO] Qpid JCA .......................................... SUCCESS [1.492s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.401s]
[INFO] Qpid Tools ........................................ SUCCESS [0.403s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.144s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.786s]
[INFO] Qpid System Tests ................................. SUCCESS [5:44.124s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.110s]
[INFO] Qpid Performance Test System Tests ................ FAILURE [16.119s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.154s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.521s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:00.409s
[INFO] Finished at: Sun Feb 22 08:41:13 UTC 2015
[INFO] Final Memory: 73M/394M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-perftests-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/qpid-perftests-systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-perftests-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2431

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2431/changes>

Changes:

[shuston] Replace non-Apache licensed CheckSizeTNativeType.cmake with ASF-licensed and more correct for our needs, CheckSizetDistinct.cmake. Resolves QPID-6312.

[shuston] Add missing AIX-needed SystemInfo.cpp source; relates to QPID-6312, 0003 attachment

------------------------------------------
[...truncated 6591 lines...]
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPriority(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testQuorumOverride(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfQuorumCausesClientDisconnection(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfMasterNodeCausesClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testClusterCannotStartWithIntruder(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterWhilstMessagesInFlight(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.019 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterFromRemoteNode(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.007 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfReplicaNodeDoesNotCauseClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.008 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.133s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [4.878s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.808s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.907s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.212s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.711s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.338s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.293s]
[INFO] Qpid Common ....................................... SUCCESS [29.767s]
[INFO] Qpid Management Common ............................ SUCCESS [1.243s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:22.188s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.905s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.658s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.255s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.534s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.278s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.303s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.279s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [15.791s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.413s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.237s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.172s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.306s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.923s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.285s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.961s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:08.029s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.970s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.632s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.290s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.139s]
[INFO] Qpid JCA .......................................... SUCCESS [2.156s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.484s]
[INFO] Qpid Tools ........................................ SUCCESS [0.421s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.208s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.953s]
[INFO] Qpid System Tests ................................. SUCCESS [5:52.726s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.296s]
[INFO] Qpid Performance Test System Tests ................ FAILURE [16.358s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.825s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.542s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:11.041s
[INFO] Finished at: Sun Feb 22 00:57:57 UTC 2015
[INFO] Final Memory: 73M/395M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-perftests-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/qpid-perftests-systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-perftests-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2430

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2430/changes>

Changes:

[rgodfrey] QPID-6404 : Message construction from received messages should be lenient

[rgodfrey] QPID-6404 : Change default Message constructor to be strict by default

[rgodfrey] QPID-6404 : Be lenient in receiving invalid messages, send AmqpValue(null) for the empty message

[rgodfrey] QPID-6404 : [AMQP 1.0 JMS Client ] session.createMessage() should not attempt to create a message with no body sections

[orudyy] QPID-6346: [Java Broker] Fix field reference when file reader is unsupported

[orudyy] QPID-6398: [Java Broker] Update web management console UI to invoke dojo parser.parse as a promise

[orudyy] QPID-6364: Display actual value for a secure attribute with value not matching secureValueFilter

------------------------------------------
[...truncated 6499 lines...]
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testMutateStateOfOneNode(BDBHAVirtualHostNodeRestTest.java:103)

testIntruderProtection(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.044 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderProtection(BDBHAVirtualHostNodeRestTest.java:252)

testDeleteMasterNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.047 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteMasterNode(BDBHAVirtualHostNodeRestTest.java:192)

testCreate3NodeGroup(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.037 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testCreate3NodeGroup(BDBHAVirtualHostNodeRestTest.java:92)

testDeleteReplicaNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.037 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteReplicaNode(BDBHAVirtualHostNodeRestTest.java:166)

testIntruderBDBHAVHNNotAllowedToConnect(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.039 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderBDBHAVHNNotAllowedToConnect(BDBHAVirtualHostNodeRestTest.java:232)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null

Tests in error: 
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.547s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [6.224s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.752s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.710s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.205s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.737s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.330s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.246s]
[INFO] Qpid Common ....................................... SUCCESS [29.327s]
[INFO] Qpid Management Common ............................ SUCCESS [1.170s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:24.793s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.034s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [21.156s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.432s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.523s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.423s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.361s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.277s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.833s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.556s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.573s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.407s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.544s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.408s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.262s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.453s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:13.437s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.056s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.709s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.229s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.146s]
[INFO] Qpid JCA .......................................... SUCCESS [1.555s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.457s]
[INFO] Qpid Tools ........................................ SUCCESS [0.331s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.168s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.829s]
[INFO] Qpid System Tests ................................. SUCCESS [5:46.615s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.598s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.791s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.138s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.656s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:18.164s
[INFO] Finished at: Sat Feb 21 18:19:39 UTC 2015
[INFO] Final Memory: 73M/333M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2429

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2429/changes>

Changes:

[orudyy] QPID-6247: Updates to configuration files should maintain existing file permissions

------------------------------------------
[...truncated 5352 lines...]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Running org.apache.qpid.disttest.db.ResultsDbWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.151 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.159 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.561 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.qpid.disttest.controller.ControllerTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.526 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.033s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [4.743s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.712s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.656s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.237s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.497s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.256s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.198s]
[INFO] Qpid Common ....................................... SUCCESS [27.675s]
[INFO] Qpid Management Common ............................ SUCCESS [1.013s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:34.754s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.903s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.604s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.025s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.443s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.290s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.236s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.272s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [16.169s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.335s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.236s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.082s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.159s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.431s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.427s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.135s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:11.051s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.924s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.869s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.223s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.144s]
[INFO] Qpid JCA .......................................... SUCCESS [1.422s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.397s]
[INFO] Qpid Tools ........................................ SUCCESS [0.361s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.142s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.719s]
[INFO] Qpid System Tests ................................. FAILURE [5:54.902s]
[INFO] Qpid Performance Tests ............................ SUCCESS [12.722s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [3.807s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:58.225s
[INFO] Finished at: Fri Feb 20 17:26:39 UTC 2015
[INFO] Final Memory: 71M/383M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2428

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2428/changes>

Changes:

[rgodfrey] QPID-6400 : [Java AMQP 1.0] add accessors for the SSLConnection to the connection factory

[rgodfrey] QPID-6401 : move authroize check inside try-catch

------------------------------------------
[...truncated 6444 lines...]
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testMutateStateOfOneNode(BDBHAVirtualHostNodeRestTest.java:103)

testIntruderProtection(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.038 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderProtection(BDBHAVirtualHostNodeRestTest.java:252)

testDeleteMasterNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.039 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteMasterNode(BDBHAVirtualHostNodeRestTest.java:192)

testCreate3NodeGroup(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.048 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testCreate3NodeGroup(BDBHAVirtualHostNodeRestTest.java:92)

testDeleteReplicaNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.036 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteReplicaNode(BDBHAVirtualHostNodeRestTest.java:166)

testIntruderBDBHAVHNNotAllowedToConnect(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.038 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderBDBHAVHNNotAllowedToConnect(BDBHAVirtualHostNodeRestTest.java:232)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null

Tests in error: 
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.828s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.128s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.676s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.772s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.206s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.661s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.440s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.326s]
[INFO] Qpid Common ....................................... SUCCESS [28.263s]
[INFO] Qpid Management Common ............................ SUCCESS [1.278s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:24.242s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.021s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.693s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.101s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.533s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.273s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.254s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.248s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.119s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.419s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.766s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.583s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.295s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.607s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.286s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.644s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:13.426s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.890s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.409s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.251s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.141s]
[INFO] Qpid JCA .......................................... SUCCESS [1.669s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.633s]
[INFO] Qpid Tools ........................................ SUCCESS [0.359s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.209s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.803s]
[INFO] Qpid System Tests ................................. SUCCESS [5:56.090s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.629s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.104s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [5.225s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.245s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:22.944s
[INFO] Finished at: Fri Feb 20 15:57:10 UTC 2015
[INFO] Final Memory: 73M/332M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2427

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2427/changes>

Changes:

[rgodfrey] QPID-6401 : [Java Broker] Add ability to validate connection attempts based on plugins

------------------------------------------
[...truncated 5346 lines...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.159 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.581 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.663 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.418s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.602s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.660s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.795s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.208s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.555s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.286s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.270s]
[INFO] Qpid Common ....................................... SUCCESS [28.869s]
[INFO] Qpid Management Common ............................ SUCCESS [1.202s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:22.343s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.006s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.795s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.249s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.541s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.255s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.302s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.286s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.863s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.283s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.210s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.171s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.306s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.376s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.287s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.680s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:12.909s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.819s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.653s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.237s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.162s]
[INFO] Qpid JCA .......................................... SUCCESS [1.528s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.409s]
[INFO] Qpid Tools ........................................ SUCCESS [0.505s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.206s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.768s]
[INFO] Qpid System Tests ................................. FAILURE [5:59.005s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.420s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.291s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:58.785s
[INFO] Finished at: Thu Feb 19 15:25:34 UTC 2015
[INFO] Final Memory: 71M/301M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2426

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2426/changes>

Changes:

[rgodfrey] NO-JIRA : [JMS AMQP 1.0 client] add log message when underlying connection is closed

------------------------------------------
[...truncated 6423 lines...]
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testReadonlyMBeanAttributes(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.134 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testReadonlyMBeanAttributes(JMXManagementTest.java:111)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.126 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
testSetLocalTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.039 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetLocalTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:116)

testMutateState(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.036 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testMutateState(BDBHAVirtualHostRestTest.java:140)

testSetRemoteTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.051 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetRemoteTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:128)


Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect

Tests run: 43, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.307s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.521s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.719s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.814s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.223s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.792s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.291s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.255s]
[INFO] Qpid Common ....................................... SUCCESS [29.018s]
[INFO] Qpid Management Common ............................ SUCCESS [1.185s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:24.183s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.012s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [21.046s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.083s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.556s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.283s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.389s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.262s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.203s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.718s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.027s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.587s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.391s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.348s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.287s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.831s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:07.607s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.946s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.824s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.300s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.149s]
[INFO] Qpid JCA .......................................... SUCCESS [1.519s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.385s]
[INFO] Qpid Tools ........................................ SUCCESS [0.400s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.188s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.744s]
[INFO] Qpid System Tests ................................. SUCCESS [5:49.058s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.414s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [16.666s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.041s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.806s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:10.448s
[INFO] Finished at: Thu Feb 19 11:22:31 UTC 2015
[INFO] Final Memory: 74M/383M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2425

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2425/changes>

Changes:

[gsim] QPID-6389: ensure source/target is null when responding to attach requests in which they are also null

------------------------------------------
[...truncated 6466 lines...]
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testReadonlyMBeanAttributes(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.127 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testReadonlyMBeanAttributes(JMXManagementTest.java:111)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.123 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
testSetLocalTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.043 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetLocalTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:116)

testMutateState(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.035 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testMutateState(BDBHAVirtualHostRestTest.java:140)

testSetRemoteTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.045 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:108)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetRemoteTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:128)


Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect

Tests run: 43, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.462s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [6.134s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.815s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.636s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.222s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.654s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.320s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.403s]
[INFO] Qpid Common ....................................... SUCCESS [29.676s]
[INFO] Qpid Management Common ............................ SUCCESS [1.344s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:24.406s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.113s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [21.145s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.198s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.503s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.272s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.267s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.248s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.467s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.541s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.243s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.384s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.537s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.336s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.278s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.901s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:10.931s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.071s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.865s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.271s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.169s]
[INFO] Qpid JCA .......................................... SUCCESS [1.749s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.492s]
[INFO] Qpid Tools ........................................ SUCCESS [0.440s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.196s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.863s]
[INFO] Qpid System Tests ................................. SUCCESS [5:52.421s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.743s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.190s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.824s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.657s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:20.927s
[INFO] Finished at: Thu Feb 19 00:19:06 UTC 2015
[INFO] Final Memory: 73M/357M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2424

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2424/changes>

Changes:

[kpvdr] QPID-6394 [linearstore] Make linearstore the default store for linux builds - Fixed incorrect status messages

------------------------------------------
[...truncated 5389 lines...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.127 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.567 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.message.JsonHandlerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.apache.qpid.disttest.message.JsonHandlerTest
Running org.apache.qpid.disttest.message.ParticipantResultTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.apache.qpid.disttest.message.ParticipantResultTest
Running org.apache.qpid.disttest.ConfigFileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.ConfigFileHelperTest
Running org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest
Running org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest
Running org.apache.qpid.disttest.results.aggregation.AggregatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.apache.qpid.disttest.results.aggregation.AggregatorTest
Running org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest
Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.qpid.disttest.results.formatting.CSVFormatterTest
Running org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest
Running org.apache.qpid.disttest.results.ResultsFileWriterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.results.ResultsFileWriterTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/perftests/target/qbtc-test-config
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "/x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT" -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=/x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/perftests/visualisation-jfc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.126 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.913 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.435 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [3.208s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [6.312s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.900s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [2.428s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.197s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.765s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.232s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.244s]
[INFO] Qpid Common ....................................... SUCCESS [26.612s]
[INFO] Qpid Management Common ............................ SUCCESS [1.525s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:24.513s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.490s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.743s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [3.778s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.552s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.278s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.258s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.232s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [1:48.085s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.458s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [7.976s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.995s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.894s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.353s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.225s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [5.641s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:20.176s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.996s]
[INFO] Qpid Java Broker .................................. SUCCESS [6.945s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.325s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.120s]
[INFO] Qpid JCA .......................................... SUCCESS [1.569s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.622s]
[INFO] Qpid Tools ........................................ SUCCESS [0.388s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.272s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.740s]
[INFO] Qpid System Tests ................................. FAILURE [6:13.144s]
[INFO] Qpid Performance Tests ............................ SUCCESS [20.361s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [6.720s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:03.523s
[INFO] Finished at: Wed Feb 18 19:51:09 UTC 2015
[INFO] Final Memory: 71M/387M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/systests/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2423

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2423/changes>

Changes:

[kwall] QPID-6390: [Java Broker Tests]  Remove tests that rely on presence of the Anon Authentication Provider

Many of these tests were testing core mechanisim rather than auth provider specific logic.   Those that remained
would be more suited to a unit test.

------------------------------------------
[...truncated 6483 lines...]
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPriority(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testQuorumOverride(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfQuorumCausesClientDisconnection(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfMasterNodeCausesClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testClusterCannotStartWithIntruder(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterWhilstMessagesInFlight(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterFromRemoteNode(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfReplicaNodeDoesNotCauseClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.007 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:108 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.390s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.445s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.921s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.684s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.206s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.587s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.361s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.245s]
[INFO] Qpid Common ....................................... SUCCESS [28.439s]
[INFO] Qpid Management Common ............................ SUCCESS [1.096s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:21.815s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.067s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.712s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.151s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.474s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.286s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.263s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.305s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.200s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.324s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.134s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.121s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.278s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.379s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.241s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.233s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:09.951s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.953s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.461s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.244s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.137s]
[INFO] Qpid JCA .......................................... SUCCESS [1.545s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.394s]
[INFO] Qpid Tools ........................................ SUCCESS [0.401s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.165s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.736s]
[INFO] Qpid System Tests ................................. SUCCESS [5:42.487s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.122s]
[INFO] Qpid Performance Test System Tests ................ FAILURE [15.809s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [3.865s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.267s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:57.908s
[INFO] Finished at: Wed Feb 18 15:18:23 UTC 2015
[INFO] Final Memory: 73M/346M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-perftests-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/qpid-perftests-systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-perftests-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2422

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2422/changes>

Changes:

[kwall] QPID-6390: [Java System Tests] Ensure that Broker's system properties are loaded before the test begins to use the Model to create test config

------------------------------------------
[...truncated 6556 lines...]
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPriority(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testQuorumOverride(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfQuorumCausesClientDisconnection(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfMasterNodeCausesClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testClusterCannotStartWithIntruder(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterWhilstMessagesInFlight(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testTransferMasterFromRemoteNode(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testLossOfReplicaNodeDoesNotCauseClientToFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.019 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:114 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:114 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:114 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:286->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.217s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.311s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.858s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.725s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.203s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.568s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.327s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.302s]
[INFO] Qpid Common ....................................... SUCCESS [27.656s]
[INFO] Qpid Management Common ............................ SUCCESS [1.401s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:26.096s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.050s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.445s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.209s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.505s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.273s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.279s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.277s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.224s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.342s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.235s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.107s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.244s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.591s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.290s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.504s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:10.016s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.138s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.543s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.383s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.140s]
[INFO] Qpid JCA .......................................... SUCCESS [1.609s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.391s]
[INFO] Qpid Tools ........................................ SUCCESS [0.458s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.178s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.762s]
[INFO] Qpid System Tests ................................. SUCCESS [5:49.266s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.602s]
[INFO] Qpid Performance Test System Tests ................ FAILURE [15.948s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [3.821s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.574s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:10.242s
[INFO] Finished at: Wed Feb 18 12:42:22 UTC 2015
[INFO] Final Memory: 73M/395M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-perftests-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/qpid-perftests-systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-perftests-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2421

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2421/changes>

Changes:

[rgodfrey] QPID-6396 : [Java Broker] Allow queues to enforce all consumers to be non-destructive

------------------------------------------
[...truncated 6501 lines...]
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testMutateStateOfOneNode(BDBHAVirtualHostNodeRestTest.java:103)

testIntruderProtection(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.048 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderProtection(BDBHAVirtualHostNodeRestTest.java:252)

testDeleteMasterNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.042 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteMasterNode(BDBHAVirtualHostNodeRestTest.java:192)

testCreate3NodeGroup(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.045 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testCreate3NodeGroup(BDBHAVirtualHostNodeRestTest.java:92)

testDeleteReplicaNode(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.039 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testDeleteReplicaNode(BDBHAVirtualHostNodeRestTest.java:166)

testIntruderBDBHAVHNNotAllowedToConnect(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest)  Time elapsed: 0.044 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1090)
	at org.apache.qpid.systest.rest.RestTestHelper.writeJsonRequest(RestTestHelper.java:234)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:508)
	at org.apache.qpid.systest.rest.RestTestHelper.submitRequest(RestTestHelper.java:522)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.createHANode(BDBHAVirtualHostNodeRestTest.java:317)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostNodeRestTest.testIntruderBDBHAVHNNotAllowedToConnect(BDBHAVirtualHostNodeRestTest.java:232)

Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null

Tests in error: 
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:114 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:114 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:114 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect

Tests run: 42, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.613s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.395s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.788s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.609s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.223s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.612s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.447s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.239s]
[INFO] Qpid Common ....................................... SUCCESS [28.258s]
[INFO] Qpid Management Common ............................ SUCCESS [1.105s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:23.915s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.487s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.710s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.746s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.480s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.285s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.277s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.270s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.526s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.551s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [10.115s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.089s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.390s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.414s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.280s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.272s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:14.935s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.954s]
[INFO] Qpid Java Broker .................................. SUCCESS [5.718s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.465s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.162s]
[INFO] Qpid JCA .......................................... SUCCESS [1.772s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.422s]
[INFO] Qpid Tools ........................................ SUCCESS [0.465s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.163s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.774s]
[INFO] Qpid System Tests ................................. SUCCESS [5:47.476s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.710s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [16.336s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.099s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.610s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:16.427s
[INFO] Finished at: Wed Feb 18 01:27:09 UTC 2015
[INFO] Final Memory: 73M/395M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2420

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2420/changes>

Changes:

[rgodfrey] QPID-6395 : [Java Broker] add support for queue default filters, and filters solely on arrival time

------------------------------------------
[...truncated 6552 lines...]
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

testPersistentMessagesAvailableAfterFailover(org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.MultiNodeTest.setUp(MultiNodeTest.java:81)

Running org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
Tests run: 7, Failures: 7, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest
testMasterDesignatedPrimaryCanBeRestartedWithoutReplica(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDesignatedAsPrimaryAfterOriginalPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testClusterRestartWithoutDesignatedPrimary(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testDesignatedPrimaryContinuesAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testPersistentOperationsFailOnNonDesignatedPrimaryAfterSecondaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.006 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testInitialDesignatedPrimaryStateOfNodes(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

testSecondaryDoesNotBecomePrimaryWhenDesignatedPrimaryStopped(org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest)  Time elapsed: 0.005 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.assertTrue(Assert.java:31)
	at junit.framework.TestCase.assertTrue(TestCase.java:201)
	at org.apache.qpid.server.store.berkeleydb.replication.TwoNodeTest.setUp(TwoNodeTest.java:55)

Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.098 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
testSetLocalTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.037 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:114)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetLocalTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:116)

testMutateState(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.03 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:114)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testMutateState(BDBHAVirtualHostRestTest.java:140)

testSetRemoteTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.03 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:114)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetRemoteTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:128)


Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testMutateStateOfOneNode:103->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testIntruderProtection:252->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testDeleteMasterNode:192->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testCreate3NodeGroup:92->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testDeleteReplicaNode:166->createHANode:317 ? Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 ? Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 ? IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 ? IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:114 ? Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:114 ? Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:114 ? Connect

Tests run: 43, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.222s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [4.702s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.709s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.459s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.181s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.573s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.281s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.286s]
[INFO] Qpid Common ....................................... SUCCESS [25.183s]
[INFO] Qpid Management Common ............................ SUCCESS [1.124s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:21.587s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.544s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.409s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [3.728s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.547s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.306s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.254s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.252s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [1:51.052s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.403s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [8.003s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [6.675s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [2.907s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.452s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.228s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.336s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:15.147s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.755s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.168s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.219s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.122s]
[INFO] Qpid JCA .......................................... SUCCESS [1.512s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.360s]
[INFO] Qpid Tools ........................................ SUCCESS [0.400s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.183s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.725s]
[INFO] Qpid System Tests ................................. SUCCESS [5:44.177s]
[INFO] Qpid Performance Tests ............................ SUCCESS [16.276s]
[INFO] Qpid Performance Test System Tests ................ FAILURE [15.565s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.283s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [4.491s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:33.935s
[INFO] Finished at: Tue Feb 17 18:34:08 UTC 2015
[INFO] Final Memory: 73M/375M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-perftests-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/qpid-perftests-systests/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to /x1/jenkins/jenkins-slave/workspace/Qpid-Java-Cpp-Test/trunk/qpid/java/bdbstore/systests/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-perftests-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2419

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2419/changes>

Changes:

[kpvdr] QPID-6394 Make linearstore the default store for linux builds

------------------------------------------
[...truncated 6449 lines...]
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testGroupMembers(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.133 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testGroupMembers(JMXManagementTest.java:142)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testReadonlyMBeanAttributes(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.145 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testReadonlyMBeanAttributes(JMXManagementTest.java:111)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

Running org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest
Running org.apache.qpid.server.store.berkeleydb.BDBBackupTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.qpid.server.store.berkeleydb.BDBBackupTest

Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null

Tests in error: 
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:114 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:114 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:114 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO

Tests run: 34, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.365s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.181s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.783s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.788s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.211s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.681s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.436s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.262s]
[INFO] Qpid Common ....................................... SUCCESS [29.520s]
[INFO] Qpid Management Common ............................ SUCCESS [1.114s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [2:02.217s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [3.970s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [20.355s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.047s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.435s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.277s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.302s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.249s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [3:23.254s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.432s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.233s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [4.870s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.198s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.447s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.248s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [6.764s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:22.224s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [2.010s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.521s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.276s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.138s]
[INFO] Qpid JCA .......................................... SUCCESS [1.654s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.449s]
[INFO] Qpid Tools ........................................ SUCCESS [0.444s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.190s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.778s]
[INFO] Qpid System Tests ................................. SUCCESS [5:42.786s]
[INFO] Qpid Performance Tests ............................ SUCCESS [19.750s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [17.306s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.336s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.126s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:05.762s
[INFO] Finished at: Tue Feb 17 16:36:31 UTC 2015
[INFO] Final Memory: 73M/392M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2418

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2418/changes>

Changes:

[orudyy] QPID-6364: Introduce attribute annotation property 'secureValueFilter' to mask only secure values matching the filter.
           Set secureValueFilter on keystores/trustores to mask only data URLs.
           Stop applying oversize when actuals attributes are requested.
           Update corresponding keystore/truststore UI tp show actual values for non data URLs.

------------------------------------------
[...truncated 6428 lines...]
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

testReadonlyMBeanAttributes(org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest)  Time elapsed: 0.125 sec  <<< ERROR!
java.io.IOException: null
	at org.apache.qpid.management.common.JMXConnnectionFactory.getJMXConnection(JMXConnnectionFactory.java:79)
	at org.apache.qpid.test.utils.JMXTestUtils.open(JMXTestUtils.java:87)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.getStoreBeanForNodeAtBrokerPort(JMXManagementTest.java:276)
	at org.apache.qpid.server.store.berkeleydb.replication.JMXManagementTest.testReadonlyMBeanAttributes(JMXManagementTest.java:111)
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused]
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:358)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: javax.naming.ServiceUnavailableException: null
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:118)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at java.net.Socket.connect(Socket.java:528)
	at java.net.Socket.<init>(Socket.java:425)
	at java.net.Socket.<init>(Socket.java:208)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:340)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:114)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:203)
	at javax.naming.InitialContext.lookup(InitialContext.java:411)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1925)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1892)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:275)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:268)
	at org.apache.qpid.management.common.JMXConnnectionFactory$ConnectWaiter.run(JMXConnnectionFactory.java:245)
	at java.lang.Thread.run(Thread.java:724)

Running org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.212 sec <<< FAILURE! - in org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest
testSetLocalTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.038 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:114)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetLocalTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:116)

testMutateState(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.035 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:114)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testMutateState(BDBHAVirtualHostRestTest.java:140)

testSetRemoteTransactionSynchronizationPolicy(org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest)  Time elapsed: 0.139 sec  <<< ERROR!
java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:378)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:473)
	at sun.net.www.http.HttpClient.<init>(HttpClient.java:203)
	at sun.net.www.http.HttpClient.New(HttpClient.java:290)
	at sun.net.www.http.HttpClient.New(HttpClient.java:306)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:995)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:931)
	at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:849)
	at org.apache.qpid.systest.rest.RestTestHelper.getJsonAsList(RestTestHelper.java:290)
	at org.apache.qpid.systest.rest.QpidRestTestCase.waitForAttributeChanged(QpidRestTestCase.java:114)
	at org.apache.qpid.server.store.berkeleydb.replication.BDBHAVirtualHostRestTest.testSetRemoteTransactionSynchronizationPolicy(BDBHAVirtualHostRestTest.java:128)


Results :

Failed tests: 
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  MultiNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:81 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null
  TwoNodeTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->setUp:55 null

Tests in error: 
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testNewMasterElectedWhenVirtualHostIsStopped:135->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testMutateStateOfOneNode:103->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testIntruderProtection:252->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testDeleteMasterNode:192->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testCreate3NodeGroup:92->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testDeleteReplicaNode:166->createHANode:317 » Connect
  BDBHAVirtualHostNodeRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testIntruderBDBHAVHNNotAllowedToConnect:232->createHANode:317 » Connect
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testRemoveRemoteNodeFromGroup:164->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testVirtualHostOperationsDeniedForNonMasterNode:187->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testStateOfNonActiveBrokerIsNotMaster:133->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testStateOfActiveBrokerIsMaster:125->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testVirtualHostMbeanOnMasterTransfer:225->getManagedBrokerBeanForNodeAtBrokerPort:283 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testGroupMembers:142->getStoreBeanForNodeAtBrokerPort:276 » IO
  JMXManagementTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testReadonlyMBeanAttributes:111->getStoreBeanForNodeAtBrokerPort:276 » IO
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testSetLocalTransactionSynchronizationPolicy:116->QpidRestTestCase.waitForAttributeChanged:114 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testMutateState:140->QpidRestTestCase.waitForAttributeChanged:114 » Connect
  BDBHAVirtualHostRestTest>QpidTestCase.run:148->QpidBrokerTestCase.runBare:272->testSetRemoteTransactionSynchronizationPolicy:128->QpidRestTestCase.waitForAttributeChanged:114 » Connect

Tests run: 43, Failures: 17, Errors: 17, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.382s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.813s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.614s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.614s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.221s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.544s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.611s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.247s]
[INFO] Qpid Common ....................................... SUCCESS [28.229s]
[INFO] Qpid Management Common ............................ SUCCESS [1.175s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:47.119s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.104s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [21.103s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.017s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.553s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.304s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.275s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.261s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.396s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.302s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.784s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.204s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.285s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.472s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.259s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.585s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:14.522s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.856s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.583s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.278s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.160s]
[INFO] Qpid JCA .......................................... SUCCESS [2.012s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.422s]
[INFO] Qpid Tools ........................................ SUCCESS [0.430s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.190s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.805s]
[INFO] Qpid System Tests ................................. SUCCESS [5:47.121s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.387s]
[INFO] Qpid Performance Test System Tests ................ SUCCESS [16.931s]
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [3.832s]
[INFO] Qpid BDB Store System Tests ....................... FAILURE [5.352s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:36.539s
[INFO] Finished at: Tue Feb 17 15:35:55 UTC 2015
[INFO] Final Memory: 73M/367M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-bdbstore-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/bdbstore/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-bdbstore-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results

Build failed in Jenkins: Qpid-Java-Cpp-Test #2417

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Qpid-Java-Cpp-Test/2417/changes>

Changes:

[kwall] QPID-6393: [Java Broker] Prevent possibility for the permature close of queue browser

------------------------------------------
[...truncated 5343 lines...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.456 sec - in org.apache.qpid.disttest.db.ResultsDbWriterTest
Running org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.qpid.disttest.controller.config.ConnectionConfigTest
Running org.apache.qpid.disttest.controller.config.TestConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.qpid.disttest.controller.config.TestConfigTest
Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.qpid.disttest.controller.config.ParticipantConfigTest
Running org.apache.qpid.disttest.controller.config.IterationValueTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.apache.qpid.disttest.controller.config.IterationValueTest
Running org.apache.qpid.disttest.controller.config.ConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.qpid.disttest.controller.config.ConfigTest
Running org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.ConsumerConfigTest
Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.controller.config.MessageProviderConfigTest
Running org.apache.qpid.disttest.controller.config.ProducerConfigTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.controller.config.ProducerConfigTest
Running org.apache.qpid.disttest.controller.config.ClientConfigTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.qpid.disttest.controller.config.ClientConfigTest
Running org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 sec - in org.apache.qpid.disttest.controller.config.JavaScriptConfigEvaluatorTest
Running org.apache.qpid.disttest.controller.config.TestInstanceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.qpid.disttest.controller.config.TestInstanceTest
Running org.apache.qpid.disttest.controller.config.ConfigReaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.apache.qpid.disttest.controller.config.ConfigReaderTest
Running org.apache.qpid.disttest.controller.config.SessionConfigTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.qpid.disttest.controller.config.SessionConfigTest
Running org.apache.qpid.disttest.controller.ClientRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.589 sec - in org.apache.qpid.disttest.controller.ClientRegistryTest
Running org.apache.qpid.disttest.controller.ParticipatingClientsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.controller.ParticipatingClientsTest
Running org.apache.qpid.disttest.controller.ControllerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.apache.qpid.disttest.controller.ControllerTest
Running org.apache.qpid.disttest.controller.TestRunnerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.131 sec - in org.apache.qpid.disttest.controller.TestRunnerTest
Running org.apache.qpid.disttest.VisitorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.qpid.disttest.VisitorTest
Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.jms.JmsMessageAdaptorTest

Results :

Tests run: 180, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ qpid-perftests ---
[INFO] Reading assembly descriptor: src/main/assembly/qpid-perftests-bin.xml
[INFO] Building tar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qpid-perftests-0.32-SNAPSHOT-bin.tar.gz>
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1300-QueueConsumersWithNonOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU compatible tar commands
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1303-QueueConsumersWithOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1050-VaryingNumberOfProducerSessionsSingleConnection.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1302-QueueConsumersWithOverlappingSelectors-Transient.chartdef longer than 100 characters.
[WARNING] Entry: qpid-perftests/0.32-SNAPSHOT/etc/chartdefs/1301-QueueConsumersWithNonOverlappingSelectors-Persistent.chartdef longer than 100 characters.
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid Performance Test System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Qpid Performance Tests Visualisation JFC 0.32-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (output-test-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
     [echo] Qpid Test Profile Properties
     [echo] [profile] cpp
     [echo] [profile.broker.language] cpp
     [echo] [profile.broker.type] spawned
     [echo] [profile.broker.command] "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/cpp-build/src/qpidd"> -p @PORT --data-dir "<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/QPID_WORK/@PORT"> -t --auth no --no-module-dir
     [echo] [profile.specific.excludes] CPPPrefetchExcludes CPPTransientExcludes
     [echo] [profile.test.excludes] Excludes CPPExcludes cpp.excludes CPPPrefetchExcludes CPPTransientExcludes cpp.excludes
     [echo] [profile.broker.version] v0_10
     [echo] [profile.test.amqp_port_protocols] ["AMQP_0_8","AMQP_0_9","AMQP_0_9_1","AMQP_0_10"]
     [echo] [profile.broker.persistent] false
     [echo] [profile.virtualhostnode.type] Memory
     [echo] [profile.virtualhostnode.context.blueprint] ${profile.virtualhostnode.context.blueprint}
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-minimum-versions) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-versions-standard-properties) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-cpp-broker-dir-defined) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.0.201403182114:prepare-agent (default-prepare-agent) @ qpid-perftests-visualisation-jfc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.0.201403182114/org.jacoco.agent-0.7.0.201403182114-runtime.jar=destfile=<https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/jacoco.exec> -Xmx512m
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/main/resources>
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 30 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ qpid-perftests-visualisation-jfc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ qpid-perftests-visualisation-jfc ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ qpid-perftests-visualisation-jfc ---
[INFO] Surefire report directory: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
log4j:WARN No appenders could be found for logger (org.apache.qpid.test.utils.QpidTestCase).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.655 sec - in org.apache.qpid.disttest.charting.chartbuilder.TimeSeriesBuilderCallbackTest
Running org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.chartbuilder.ColorFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartBuilderFactoryTest
Running org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.34 sec - in org.apache.qpid.disttest.charting.chartbuilder.BaseChartBuilderTest
Running org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.564 sec - in org.apache.qpid.disttest.charting.chartbuilder.ChartProductionTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcUrlGeneratorTest
Running org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec - in org.apache.qpid.disttest.charting.seriesbuilder.JdbcSeriesBuilderTest
Running org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.qpid.disttest.charting.seriesbuilder.SeriesRowTest
Running org.apache.qpid.disttest.charting.writer.ChartWriterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec - in org.apache.qpid.disttest.charting.writer.ChartWriterTest
Running org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.qpid.disttest.charting.definition.ChartingDefinitionCreatorTest
Running org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.qpid.disttest.charting.definition.SeriesDefinitionCreatorTest

Results :

Tests run: 39, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ qpid-perftests-visualisation-jfc ---
[INFO] Building jar: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qpid-perftests-visualisation-jfc-0.32-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ qpid-perftests-visualisation-jfc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (create-qbtc-output-dir) @ qpid-perftests-visualisation-jfc ---
[INFO] Executing tasks

main:
    [mkdir] Created dir: <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/perftests/visualisation-jfc/target/qbtc-test-config>
[INFO] Executed tasks
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Qpid BDB Store System Tests
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Qpid Java Build ................................... SUCCESS [2.215s]
[INFO] Qpid AMQP 1.0 Common .............................. SUCCESS [5.865s]
[INFO] Qpid AMQP 1.0 Client .............................. SUCCESS [0.869s]
[INFO] Qpid AMQP 1.0 Client JMS .......................... SUCCESS [1.737s]
[INFO] Qpid AMQP 1.0 JMS Client Examples ................. SUCCESS [0.274s]
[INFO] Qpid AMQP 1.0 Client WebSocket .................... SUCCESS [0.582s]
[INFO] Qpid Broker Code Generation ....................... SUCCESS [0.285s]
[INFO] Qpid Test Utilities ............................... SUCCESS [0.287s]
[INFO] Qpid Common ....................................... SUCCESS [28.587s]
[INFO] Qpid Management Common ............................ SUCCESS [1.210s]
[INFO] Qpid Java Broker Core ............................. SUCCESS [1:23.586s]
[INFO] Qpid Access Control Broker Plug-in ................ SUCCESS [4.221s]
[INFO] Qpid AMQP 0-8 Protocol Broker Plug-in ............. SUCCESS [21.294s]
[INFO] Qpid AMQP 0-10 Protocol Plug-in ................... SUCCESS [4.326s]
[INFO] Qpid AMQP 1-0 Protocol Broker Plug-in ............. SUCCESS [0.577s]
[INFO] Qpid AMQP 0-8 to 0-10 Message Conversion Broker Plug-in  SUCCESS [0.299s]
[INFO] Qpid AMQP 0-8 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.273s]
[INFO] Qpid AMQP 0-10 to 1-0 Message Conversion Broker Plug-in  SUCCESS [0.269s]
[INFO] Qpid Derby Message Store .......................... SUCCESS [17.168s]
[INFO] Qpid JDBC Message Store Connection Pooling Plug-in  SUCCESS [0.353s]
[INFO] Qpid JDBC Message Store Broker Plug-in ............ SUCCESS [9.828s]
[INFO] Qpid HTTP Management Broker Plug-in ............... SUCCESS [5.260s]
[INFO] Qpid JMX Management Broker Plug-in ................ SUCCESS [3.469s]
[INFO] Qpid Memory Message Store Broker Plug-in .......... SUCCESS [0.335s]
[INFO] Qpid WebSocket Broker Plug-in ..................... SUCCESS [0.292s]
[INFO] Qpid AMQP 0-x JMS Client .......................... SUCCESS [7.793s]
[INFO] Qpid BDB Message Store ............................ SUCCESS [2:14.918s]
[INFO] Qpid BDB Message Store JMX ........................ SUCCESS [1.874s]
[INFO] Qpid Java Broker .................................. SUCCESS [4.741s]
[INFO] Qpid AMQP Management Protocol Broker Plug-in ...... SUCCESS [0.227s]
[INFO] Qpid AMQP 0-x JMS Client Examples ................. SUCCESS [0.145s]
[INFO] Qpid JCA .......................................... SUCCESS [1.860s]
[INFO] Qpid Resource Adaptor ............................. SUCCESS [0.398s]
[INFO] Qpid Tools ........................................ SUCCESS [0.423s]
[INFO] Qpid Management Examples .......................... SUCCESS [0.231s]
[INFO] Qpid Java System Test Parent ...................... SUCCESS [0.795s]
[INFO] Qpid System Tests ................................. FAILURE [6:03.222s]
[INFO] Qpid Performance Tests ............................ SUCCESS [13.773s]
[INFO] Qpid Performance Test System Tests ................ SKIPPED
[INFO] Qpid Performance Tests Visualisation JFC .......... SUCCESS [4.246s]
[INFO] Qpid BDB Store System Tests ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:09.412s
[INFO] Finished at: Sun Feb 15 02:50:47 UTC 2015
[INFO] Final Memory: 72M/396M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (integration-test) on project qpid-systests: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Qpid-Java-Cpp-Test/ws/trunk/qpid/java/systests/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :qpid-systests
Build step 'Invoke top-level Maven targets' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Recording test results