You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/06/13 12:38:00 UTC

ZooKeeper-trunk - Build # 2725 - Failure

See https://builds.apache.org/job/ZooKeeper-trunk/2725/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 377568 lines...]
    [junit] 	at org.apache.zookeeper.test.ReconfigTest.testNormalOperation(ReconfigTest.java:150)
    [junit] 	at org.apache.zookeeper.test.ReconfigTest.testPortChange(ReconfigTest.java:598)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:601)
    [junit] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    [junit] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    [junit] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    [junit] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
    [junit] 	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
    [junit] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
    [junit] 	at org.junit.rules.TestWatchman$1.evaluate(TestWatchman.java:52)
    [junit] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
    [junit] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:69)
    [junit] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:48)
    [junit] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
    [junit] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
    [junit] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
    [junit] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
    [junit] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
    [junit] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:292)
    [junit] 	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030)
    [junit] 2015-06-13 10:37:47,215 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testPortChange
    [junit] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 116.363 sec, Thread: 8, Class: org.apache.zookeeper.test.ReconfigTest
    [junit] 2015-06-13 10:37:47,378 [myid:] - INFO  [main-SendThread(127.0.0.1:30206):ClientCnxn$SendThread@1138] - Opening socket connection to server 127.0.0.1/127.0.0.1:30206. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2015-06-13 10:37:47,379 [myid:] - WARN  [main-SendThread(127.0.0.1:30206):ClientCnxn$SendThread@1257] - Session 0x2011b22f2e00000 for server 127.0.0.1/127.0.0.1:30206, unexpected error, closing socket connection and attempting reconnect
    [junit] java.net.ConnectException: Connection refused
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:701)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:355)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1236)
    [junit] Test org.apache.zookeeper.test.ReconfigTest FAILED

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/trunk/build.xml:1489: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/trunk/build.xml:1374: Tests failed!

Total time: 5 minutes 48 seconds
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Sending artifact delta relative to ZooKeeper-trunk #2724
Archived 3 artifacts
Archive block size is 32768
Received 1 blocks and 18231012 bytes
Compression is 0.2%
Took 7 sec
Recording fingerprints
Updating ZOOKEEPER-2214
Updating ZOOKEEPER-706
Recording test results
Publishing Javadoc
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
1 tests failed.
REGRESSION:  org.apache.zookeeper.test.ReconfigTest.testPortChange

Error Message:
expected:<test[1]> but was:<test[0]>

Stack Trace:
junit.framework.AssertionFailedError: expected:<test[1]> but was:<test[0]>
	at org.apache.zookeeper.test.ReconfigTest.testNormalOperation(ReconfigTest.java:150)
	at org.apache.zookeeper.test.ReconfigTest.testPortChange(ReconfigTest.java:598)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)



ZooKeeper-trunk - Build # 2728 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper-trunk/2728/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 364234 lines...]
    [junit] 2015-06-16 10:58:54,715 [myid:] - INFO  [main:QuorumUtil@254] - Shutting down leader election QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled)
    [junit] 2015-06-16 10:58:54,715 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3]
    [junit] 2015-06-16 10:58:54,715 [myid:] - INFO  [main:QuorumUtil@259] - Waiting for QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled) to exit thread
    [junit] 2015-06-16 10:58:54,715 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3,name1=replica.3]
    [junit] 2015-06-16 10:58:54,715 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3,name1=replica.1]
    [junit] 2015-06-16 10:58:54,715 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3,name1=replica.2]
    [junit] 2015-06-16 10:58:54,715 [myid:] - INFO  [main:FourLetterWordMain@63] - connecting to 127.0.0.1 14045
    [junit] 2015-06-16 10:58:54,716 [myid:] - INFO  [main:QuorumUtil@243] - 127.0.0.1:14045 is no longer accepting client connections
    [junit] 2015-06-16 10:58:54,716 [myid:] - INFO  [main:FourLetterWordMain@63] - connecting to 127.0.0.1 14048
    [junit] 2015-06-16 10:58:54,716 [myid:] - INFO  [main:QuorumUtil@243] - 127.0.0.1:14048 is no longer accepting client connections
    [junit] 2015-06-16 10:58:54,716 [myid:] - INFO  [main:FourLetterWordMain@63] - connecting to 127.0.0.1 14051
    [junit] 2015-06-16 10:58:54,716 [myid:] - INFO  [main:QuorumUtil@243] - 127.0.0.1:14051 is no longer accepting client connections
    [junit] 2015-06-16 10:58:54,718 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testPortChange
    [junit] 2015-06-16 10:58:54,718 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testPortChange
    [junit] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 245.326 sec, Thread: 2, Class: org.apache.zookeeper.test.ReconfigTest
    [junit] 2015-06-16 10:58:54,748 [myid:] - INFO  [main-SendThread(127.0.0.1:13999):ClientCnxn$SendThread@1138] - Opening socket connection to server 127.0.0.1/127.0.0.1:13999. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2015-06-16 10:58:54,749 [myid:] - WARN  [main-SendThread(127.0.0.1:13999):ClientCnxn$SendThread@1257] - Session 0x4028bf8086c0000 for server 127.0.0.1/127.0.0.1:13999, unexpected error, closing socket connection and attempting reconnect
    [junit] java.net.ConnectException: Connection refused
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:701)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:355)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1236)
    [junit] 2015-06-16 10:58:54,795 [myid:] - INFO  [main-SendThread(127.0.0.1:13942):ClientCnxn$SendThread@1138] - Opening socket connection to server 127.0.0.1/127.0.0.1:13942. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2015-06-16 10:58:54,796 [myid:] - WARN  [main-SendThread(127.0.0.1:13942):ClientCnxn$SendThread@1257] - Session 0x2028bf76d7f0000 for server 127.0.0.1/127.0.0.1:13942, unexpected error, closing socket connection and attempting reconnect
    [junit] java.net.ConnectException: Connection refused
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:701)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:355)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1236)
    [junit] 2015-06-16 10:58:54,937 [myid:] - INFO  [main-SendThread(127.0.0.1:13939):ClientCnxn$SendThread@1138] - Opening socket connection to server 127.0.0.1/127.0.0.1:13939. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2015-06-16 10:58:54,937 [myid:] - WARN  [main-SendThread(127.0.0.1:13939):ClientCnxn$SendThread@1257] - Session 0x1028bf76d800000 for server 127.0.0.1/127.0.0.1:13939, unexpected error, closing socket connection and attempting reconnect
    [junit] java.net.ConnectException: Connection refused
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:701)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:355)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1236)
    [junit] Test org.apache.zookeeper.test.ReconfigTest FAILED

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/trunk/build.xml:1489: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/trunk/build.xml:1374: Tests failed!

Total time: 8 minutes 13 seconds
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Sending artifact delta relative to ZooKeeper-trunk #2724
Archived 3 artifacts
Archive block size is 32768
Received 1 blocks and 18231552 bytes
Compression is 0.2%
Took 8.4 sec
Recording fingerprints
Updating ZOOKEEPER-2212
Recording test results
Publishing Javadoc
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
5 tests failed.
REGRESSION:  org.apache.zookeeper.server.quorum.ReconfigRecoveryTest.testCurrentServersAreObserversInNextConfig

Error Message:
waiting for server 4 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 4 being up
	at org.apache.zookeeper.server.quorum.ReconfigRecoveryTest.testCurrentServersAreObserversInNextConfig(ReconfigRecoveryTest.java:217)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


REGRESSION:  org.apache.zookeeper.test.WatcherTest.testWatcherAutoResetDisabledWithGlobal

Error Message:
Did not connect

Stack Trace:
java.util.concurrent.TimeoutException: Did not connect
	at org.apache.zookeeper.test.ClientBase$CountdownWatcher.waitForConnected(ClientBase.java:133)
	at org.apache.zookeeper.test.WatcherTest.testWatcherAutoReset(WatcherTest.java:370)
	at org.apache.zookeeper.test.WatcherTest.testWatcherAutoResetWithGlobal(WatcherTest.java:231)
	at org.apache.zookeeper.test.WatcherTest.testWatcherAutoResetDisabledWithGlobal(WatcherTest.java:247)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


REGRESSION:  org.apache.zookeeper.test.WatcherTest.testWatcherAutoResetWithGlobal

Error Message:
Did not connect

Stack Trace:
java.util.concurrent.TimeoutException: Did not connect
	at org.apache.zookeeper.test.ClientBase$CountdownWatcher.waitForConnected(ClientBase.java:133)
	at org.apache.zookeeper.test.WatcherTest.testWatcherAutoReset(WatcherTest.java:370)
	at org.apache.zookeeper.test.WatcherTest.testWatcherAutoResetWithGlobal(WatcherTest.java:231)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


REGRESSION:  org.apache.zookeeper.test.ReconfigTest.testBulkReconfig

Error Message:
QP failed to shutdown in 30 seconds: QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:13996)(secure=disabled)

Stack Trace:
junit.framework.AssertionFailedError: QP failed to shutdown in 30 seconds: QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:13996)(secure=disabled)
	at org.apache.zookeeper.test.QuorumUtil.shutdown(QuorumUtil.java:262)
	at org.apache.zookeeper.test.ReconfigTest.testBulkReconfig(ReconfigTest.java:390)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


REGRESSION:  org.apache.zookeeper.test.SessionUpgradeTest.testLocalSessionsWithoutEphemeralOnLeader

Error Message:
QP failed to shutdown in 60000 seconds: QuorumPeer[myid=1](plain=/0:0:0:0:0:0:0:0:19344)(secure=disabled)

Stack Trace:
junit.framework.AssertionFailedError: QP failed to shutdown in 60000 seconds: QuorumPeer[myid=1](plain=/0:0:0:0:0:0:0:0:19344)(secure=disabled)
	at org.apache.zookeeper.test.QuorumBase.shutdown(QuorumBase.java:410)
	at org.apache.zookeeper.test.QuorumBase.shutdownServers(QuorumBase.java:382)
	at org.apache.zookeeper.test.QuorumBase.tearDown(QuorumBase.java:370)
	at org.apache.zookeeper.test.SessionUpgradeTest.tearDown(SessionUpgradeTest.java:59)



ZooKeeper-trunk - Build # 2727 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper-trunk/2727/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 377616 lines...]
    [junit] 	at java.util.concurrent.LinkedBlockingQueue.put(LinkedBlockingQueue.java:338)
    [junit] 	at org.apache.zookeeper.server.quorum.LearnerHandler.shutdown(LearnerHandler.java:901)
    [junit] 	at org.apache.zookeeper.server.quorum.LearnerHandler.run(LearnerHandler.java:622)
    [junit] 2015-06-15 10:58:39,694 [myid:] - INFO  [ConnnectionExpirer:NIOServerCnxnFactory$ConnectionExpirerThread@583] - ConnnectionExpirerThread interrupted
    [junit] 2015-06-15 10:58:39,695 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-0:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2015-06-15 10:58:39,696 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-1:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2015-06-15 10:58:39,696 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:0.0.0.0/0.0.0.0:11358:NIOServerCnxnFactory$AcceptThread@219] - accept thread exitted run method
    [junit] 2015-06-15 10:58:39,697 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:11358)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3,name1=replica.3,name2=Leader]
    [junit] 2015-06-15 10:58:39,697 [myid:] - WARN  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:11358)(secure=disabled):QuorumPeer@1039] - Unexpected exception
    [junit] java.lang.InterruptedException
    [junit] 	at java.lang.Object.wait(Native Method)
    [junit] 	at org.apache.zookeeper.server.quorum.Leader.lead(Leader.java:559)
    [junit] 	at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:1036)
    [junit] 2015-06-15 10:58:39,697 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:11358)(secure=disabled):Leader@613] - Shutting down
    [junit] 2015-06-15 10:58:39,697 [myid:] - WARN  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:11358)(secure=disabled):QuorumPeer@1070] - PeerState set to LOOKING
    [junit] 2015-06-15 10:58:39,697 [myid:] - WARN  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:11358)(secure=disabled):QuorumPeer@1052] - QuorumPeer main thread exited
    [junit] 2015-06-15 10:58:39,697 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:11358)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3]
    [junit] 2015-06-15 10:58:39,697 [myid:] - INFO  [localhost/127.0.0.1:11365:QuorumCnxManager$Listener@659] - Leaving listener
    [junit] 2015-06-15 10:58:39,697 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:11358)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3,name1=replica.3]
    [junit] 2015-06-15 10:58:39,698 [myid:] - INFO  [main:QuorumUtil@254] - Shutting down leader election QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:11358)(secure=disabled)
    [junit] 2015-06-15 10:58:39,698 [myid:] - INFO  [main:QuorumUtil@259] - Waiting for QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:11358)(secure=disabled) to exit thread
    [junit] 2015-06-15 10:58:39,698 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:11358)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3,name1=replica.1]
    [junit] 2015-06-15 10:58:39,698 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:11358)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3,name1=replica.2]
    [junit] 2015-06-15 10:58:39,699 [myid:] - INFO  [main:FourLetterWordMain@63] - connecting to 127.0.0.1 11352
    [junit] 2015-06-15 10:58:39,699 [myid:] - INFO  [main:QuorumUtil@243] - 127.0.0.1:11352 is no longer accepting client connections
    [junit] 2015-06-15 10:58:39,699 [myid:] - INFO  [main:FourLetterWordMain@63] - connecting to 127.0.0.1 11355
    [junit] 2015-06-15 10:58:39,699 [myid:] - INFO  [main:QuorumUtil@243] - 127.0.0.1:11355 is no longer accepting client connections
    [junit] 2015-06-15 10:58:39,699 [myid:] - INFO  [main:FourLetterWordMain@63] - connecting to 127.0.0.1 11358
    [junit] 2015-06-15 10:58:39,700 [myid:] - INFO  [main:QuorumUtil@243] - 127.0.0.1:11358 is no longer accepting client connections
    [junit] 2015-06-15 10:58:39,701 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testPortChange
    [junit] 2015-06-15 10:58:39,701 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testPortChange
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 111.579 sec, Thread: 1, Class: org.apache.zookeeper.test.ReconfigTest
    [junit] 2015-06-15 10:58:39,813 [myid:] - INFO  [WorkerSender[myid=3]:FastLeaderElection$Messenger$WorkerSender@465] - WorkerSender is down
    [junit] 2015-06-15 10:58:39,813 [myid:] - INFO  [WorkerReceiver[myid=3]:FastLeaderElection$Messenger$WorkerReceiver@435] - WorkerReceiver is down
    [junit] 2015-06-15 10:58:39,815 [myid:] - INFO  [WorkerSender[myid=2]:FastLeaderElection$Messenger$WorkerSender@465] - WorkerSender is down
    [junit] 2015-06-15 10:58:39,815 [myid:] - INFO  [WorkerSender[myid=1]:FastLeaderElection$Messenger$WorkerSender@465] - WorkerSender is down
    [junit] 2015-06-15 10:58:39,816 [myid:] - INFO  [WorkerReceiver[myid=2]:FastLeaderElection$Messenger$WorkerReceiver@435] - WorkerReceiver is down
    [junit] 2015-06-15 10:58:39,816 [myid:] - INFO  [WorkerReceiver[myid=1]:FastLeaderElection$Messenger$WorkerReceiver@435] - WorkerReceiver is down

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/trunk/build.xml:1489: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/trunk/build.xml:1374: Tests failed!

Total time: 6 minutes 17 seconds
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Sending artifact delta relative to ZooKeeper-trunk #2724
Archived 3 artifacts
Archive block size is 32768
Received 1 blocks and 18232329 bytes
Compression is 0.2%
Took 6.1 sec
Recording fingerprints
Recording test results
Publishing Javadoc
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
2 tests failed.
REGRESSION:  org.apache.zookeeper.server.quorum.ReconfigRecoveryTest.testCurrentObserverIsParticipantInNewConfig

Error Message:
waiting for server 2 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 2 being up
	at org.apache.zookeeper.server.quorum.ReconfigRecoveryTest.testCurrentObserverIsParticipantInNewConfig(ReconfigRecoveryTest.java:529)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)


REGRESSION:  org.apache.zookeeper.test.QuorumMajorityTest.testMajQuorums

Error Message:
unable to create new native thread

Stack Trace:
java.lang.OutOfMemoryError: unable to create new native thread
	at java.lang.Thread.start0(Native Method)
	at java.lang.Thread.start(Thread.java:691)
	at com.sun.jmx.remote.internal.ClientCommunicatorAdmin.<init>(ClientCommunicatorAdmin.java:45)
	at javax.management.remote.rmi.RMIConnector$RMIClientCommunicatorAdmin.<init>(RMIConnector.java:1462)
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:327)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:267)
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:226)
	at org.apache.zookeeper.test.JMXEnv.setUp(JMXEnv.java:58)
	at org.apache.zookeeper.test.QuorumBase.setUp(QuorumBase.java:85)
	at org.apache.zookeeper.test.QuorumMajorityTest.testMajQuorums(QuorumMajorityTest.java:41)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)



ZooKeeper-trunk - Build # 2726 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper-trunk/2726/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 370318 lines...]
    [junit] 2015-06-14 10:43:51,318 [myid:] - INFO  [main:MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3,name1=replica.3,name2=Leader,name3=InMemoryDataTree]
    [junit] 2015-06-14 10:43:51,318 [myid:] - INFO  [ConnnectionExpirer:NIOServerCnxnFactory$ConnectionExpirerThread@583] - ConnnectionExpirerThread interrupted
    [junit] 2015-06-14 10:43:51,319 [myid:] - WARN  [LearnerHandler-/127.0.0.1:56747:LearnerHandler@619] - ******* GOODBYE /127.0.0.1:56747 ********
    [junit] 2015-06-14 10:43:51,319 [myid:] - WARN  [LearnerHandler-/127.0.0.1:56747:LearnerHandler@903] - Ignoring unexpected exception
    [junit] java.lang.InterruptedException
    [junit] 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1219)
    [junit] 	at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:340)
    [junit] 	at java.util.concurrent.LinkedBlockingQueue.put(LinkedBlockingQueue.java:338)
    [junit] 	at org.apache.zookeeper.server.quorum.LearnerHandler.shutdown(LearnerHandler.java:901)
    [junit] 	at org.apache.zookeeper.server.quorum.LearnerHandler.run(LearnerHandler.java:622)
    [junit] 2015-06-14 10:43:51,320 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:0.0.0.0/0.0.0.0:14051:NIOServerCnxnFactory$AcceptThread@219] - accept thread exitted run method
    [junit] 2015-06-14 10:43:51,321 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-1:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2015-06-14 10:43:51,321 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-0:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2015-06-14 10:43:51,322 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3,name1=replica.3,name2=Leader]
    [junit] 2015-06-14 10:43:51,322 [myid:] - INFO  [localhost/127.0.0.1:14058:QuorumCnxManager$Listener@659] - Leaving listener
    [junit] 2015-06-14 10:43:51,322 [myid:] - WARN  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):QuorumPeer@1039] - Unexpected exception
    [junit] java.lang.InterruptedException
    [junit] 	at java.lang.Object.wait(Native Method)
    [junit] 	at org.apache.zookeeper.server.quorum.Leader.lead(Leader.java:559)
    [junit] 	at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:1036)
    [junit] 2015-06-14 10:43:51,322 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):Leader@613] - Shutting down
    [junit] 2015-06-14 10:43:51,322 [myid:] - WARN  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):QuorumPeer@1070] - PeerState set to LOOKING
    [junit] 2015-06-14 10:43:51,322 [myid:] - WARN  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):QuorumPeer@1052] - QuorumPeer main thread exited
    [junit] 2015-06-14 10:43:51,322 [myid:] - INFO  [main:QuorumUtil@254] - Shutting down leader election QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled)
    [junit] 2015-06-14 10:43:51,322 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3]
    [junit] 2015-06-14 10:43:51,323 [myid:] - INFO  [main:QuorumUtil@259] - Waiting for QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled) to exit thread
    [junit] 2015-06-14 10:43:51,323 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3,name1=replica.3]
    [junit] 2015-06-14 10:43:51,323 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3,name1=replica.1]
    [junit] 2015-06-14 10:43:51,323 [myid:] - INFO  [QuorumPeer[myid=3](plain=/0:0:0:0:0:0:0:0:14051)(secure=disabled):MBeanRegistry@119] - Unregister MBean [org.apache.ZooKeeperService:name0=ReplicatedServer_id3,name1=replica.2]
    [junit] 2015-06-14 10:43:51,323 [myid:] - INFO  [main:FourLetterWordMain@63] - connecting to 127.0.0.1 14045
    [junit] 2015-06-14 10:43:51,323 [myid:] - INFO  [main:QuorumUtil@243] - 127.0.0.1:14045 is no longer accepting client connections
    [junit] 2015-06-14 10:43:51,323 [myid:] - INFO  [main:FourLetterWordMain@63] - connecting to 127.0.0.1 14048
    [junit] 2015-06-14 10:43:51,324 [myid:] - INFO  [main:QuorumUtil@243] - 127.0.0.1:14048 is no longer accepting client connections
    [junit] 2015-06-14 10:43:51,324 [myid:] - INFO  [main:FourLetterWordMain@63] - connecting to 127.0.0.1 14051
    [junit] 2015-06-14 10:43:51,324 [myid:] - INFO  [main:QuorumUtil@243] - 127.0.0.1:14051 is no longer accepting client connections
    [junit] 2015-06-14 10:43:51,325 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testPortChange
    [junit] 2015-06-14 10:43:51,325 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testPortChange
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 113.403 sec, Thread: 2, Class: org.apache.zookeeper.test.ReconfigTest

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/trunk/build.xml:1489: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/trunk/build.xml:1374: Tests failed!

Total time: 5 minutes 49 seconds
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Sending artifact delta relative to ZooKeeper-trunk #2724
Archived 3 artifacts
Archive block size is 32768
Received 1 blocks and 18230879 bytes
Compression is 0.2%
Took 7.6 sec
Recording fingerprints
Recording test results
Publishing Javadoc
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
1 tests failed.
REGRESSION:  org.apache.zookeeper.server.quorum.ReconfigRecoveryTest.testCurrentServersAreObserversInNextConfig

Error Message:
waiting for server 2 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 2 being up
	at org.apache.zookeeper.server.quorum.ReconfigRecoveryTest.testCurrentServersAreObserversInNextConfig(ReconfigRecoveryTest.java:217)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)