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 2017/01/07 12:05:29 UTC

ZooKeeper-trunk-jdk8 - Build # 891 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 494879 lines...]
    [junit] 	at java.lang.Thread.run(Thread.java:745)
    [junit] 2017-01-07 12:04:52,791 [myid:127.0.0.1:30221] - INFO  [main-SendThread(127.0.0.1:30221):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x4020c7f4b520000, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] 2017-01-07 12:04:52,864 [myid:127.0.0.1:30194] - INFO  [main-SendThread(127.0.0.1:30194):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:30194. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-07 12:04:52,864 [myid:127.0.0.1:30194] - WARN  [main-SendThread(127.0.0.1:30194):ClientCnxn$SendThread@1235] - Session 0x1020c7f1f310000 for server 127.0.0.1/127.0.0.1:30194, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-07 12:04:53,332 [myid:127.0.0.1:30200] - INFO  [main-SendThread(127.0.0.1:30200):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:30200. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-07 12:04:53,332 [myid:127.0.0.1:30200] - WARN  [main-SendThread(127.0.0.1:30200):ClientCnxn$SendThread@1235] - Session 0x3020c7f1f310000 for server 127.0.0.1/127.0.0.1:30200, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-07 12:04:53,360 [myid:127.0.0.1:30221] - INFO  [main-SendThread(127.0.0.1:30221):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:30221. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-07 12:04:53,360 [myid:127.0.0.1:30221] - INFO  [main-SendThread(127.0.0.1:30221):ClientCnxn$SendThread@948] - Socket connection established, initiating session, client: /127.0.0.1:42924, server: 127.0.0.1/127.0.0.1:30221
    [junit] 2017-01-07 12:04:53,360 [myid:] - WARN  [New I/O worker #4062:NettyServerCnxn@399] - Closing connection to /127.0.0.1:42924
    [junit] java.io.IOException: ZK down
    [junit] 	at org.apache.zookeeper.server.NettyServerCnxn.receiveMessage(NettyServerCnxn.java:336)
    [junit] 	at org.apache.zookeeper.server.NettyServerCnxnFactory$CnxnChannelHandler.processMessage(NettyServerCnxnFactory.java:244)
    [junit] 	at org.apache.zookeeper.server.NettyServerCnxnFactory$CnxnChannelHandler.messageReceived(NettyServerCnxnFactory.java:166)
    [junit] 	at org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:88)
    [junit] 	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)
    [junit] 	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559)
    [junit] 	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268)
    [junit] 	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:108)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:89)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)
    [junit] 	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
    [junit] 	at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    [junit] 	at java.lang.Thread.run(Thread.java:745)
    [junit] 2017-01-07 12:04:53,361 [myid:127.0.0.1:30221] - INFO  [main-SendThread(127.0.0.1:30221):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x0, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] 2017-01-07 12:04:54,131 [myid:127.0.0.1:30197] - INFO  [main-SendThread(127.0.0.1:30197):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:30197. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-07 12:04:54,131 [myid:127.0.0.1:30197] - WARN  [main-SendThread(127.0.0.1:30197):ClientCnxn$SendThread@1235] - Session 0x2020c7f20400000 for server 127.0.0.1/127.0.0.1:30197, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] Running org.apache.zookeeper.test.NioNettySuiteTest in thread 8
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 8, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] Test org.apache.zookeeper.test.NioNettySuiteTest FAILED (timeout)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-jdk8/build.xml:1209: Tests failed!

Total time: 20 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
3 tests failed.
FAILED:  org.apache.zookeeper.test.NettyNettySuiteTest.testRemoveAddTwo

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.zookeeper.test.NioNettySuiteTest.testRemoveAddTwo

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.zookeeper.test.SSLTest.testSecureQuorumServer

Error Message:
waiting for server 0 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 0 being up
	at org.apache.zookeeper.test.SSLTest.testSecureQuorumServer(SSLTest.java:96)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)



ZooKeeper-trunk-jdk8 - Build # 900 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 485580 lines...]
    [junit] 2017-01-14 06:13:28,277 [myid:127.0.0.1:14161] - INFO  [main-SendThread(127.0.0.1:14161):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:14161. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-14 06:13:28,277 [myid:127.0.0.1:14161] - INFO  [main-SendThread(127.0.0.1:14161):ClientCnxn$SendThread@948] - Socket connection established, initiating session, client: /127.0.0.1:34410, server: 127.0.0.1/127.0.0.1:14161
    [junit] 2017-01-14 06:13:28,278 [myid:] - INFO  [New I/O worker #1829:ZooKeeperServer@1005] - Client attempting to renew session 0x101b2c6f0c20000 at /127.0.0.1:34410
    [junit] 2017-01-14 06:13:28,278 [myid:] - INFO  [New I/O worker #1829:ZooKeeperServer@714] - Established session 0x101b2c6f0c20000 with negotiated timeout 6000 for client /127.0.0.1:34410
    [junit] 2017-01-14 06:13:28,278 [myid:127.0.0.1:14161] - INFO  [main-SendThread(127.0.0.1:14161):ClientCnxn$SendThread@1381] - Session establishment complete on server 127.0.0.1/127.0.0.1:14161, sessionid = 0x101b2c6f0c20000, negotiated timeout = 6000
    [junit] 2017-01-14 06:13:28,282 [myid:] - INFO  [SyncThread:0:FileTxnLog@204] - Creating new log file: log.7
    [junit] 2017-01-14 06:13:28,303 [myid:127.0.0.1:14044] - INFO  [main-SendThread(127.0.0.1:14044):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:14044. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-14 06:13:28,303 [myid:127.0.0.1:14044] - WARN  [main-SendThread(127.0.0.1:14044):ClientCnxn$SendThread@1235] - Session 0x301b2c3fb600000 for server 127.0.0.1/127.0.0.1:14044, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-14 06:13:29,291 [myid:] - INFO  [ProcessThread(sid:0 cport:14161)::PrepRequestProcessor@618] - Processed session termination for sessionid: 0x101b2c6f0c20000
    [junit] 2017-01-14 06:13:29,292 [myid:] - INFO  [SyncThread:0:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port14161,name1=Connections,name2=127.0.0.1,name3=0x101b2c6f0c20000]
    [junit] 2017-01-14 06:13:29,292 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x101b2c6f0c20000
    [junit] 2017-01-14 06:13:29,293 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x101b2c6f0c20000 closed
    [junit] 2017-01-14 06:13:29,293 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 50606
    [junit] 2017-01-14 06:13:29,293 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 467
    [junit] 2017-01-14 06:13:29,293 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2017-01-14 06:13:29,293 [myid:] - INFO  [main:ClientBase@558] - tearDown starting
    [junit] 2017-01-14 06:13:29,293 [myid:] - INFO  [main:ClientBase@528] - STOPPING server
    [junit] 2017-01-14 06:13:29,293 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:14161
    [junit] 2017-01-14 06:13:29,295 [myid:] - INFO  [main:ZooKeeperServer@534] - shutting down
    [junit] 2017-01-14 06:13:29,295 [myid:] - ERROR [main:ZooKeeperServer@506] - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
    [junit] 2017-01-14 06:13:29,295 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-01-14 06:13:29,295 [myid:] - INFO  [main:PrepRequestProcessor@1009] - Shutting down
    [junit] 2017-01-14 06:13:29,296 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-01-14 06:13:29,296 [myid:] - INFO  [ProcessThread(sid:0 cport:14161)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-01-14 06:13:29,296 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-01-14 06:13:29,296 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-01-14 06:13:29,296 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port14161,name1=InMemoryDataTree]
    [junit] 2017-01-14 06:13:29,296 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port14161]
    [junit] 2017-01-14 06:13:29,296 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 14161
    [junit] 2017-01-14 06:13:29,297 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-01-14 06:13:29,300 [myid:] - INFO  [main:ClientBase@583] - fdcount after test is: 1370 at start it was 1382
    [junit] 2017-01-14 06:13:29,301 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-01-14 06:13:29,301 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 435.85 sec, Thread: 2, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2017-01-14 06:13:29,384 [myid:127.0.0.1:14041] - INFO  [main-SendThread(127.0.0.1:14041):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:14041. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-14 06:13:29,385 [myid:127.0.0.1:14041] - WARN  [main-SendThread(127.0.0.1:14041):ClientCnxn$SendThread@1235] - Session 0x201b2c3fb560000 for server 127.0.0.1/127.0.0.1:14041, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] Running org.apache.zookeeper.server.quorum.Zab1_0Test in thread 1
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 1, Class: org.apache.zookeeper.server.quorum.Zab1_0Test
    [junit] Test org.apache.zookeeper.server.quorum.Zab1_0Test FAILED (timeout)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-jdk8/build.xml:1211: Tests failed!

Total time: 16 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
2 tests failed.
FAILED:  org.apache.zookeeper.server.quorum.Zab1_0Test.testNormalObserverRun

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.zookeeper.server.quorum.ReconfigDuringLeaderSyncTest.testDuringLeaderSync

Error Message:
zoo.cfg.dynamic.next is not deleted.

Stack Trace:
junit.framework.AssertionFailedError: zoo.cfg.dynamic.next is not deleted.
	at org.apache.zookeeper.server.quorum.ReconfigDuringLeaderSyncTest.testDuringLeaderSync(ReconfigDuringLeaderSyncTest.java:165)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)



ZooKeeper-trunk-jdk8 - Build # 899 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 504643 lines...]
    [junit] 2017-01-13 12:00:01,693 [myid:127.0.0.1:16608] - INFO  [main-SendThread(127.0.0.1:16608):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:16608. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-13 12:00:01,694 [myid:127.0.0.1:16608] - WARN  [main-SendThread(127.0.0.1:16608):ClientCnxn$SendThread@1235] - Session 0x1049cf6067b0000 for server 127.0.0.1/127.0.0.1:16608, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-13 12:00:01,820 [myid:127.0.0.1:16734] - INFO  [main-SendThread(127.0.0.1:16734):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:16734. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-13 12:00:01,820 [myid:127.0.0.1:16734] - WARN  [main-SendThread(127.0.0.1:16734):ClientCnxn$SendThread@1235] - Session 0x2049cfbd0700000 for server 127.0.0.1/127.0.0.1:16734, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-13 12:01:59,794 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 133078
    [junit] 2017-01-13 12:01:59,794 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 55
    [junit] 2017-01-13 12:01:59,794 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testManyChildWatchersAutoReset
    [junit] 2017-01-13 12:01:59,795 [myid:] - INFO  [main:ClientBase@543] - tearDown starting
    [junit] 2017-01-13 12:01:59,796 [myid:] - INFO  [ProcessThread(sid:0 cport:11225)::PrepRequestProcessor@618] - Processed session termination for sessionid: 0x1049cf3e9720000
    [junit] 2017-01-13 12:01:59,811 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x1049cf3e9720000 closed
    [junit] 2017-01-13 12:01:59,811 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x1049cf3e9720000
    [junit] 2017-01-13 12:01:59,811 [myid:] - INFO  [NIOWorkerThread-30:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11225,name1=Connections,name2=127.0.0.1,name3=0x1049cf3e9720000]
    [junit] 2017-01-13 12:01:59,815 [myid:] - INFO  [NIOWorkerThread-30:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:33928 which had sessionid 0x1049cf3e9720000
    [junit] 2017-01-13 12:01:59,817 [myid:] - INFO  [ProcessThread(sid:0 cport:11225)::PrepRequestProcessor@618] - Processed session termination for sessionid: 0x1049cf3e9720001
    [junit] 2017-01-13 12:01:59,831 [myid:] - INFO  [NIOWorkerThread-28:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11225,name1=Connections,name2=127.0.0.1,name3=0x1049cf3e9720001]
    [junit] 2017-01-13 12:01:59,831 [myid:] - INFO  [NIOWorkerThread-28:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:33921 which had sessionid 0x1049cf3e9720001
    [junit] 2017-01-13 12:01:59,831 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x1049cf3e9720001 closed
    [junit] 2017-01-13 12:01:59,832 [myid:] - INFO  [main:ClientBase@513] - STOPPING server
    [junit] 2017-01-13 12:01:59,832 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x1049cf3e9720001
    [junit] 2017-01-13 12:01:59,838 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:0.0.0.0/0.0.0.0:11225:NIOServerCnxnFactory$AcceptThread@219] - accept thread exitted run method
    [junit] 2017-01-13 12:01:59,838 [myid:] - INFO  [ConnnectionExpirer:NIOServerCnxnFactory$ConnectionExpirerThread@583] - ConnnectionExpirerThread interrupted
    [junit] 2017-01-13 12:01:59,849 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-0:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2017-01-13 12:01:59,850 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-1:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2017-01-13 12:01:59,854 [myid:] - INFO  [main:ZooKeeperServer@534] - shutting down
    [junit] 2017-01-13 12:01:59,855 [myid:] - ERROR [main:ZooKeeperServer@506] - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
    [junit] 2017-01-13 12:01:59,855 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-01-13 12:01:59,855 [myid:] - INFO  [main:PrepRequestProcessor@1009] - Shutting down
    [junit] 2017-01-13 12:01:59,855 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-01-13 12:01:59,855 [myid:] - INFO  [ProcessThread(sid:0 cport:11225)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-01-13 12:01:59,855 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-01-13 12:01:59,855 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-01-13 12:01:59,856 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11225,name1=InMemoryDataTree]
    [junit] 2017-01-13 12:01:59,857 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11225]
    [junit] 2017-01-13 12:01:59,859 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 11225
    [junit] 2017-01-13 12:01:59,860 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-01-13 12:01:59,916 [myid:] - INFO  [main:ClientBase@568] - fdcount after test is: 53 at start it was 57
    [junit] 2017-01-13 12:01:59,916 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testManyChildWatchersAutoReset
    [junit] 2017-01-13 12:01:59,917 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testManyChildWatchersAutoReset
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 891.077 sec, Thread: 1, Class: org.apache.zookeeper.test.DisconnectedWatcherTest

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-jdk8/build.xml:1211: Tests failed!

Total time: 18 minutes 55 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
5 tests failed.
FAILED:  org.apache.zookeeper.server.quorum.ReconfigDuringLeaderSyncTest.testDuringLeaderSync

Error Message:
zoo.cfg.dynamic.next is not deleted.

Stack Trace:
junit.framework.AssertionFailedError: zoo.cfg.dynamic.next is not deleted.
	at org.apache.zookeeper.server.quorum.ReconfigDuringLeaderSyncTest.testDuringLeaderSync(ReconfigDuringLeaderSyncTest.java:165)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)


FAILED:  org.apache.zookeeper.server.quorum.ReconfigFailureCasesTest.testLeaderTimesoutOnNewQuorum

Error Message:
expected:<[leaderelection]> but was:<[following]>

Stack Trace:
junit.framework.AssertionFailedError: expected:<[leaderelection]> but was:<[following]>
	at org.apache.zookeeper.server.quorum.ReconfigFailureCasesTest.testLeaderTimesoutOnNewQuorum(ReconfigFailureCasesTest.java:197)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)


FAILED:  org.apache.zookeeper.server.quorum.ReconfigRecoveryTest.testCurrentServersAreObserversInNextConfig

Error Message:
waiting for server 3 being up

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


FAILED:  org.apache.zookeeper.test.WatcherTest.testWatchAutoResetWithPending

Error Message:
For 61 expected:<1> but was:<0>

Stack Trace:
junit.framework.AssertionFailedError: For 61 expected:<1> but was:<0>
	at org.apache.zookeeper.test.WatcherTest.testWatchAutoResetWithPending(WatcherTest.java:215)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)


FAILED:  org.apache.zookeeper.test.SSLTest.testSecureQuorumServer

Error Message:
waiting for server 0 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 0 being up
	at org.apache.zookeeper.test.SSLTest.testSecureQuorumServer(SSLTest.java:96)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)



ZooKeeper-trunk-jdk8 - Build # 898 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 462863 lines...]
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-12 12:08:34,499 [myid:127.0.0.1:16656] - INFO  [main-SendThread(127.0.0.1:16656):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:16656. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-12 12:08:34,499 [myid:127.0.0.1:16656] - WARN  [main-SendThread(127.0.0.1:16656):ClientCnxn$SendThread@1235] - Session 0x102263f597a0000 for server 127.0.0.1/127.0.0.1:16656, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-12 12:08:35,018 [myid:127.0.0.1:16659] - INFO  [main-SendThread(127.0.0.1:16659):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:16659. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-12 12:08:35,018 [myid:127.0.0.1:16659] - WARN  [main-SendThread(127.0.0.1:16659):ClientCnxn$SendThread@1235] - Session 0x202263f56360000 for server 127.0.0.1/127.0.0.1:16659, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-12 12:08:35,527 [myid:127.0.0.1:16662] - INFO  [main-SendThread(127.0.0.1:16662):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:16662. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-12 12:08:35,528 [myid:127.0.0.1:16662] - WARN  [main-SendThread(127.0.0.1:16662):ClientCnxn$SendThread@1235] - Session 0x302263f56e60000 for server 127.0.0.1/127.0.0.1:16662, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-12 12:08:35,871 [myid:127.0.0.1:16656] - INFO  [main-SendThread(127.0.0.1:16656):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:16656. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-12 12:08:35,871 [myid:127.0.0.1:16656] - WARN  [main-SendThread(127.0.0.1:16656):ClientCnxn$SendThread@1235] - Session 0x102263f597a0000 for server 127.0.0.1/127.0.0.1:16656, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-12 12:08:36,169 [myid:127.0.0.1:16659] - INFO  [main-SendThread(127.0.0.1:16659):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:16659. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-12 12:08:36,169 [myid:127.0.0.1:16659] - WARN  [main-SendThread(127.0.0.1:16659):ClientCnxn$SendThread@1235] - Session 0x202263f56360000 for server 127.0.0.1/127.0.0.1:16659, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-12 12:08:37,132 [myid:127.0.0.1:16662] - INFO  [main-SendThread(127.0.0.1:16662):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:16662. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-12 12:08:37,133 [myid:127.0.0.1:16662] - WARN  [main-SendThread(127.0.0.1:16662):ClientCnxn$SendThread@1235] - Session 0x302263f56e60000 for server 127.0.0.1/127.0.0.1:16662, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] Running org.apache.zookeeper.test.ReconfigTest in thread 3
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 3, Class: org.apache.zookeeper.test.ReconfigTest
    [junit] Test org.apache.zookeeper.test.ReconfigTest FAILED (timeout)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-jdk8/build.xml:1211: Tests failed!

Total time: 24 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
2 tests failed.
FAILED:  org.apache.zookeeper.test.ReconfigTest.testRoleChange

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.zookeeper.test.SSLTest.testSecureQuorumServer

Error Message:
waiting for server 0 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 0 being up
	at org.apache.zookeeper.test.SSLTest.testSecureQuorumServer(SSLTest.java:96)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)



ZooKeeper-trunk-jdk8 - Build # 897 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 464034 lines...]
    [junit] 2017-01-11 12:00:29,266 [myid:127.0.0.1:14044] - INFO  [main-SendThread(127.0.0.1:14044):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:14044. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-11 12:00:29,266 [myid:127.0.0.1:14044] - WARN  [main-SendThread(127.0.0.1:14044):ClientCnxn$SendThread@1235] - Session 0x30221193cce0000 for server 127.0.0.1/127.0.0.1:14044, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-11 12:00:29,294 [myid:127.0.0.1:13915] - INFO  [main-SendThread(127.0.0.1:13915):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:13915. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-11 12:00:29,294 [myid:127.0.0.1:13915] - WARN  [main-SendThread(127.0.0.1:13915):ClientCnxn$SendThread@1235] - Session 0x1022113d4920000 for server 127.0.0.1/127.0.0.1:13915, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-11 12:01:49,665 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 133351
    [junit] 2017-01-11 12:01:49,666 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 55
    [junit] 2017-01-11 12:01:49,666 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testManyChildWatchersAutoReset
    [junit] 2017-01-11 12:01:49,666 [myid:] - INFO  [main:ClientBase@543] - tearDown starting
    [junit] 2017-01-11 12:01:49,667 [myid:] - INFO  [ProcessThread(sid:0 cport:16611)::PrepRequestProcessor@618] - Processed session termination for sessionid: 0x1022111c7670000
    [junit] 2017-01-11 12:01:49,717 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x1022111c7670000 closed
    [junit] 2017-01-11 12:01:49,718 [myid:] - INFO  [NIOWorkerThread-3:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port16611,name1=Connections,name2=127.0.0.1,name3=0x1022111c7670000]
    [junit] 2017-01-11 12:01:49,718 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x1022111c7670000
    [junit] 2017-01-11 12:01:49,718 [myid:] - INFO  [ProcessThread(sid:0 cport:16611)::PrepRequestProcessor@618] - Processed session termination for sessionid: 0x1022111c7670001
    [junit] 2017-01-11 12:01:49,719 [myid:] - INFO  [NIOWorkerThread-3:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:52682 which had sessionid 0x1022111c7670000
    [junit] 2017-01-11 12:01:49,750 [myid:] - INFO  [NIOWorkerThread-8:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port16611,name1=Connections,name2=127.0.0.1,name3=0x1022111c7670001]
    [junit] 2017-01-11 12:01:49,750 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x1022111c7670001 closed
    [junit] 2017-01-11 12:01:49,750 [myid:] - INFO  [NIOWorkerThread-8:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:52689 which had sessionid 0x1022111c7670001
    [junit] 2017-01-11 12:01:49,751 [myid:] - INFO  [main:ClientBase@513] - STOPPING server
    [junit] 2017-01-11 12:01:49,751 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x1022111c7670001
    [junit] 2017-01-11 12:01:49,752 [myid:] - INFO  [ConnnectionExpirer:NIOServerCnxnFactory$ConnectionExpirerThread@583] - ConnnectionExpirerThread interrupted
    [junit] 2017-01-11 12:01:49,755 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:0.0.0.0/0.0.0.0:16611:NIOServerCnxnFactory$AcceptThread@219] - accept thread exitted run method
    [junit] 2017-01-11 12:01:49,756 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-1:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2017-01-11 12:01:49,757 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-0:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2017-01-11 12:01:49,757 [myid:] - INFO  [main:ZooKeeperServer@534] - shutting down
    [junit] 2017-01-11 12:01:49,757 [myid:] - ERROR [main:ZooKeeperServer@506] - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
    [junit] 2017-01-11 12:01:49,758 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-01-11 12:01:49,758 [myid:] - INFO  [main:PrepRequestProcessor@1009] - Shutting down
    [junit] 2017-01-11 12:01:49,758 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-01-11 12:01:49,758 [myid:] - INFO  [ProcessThread(sid:0 cport:16611)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-01-11 12:01:49,758 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-01-11 12:01:49,758 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-01-11 12:01:49,759 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port16611,name1=InMemoryDataTree]
    [junit] 2017-01-11 12:01:49,759 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port16611]
    [junit] 2017-01-11 12:01:49,762 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 16611
    [junit] 2017-01-11 12:01:49,763 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-01-11 12:01:49,775 [myid:] - INFO  [main:ClientBase@568] - fdcount after test is: 57 at start it was 57
    [junit] 2017-01-11 12:01:49,776 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testManyChildWatchersAutoReset
    [junit] 2017-01-11 12:01:49,776 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testManyChildWatchersAutoReset
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 820.035 sec, Thread: 3, Class: org.apache.zookeeper.test.DisconnectedWatcherTest

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-jdk8/build.xml:1211: Tests failed!

Total time: 17 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
2 tests failed.
FAILED:  org.apache.zookeeper.test.FLETest.testDoubleElection

Error Message:
Leader hasn't joined: -1

Stack Trace:
junit.framework.AssertionFailedError: Leader hasn't joined: -1
	at org.apache.zookeeper.test.FLETest.runElection(FLETest.java:368)
	at org.apache.zookeeper.test.FLETest.testDoubleElection(FLETest.java:277)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)


FAILED:  org.apache.zookeeper.test.WatcherTest.testWatchAutoResetWithPending

Error Message:
For 63 expected:<1> but was:<0>

Stack Trace:
junit.framework.AssertionFailedError: For 63 expected:<1> but was:<0>
	at org.apache.zookeeper.test.WatcherTest.testWatchAutoResetWithPending(WatcherTest.java:215)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)



ZooKeeper-trunk-jdk8 - Build # 896 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 449794 lines...]
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 566.81 sec, Thread: 1, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2017-01-11 07:34:16,681 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:11222. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-11 07:34:16,681 [myid:127.0.0.1:11222] - WARN  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1235] - Session 0x102202091240000 for server 127.0.0.1/127.0.0.1:11222, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-11 07:35:49,356 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 131604
    [junit] 2017-01-11 07:35:49,356 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 55
    [junit] 2017-01-11 07:35:49,357 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testManyChildWatchersAutoReset
    [junit] 2017-01-11 07:35:49,357 [myid:] - INFO  [main:ClientBase@543] - tearDown starting
    [junit] 2017-01-11 07:35:49,358 [myid:] - INFO  [ProcessThread(sid:0 cport:13918)::PrepRequestProcessor@618] - Processed session termination for sessionid: 0x102201f10840000
    [junit] 2017-01-11 07:35:49,365 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x102201f10840000 closed
    [junit] 2017-01-11 07:35:49,366 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x102201f10840000
    [junit] 2017-01-11 07:35:49,366 [myid:] - INFO  [NIOWorkerThread-32:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port13918,name1=Connections,name2=127.0.0.1,name3=0x102201f10840000]
    [junit] 2017-01-11 07:35:49,366 [myid:] - INFO  [ProcessThread(sid:0 cport:13918)::PrepRequestProcessor@618] - Processed session termination for sessionid: 0x102201f10840001
    [junit] 2017-01-11 07:35:49,367 [myid:] - INFO  [NIOWorkerThread-32:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:35314 which had sessionid 0x102201f10840000
    [junit] 2017-01-11 07:35:49,381 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x102201f10840001 closed
    [junit] 2017-01-11 07:35:49,381 [myid:] - INFO  [NIOWorkerThread-1:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port13918,name1=Connections,name2=127.0.0.1,name3=0x102201f10840001]
    [junit] 2017-01-11 07:35:49,381 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x102201f10840001
    [junit] 2017-01-11 07:35:49,381 [myid:] - INFO  [main:ClientBase@513] - STOPPING server
    [junit] 2017-01-11 07:35:49,382 [myid:] - INFO  [NIOWorkerThread-1:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:35311 which had sessionid 0x102201f10840001
    [junit] 2017-01-11 07:35:49,383 [myid:] - INFO  [ConnnectionExpirer:NIOServerCnxnFactory$ConnectionExpirerThread@583] - ConnnectionExpirerThread interrupted
    [junit] 2017-01-11 07:35:49,385 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:0.0.0.0/0.0.0.0:13918:NIOServerCnxnFactory$AcceptThread@219] - accept thread exitted run method
    [junit] 2017-01-11 07:35:49,390 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-1:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2017-01-11 07:35:49,390 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-0:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2017-01-11 07:35:49,391 [myid:] - INFO  [main:ZooKeeperServer@534] - shutting down
    [junit] 2017-01-11 07:35:49,392 [myid:] - ERROR [main:ZooKeeperServer@506] - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
    [junit] 2017-01-11 07:35:49,392 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-01-11 07:35:49,392 [myid:] - INFO  [main:PrepRequestProcessor@1009] - Shutting down
    [junit] 2017-01-11 07:35:49,392 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-01-11 07:35:49,392 [myid:] - INFO  [ProcessThread(sid:0 cport:13918)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-01-11 07:35:49,392 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-01-11 07:35:49,393 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-01-11 07:35:49,393 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port13918,name1=InMemoryDataTree]
    [junit] 2017-01-11 07:35:49,394 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port13918]
    [junit] 2017-01-11 07:35:49,395 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 13918
    [junit] 2017-01-11 07:35:49,396 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-01-11 07:35:49,480 [myid:] - INFO  [main:ClientBase@568] - fdcount after test is: 53 at start it was 57
    [junit] 2017-01-11 07:35:49,480 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testManyChildWatchersAutoReset
    [junit] 2017-01-11 07:35:49,480 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testManyChildWatchersAutoReset
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 765.614 sec, Thread: 2, Class: org.apache.zookeeper.test.DisconnectedWatcherTest
    [junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest in thread 3
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 3, Class: org.apache.zookeeper.test.ZkDatabaseCorruptionTest
    [junit] Test org.apache.zookeeper.test.ZkDatabaseCorruptionTest FAILED (timeout)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-jdk8/build.xml:1211: Tests failed!

Total time: 25 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
1 tests failed.
FAILED:  org.apache.zookeeper.test.ZkDatabaseCorruptionTest.testCorruption

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at java.lang.Thread.run(Thread.java:745)



ZooKeeper-trunk-jdk8 - Build # 895 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 465056 lines...]
    [junit] java.net.ConnectException: Connection refused
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 587.164 sec, Thread: 7, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2017-01-10 12:00:09,839 [myid:127.0.0.1:27509] - INFO  [main-SendThread(127.0.0.1:27509):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:27509. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-10 12:00:09,840 [myid:127.0.0.1:27509] - WARN  [main-SendThread(127.0.0.1:27509):ClientCnxn$SendThread@1235] - Session 0x3021bf2a8190000 for server 127.0.0.1/127.0.0.1:27509, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-10 12:00:32,019 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 127885
    [junit] 2017-01-10 12:00:32,020 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 55
    [junit] 2017-01-10 12:00:32,020 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testManyChildWatchersAutoReset
    [junit] 2017-01-10 12:00:32,021 [myid:] - INFO  [main:ClientBase@543] - tearDown starting
    [junit] 2017-01-10 12:00:32,022 [myid:] - INFO  [ProcessThread(sid:0 cport:24690)::PrepRequestProcessor@618] - Processed session termination for sessionid: 0x1021beb9fe90000
    [junit] 2017-01-10 12:00:32,028 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x1021beb9fe90000 closed
    [junit] 2017-01-10 12:00:32,028 [myid:] - INFO  [NIOWorkerThread-15:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port24690,name1=Connections,name2=127.0.0.1,name3=0x1021beb9fe90000]
    [junit] 2017-01-10 12:00:32,028 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x1021beb9fe90000
    [junit] 2017-01-10 12:00:32,029 [myid:] - INFO  [ProcessThread(sid:0 cport:24690)::PrepRequestProcessor@618] - Processed session termination for sessionid: 0x1021beb9fe90001
    [junit] 2017-01-10 12:00:32,030 [myid:] - INFO  [NIOWorkerThread-15:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:40873 which had sessionid 0x1021beb9fe90000
    [junit] 2017-01-10 12:00:32,053 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x1021beb9fe90001 closed
    [junit] 2017-01-10 12:00:32,053 [myid:] - INFO  [main:ClientBase@513] - STOPPING server
    [junit] 2017-01-10 12:00:32,053 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x1021beb9fe90001
    [junit] 2017-01-10 12:00:32,053 [myid:] - INFO  [NIOWorkerThread-13:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port24690,name1=Connections,name2=127.0.0.1,name3=0x1021beb9fe90001]
    [junit] 2017-01-10 12:00:32,054 [myid:] - INFO  [ConnnectionExpirer:NIOServerCnxnFactory$ConnectionExpirerThread@583] - ConnnectionExpirerThread interrupted
    [junit] 2017-01-10 12:00:32,056 [myid:] - INFO  [NIOWorkerThread-13:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:40893 which had sessionid 0x1021beb9fe90001
    [junit] 2017-01-10 12:00:32,057 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-0:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2017-01-10 12:00:32,058 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:0.0.0.0/0.0.0.0:24690:NIOServerCnxnFactory$AcceptThread@219] - accept thread exitted run method
    [junit] 2017-01-10 12:00:32,058 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-1:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2017-01-10 12:00:32,060 [myid:] - INFO  [main:ZooKeeperServer@534] - shutting down
    [junit] 2017-01-10 12:00:32,060 [myid:] - ERROR [main:ZooKeeperServer@506] - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
    [junit] 2017-01-10 12:00:32,060 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-01-10 12:00:32,060 [myid:] - INFO  [main:PrepRequestProcessor@1009] - Shutting down
    [junit] 2017-01-10 12:00:32,061 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-01-10 12:00:32,061 [myid:] - INFO  [ProcessThread(sid:0 cport:24690)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-01-10 12:00:32,061 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-01-10 12:00:32,061 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-01-10 12:00:32,062 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port24690,name1=InMemoryDataTree]
    [junit] 2017-01-10 12:00:32,062 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port24690]
    [junit] 2017-01-10 12:00:32,063 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 24690
    [junit] 2017-01-10 12:00:32,063 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-01-10 12:00:32,070 [myid:] - INFO  [main:ClientBase@568] - fdcount after test is: 57 at start it was 57
    [junit] 2017-01-10 12:00:32,070 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testManyChildWatchersAutoReset
    [junit] 2017-01-10 12:00:32,070 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testManyChildWatchersAutoReset
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 728.889 sec, Thread: 6, Class: org.apache.zookeeper.test.DisconnectedWatcherTest
    [junit] 2017-01-10 12:00:32,143 [myid:] - INFO  [SessionTracker:SessionTrackerImpl@158] - SessionTrackerImpl exited loop!

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-jdk8/build.xml:1209: Tests failed!

Total time: 16 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
2 tests failed.
FAILED:  org.apache.zookeeper.test.SSLTest.testSecureQuorumServer

Error Message:
waiting for server 0 being up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server 0 being up
	at org.apache.zookeeper.test.SSLTest.testSecureQuorumServer(SSLTest.java:96)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)


FAILED:  org.apache.zookeeper.server.quorum.ReconfigFailureCasesTest.testLeaderTimesoutOnNewQuorum

Error Message:
Should have been ConnectionLossException!

Stack Trace:
junit.framework.AssertionFailedError: Should have been ConnectionLossException!
	at org.apache.zookeeper.server.quorum.ReconfigFailureCasesTest.testLeaderTimesoutOnNewQuorum(ReconfigFailureCasesTest.java:190)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)



ZooKeeper-trunk-jdk8 - Build # 894 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 452507 lines...]
    [junit] 2017-01-10 00:22:55,765 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x102196a73d90000, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] 2017-01-10 00:22:55,777 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:11222. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-10 00:22:55,777 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@948] - Socket connection established, initiating session, client: /127.0.0.1:58127, server: 127.0.0.1/127.0.0.1:11222
    [junit] 2017-01-10 00:22:55,777 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:/127.0.0.1:11222:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:58127
    [junit] 2017-01-10 00:22:55,777 [myid:] - WARN  [NIOWorkerThread-8:NIOServerCnxn@369] - Exception causing close of session 0x0: ZooKeeperServer not running
    [junit] 2017-01-10 00:22:55,778 [myid:] - INFO  [NIOWorkerThread-8:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:58127 (no session established for client)
    [junit] 2017-01-10 00:22:55,778 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x102196a73d90001, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] 2017-01-10 00:22:57,361 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:11222. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-10 00:22:57,361 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@948] - Socket connection established, initiating session, client: /127.0.0.1:58181, server: 127.0.0.1/127.0.0.1:11222
    [junit] 2017-01-10 00:22:57,362 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:/127.0.0.1:11222:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:58181
    [junit] 2017-01-10 00:22:57,362 [myid:] - WARN  [NIOWorkerThread-9:NIOServerCnxn@369] - Exception causing close of session 0x0: ZooKeeperServer not running
    [junit] 2017-01-10 00:22:57,362 [myid:] - INFO  [NIOWorkerThread-9:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:58181 (no session established for client)
    [junit] 2017-01-10 00:22:57,362 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x102196a73d90000, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] 2017-01-10 00:22:57,601 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:11222. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-10 00:22:57,602 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@948] - Socket connection established, initiating session, client: /127.0.0.1:58190, server: 127.0.0.1/127.0.0.1:11222
    [junit] 2017-01-10 00:22:57,602 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:/127.0.0.1:11222:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:58190
    [junit] 2017-01-10 00:22:57,602 [myid:] - WARN  [NIOWorkerThread-10:NIOServerCnxn@369] - Exception causing close of session 0x0: ZooKeeperServer not running
    [junit] 2017-01-10 00:22:57,602 [myid:] - INFO  [NIOWorkerThread-10:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:58190 (no session established for client)
    [junit] 2017-01-10 00:22:57,602 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x102196a73d90001, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] 2017-01-10 00:22:59,286 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:11222. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-10 00:22:59,286 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@948] - Socket connection established, initiating session, client: /127.0.0.1:58240, server: 127.0.0.1/127.0.0.1:11222
    [junit] 2017-01-10 00:22:59,286 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:/127.0.0.1:11222:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:58240
    [junit] 2017-01-10 00:22:59,287 [myid:] - WARN  [NIOWorkerThread-11:NIOServerCnxn@369] - Exception causing close of session 0x0: ZooKeeperServer not running
    [junit] 2017-01-10 00:22:59,287 [myid:] - INFO  [NIOWorkerThread-11:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:58240 (no session established for client)
    [junit] 2017-01-10 00:22:59,287 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x102196a73d90000, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] 2017-01-10 00:22:59,395 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:11222. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-10 00:22:59,395 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@948] - Socket connection established, initiating session, client: /127.0.0.1:58245, server: 127.0.0.1/127.0.0.1:11222
    [junit] 2017-01-10 00:22:59,395 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:/127.0.0.1:11222:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:58245
    [junit] 2017-01-10 00:22:59,395 [myid:] - WARN  [NIOWorkerThread-12:NIOServerCnxn@369] - Exception causing close of session 0x0: ZooKeeperServer not running
    [junit] 2017-01-10 00:22:59,396 [myid:] - INFO  [NIOWorkerThread-12:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:58245 (no session established for client)
    [junit] 2017-01-10 00:22:59,396 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x102196a73d90001, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] 2017-01-10 00:23:00,950 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:11222. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-10 00:23:00,950 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@948] - Socket connection established, initiating session, client: /127.0.0.1:58291, server: 127.0.0.1/127.0.0.1:11222
    [junit] 2017-01-10 00:23:00,950 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:/127.0.0.1:11222:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:58291
    [junit] 2017-01-10 00:23:00,950 [myid:] - WARN  [NIOWorkerThread-13:NIOServerCnxn@369] - Exception causing close of session 0x0: ZooKeeperServer not running
    [junit] 2017-01-10 00:23:00,950 [myid:] - INFO  [NIOWorkerThread-13:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:58291 (no session established for client)
    [junit] 2017-01-10 00:23:00,951 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x102196a73d90000, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] 2017-01-10 00:23:01,297 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:11222. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-10 00:23:01,298 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@948] - Socket connection established, initiating session, client: /127.0.0.1:58307, server: 127.0.0.1/127.0.0.1:11222
    [junit] 2017-01-10 00:23:01,298 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:/127.0.0.1:11222:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:58307
    [junit] 2017-01-10 00:23:01,298 [myid:] - WARN  [NIOWorkerThread-14:NIOServerCnxn@369] - Exception causing close of session 0x0: ZooKeeperServer not running
    [junit] 2017-01-10 00:23:01,298 [myid:] - INFO  [NIOWorkerThread-14:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:58307 (no session established for client)
    [junit] 2017-01-10 00:23:01,298 [myid:127.0.0.1:11222] - INFO  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x102196a73d90001, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] Running org.apache.zookeeper.test.ReconfigTest in thread 1
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 1, Class: org.apache.zookeeper.test.ReconfigTest
    [junit] Test org.apache.zookeeper.test.ReconfigTest FAILED (timeout)
    [junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest in thread 5
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 5, Class: org.apache.zookeeper.test.ZkDatabaseCorruptionTest
    [junit] Test org.apache.zookeeper.test.ZkDatabaseCorruptionTest FAILED (timeout)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-jdk8/build.xml:1209: Tests failed!

Total time: 27 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
6 tests failed.
FAILED:  org.apache.zookeeper.server.PurgeTxnTest.testPurgeTxnLogWithDataDir

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit.
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.zookeeper.test.NioNettySuiteTest.testRemoveAddTwo

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.zookeeper.test.ReconfigTest.testQuorumSystemChange

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.zookeeper.test.ZkDatabaseCorruptionTest.testCorruption

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.zookeeper.test.DisconnectedWatcherTest.testManyChildWatchersAutoReset

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.zookeeper.server.quorum.ReconfigFailureCasesTest.testLeaderTimesoutOnNewQuorum

Error Message:
expected:<[leaderelection]> but was:<[following]>

Stack Trace:
junit.framework.AssertionFailedError: expected:<[leaderelection]> but was:<[following]>
	at org.apache.zookeeper.server.quorum.ReconfigFailureCasesTest.testLeaderTimesoutOnNewQuorum(ReconfigFailureCasesTest.java:197)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)



ZooKeeper-trunk-jdk8 - Build # 893 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 556657 lines...]
    [junit] 2017-01-09 12:08:30,323 [myid:] - WARN  [NIOWorkerThread-22:NIOServerCnxn@369] - Exception causing close of session 0x0: ZooKeeperServer not running
    [junit] 2017-01-09 12:08:30,323 [myid:] - INFO  [NIOWorkerThread-22:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:59257 (no session established for client)
    [junit] 2017-01-09 12:08:30,323 [myid:127.0.0.1:24765] - INFO  [main-SendThread(127.0.0.1:24765):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x0, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] 2017-01-09 12:08:30,346 [myid:127.0.0.1:24753] - INFO  [main-SendThread(127.0.0.1:24753):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:24753. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-09 12:08:30,347 [myid:127.0.0.1:24753] - INFO  [main-SendThread(127.0.0.1:24753):ClientCnxn$SendThread@948] - Socket connection established, initiating session, client: /127.0.0.1:43626, server: 127.0.0.1/127.0.0.1:24753
    [junit] 2017-01-09 12:08:30,347 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:/127.0.0.1:24753:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:43626
    [junit] 2017-01-09 12:08:30,347 [myid:] - WARN  [NIOWorkerThread-6:NIOServerCnxn@369] - Exception causing close of session 0x0: ZooKeeperServer not running
    [junit] 2017-01-09 12:08:30,347 [myid:] - INFO  [NIOWorkerThread-6:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:43626 (no session established for client)
    [junit] 2017-01-09 12:08:30,347 [myid:127.0.0.1:24753] - INFO  [main-SendThread(127.0.0.1:24753):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x10216cc30560001, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] 2017-01-09 12:08:30,441 [myid:127.0.0.1:24738] - INFO  [main-SendThread(127.0.0.1:24738):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:24738. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-09 12:08:30,441 [myid:127.0.0.1:24738] - WARN  [main-SendThread(127.0.0.1:24738):ClientCnxn$SendThread@1235] - Session 0x20216cbfcc50000 for server 127.0.0.1/127.0.0.1:24738, 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:717)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-01-09 12:08:30,446 [myid:127.0.0.1:24756] - INFO  [main-SendThread(127.0.0.1:24756):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:24756. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-01-09 12:08:30,446 [myid:127.0.0.1:24756] - INFO  [main-SendThread(127.0.0.1:24756):ClientCnxn$SendThread@948] - Socket connection established, initiating session, client: /127.0.0.1:52428, server: 127.0.0.1/127.0.0.1:24756
    [junit] 2017-01-09 12:08:30,446 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:/127.0.0.1:24756:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:52428
    [junit] 2017-01-09 12:08:30,447 [myid:] - WARN  [NIOWorkerThread-28:NIOServerCnxn@369] - Exception causing close of session 0x0: ZooKeeperServer not running
    [junit] 2017-01-09 12:08:30,447 [myid:] - INFO  [NIOWorkerThread-28:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:52428 (no session established for client)
    [junit] 2017-01-09 12:08:30,447 [myid:127.0.0.1:24756] - INFO  [main-SendThread(127.0.0.1:24756):ClientCnxn$SendThread@1231] - Unable to read additional data from server sessionid 0x20216cc2fc80000, likely server has closed socket, closing socket connection and attempting reconnect
    [junit] 2017-01-09 12:08:30,502 [myid:] - WARN  [QuorumPeer[myid=2](plain=/127.0.0.1:24756)(secure=disabled):Learner@273] - Unexpected exception, tries=3, remaining init limit=2999, connecting to /127.0.0.1:24760
    [junit] java.net.ConnectException: Connection refused
    [junit] 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit] 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
    [junit] 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
    [junit] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
    [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    [junit] 	at java.net.Socket.connect(Socket.java:589)
    [junit] 	at org.apache.zookeeper.server.quorum.Learner.sockConnect(Learner.java:227)
    [junit] 	at org.apache.zookeeper.server.quorum.Learner.connectToLeader(Learner.java:256)
    [junit] 	at org.apache.zookeeper.server.quorum.Follower.followLeader(Follower.java:76)
    [junit] 	at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:1117)
    [junit] 2017-01-09 12:08:30,606 [myid:] - WARN  [QuorumPeer[myid=5](plain=/127.0.0.1:24765)(secure=disabled):Learner@273] - Unexpected exception, tries=2, remaining init limit=3999, connecting to /127.0.0.1:24760
    [junit] java.net.ConnectException: Connection refused
    [junit] 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit] 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
    [junit] 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
    [junit] 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
    [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    [junit] 	at java.net.Socket.connect(Socket.java:589)
    [junit] 	at org.apache.zookeeper.server.quorum.Learner.sockConnect(Learner.java:227)
    [junit] 	at org.apache.zookeeper.server.quorum.Learner.connectToLeader(Learner.java:256)
    [junit] 	at org.apache.zookeeper.server.quorum.Follower.followLeader(Follower.java:76)
    [junit] 	at org.apache.zookeeper.server.quorum.QuorumPeer.run(QuorumPeer.java:1117)
    [junit] Running org.apache.zookeeper.test.ReconfigTest in thread 6
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 6, Class: org.apache.zookeeper.test.ReconfigTest
    [junit] Test org.apache.zookeeper.test.ReconfigTest FAILED (timeout)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-jdk8/build.xml:1209: Tests failed!

Total time: 24 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
4 tests failed.
FAILED:  org.apache.zookeeper.server.PurgeTxnTest.testPurgeWhenLogRollingInProgress

Error Message:
ZkClient ops is not finished!

Stack Trace:
junit.framework.AssertionFailedError: ZkClient ops is not finished!
	at org.apache.zookeeper.server.PurgeTxnTest.manyClientOps(PurgeTxnTest.java:445)
	at org.apache.zookeeper.server.PurgeTxnTest.testPurgeWhenLogRollingInProgress(PurgeTxnTest.java:148)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)


FAILED:  org.apache.zookeeper.test.DisconnectedWatcherTest.testManyChildWatchersAutoReset

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.zookeeper.test.ReconfigTest.testRemoveAddTwo

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.zookeeper.server.quorum.ReconfigFailureCasesTest.testLeaderTimesoutOnNewQuorum

Error Message:
expected:<[leaderelection]> but was:<[following]>

Stack Trace:
junit.framework.AssertionFailedError: expected:<[leaderelection]> but was:<[following]>
	at org.apache.zookeeper.server.quorum.ReconfigFailureCasesTest.testLeaderTimesoutOnNewQuorum(ReconfigFailureCasesTest.java:199)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)



ZooKeeper-trunk-jdk8 - Build # 892 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 463470 lines...]
    [junit] 2017-01-08 12:01:03,614 [myid:] - INFO  [ProcessThread(sid:0 cport:30317)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-01-08 12:01:03,614 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-01-08 12:01:03,614 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-01-08 12:01:03,615 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port30317,name1=InMemoryDataTree]
    [junit] 2017-01-08 12:01:03,615 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port30317]
    [junit] 2017-01-08 12:01:03,615 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 30317
    [junit] 2017-01-08 12:01:03,615 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-01-08 12:01:03,619 [myid:] - INFO  [main:ClientBase@568] - fdcount after test is: 4827 at start it was 4827
    [junit] 2017-01-08 12:01:03,619 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-01-08 12:01:03,619 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 599.469 sec, Thread: 8, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] Running org.apache.zookeeper.server.quorum.Zab1_0Test in thread 7
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 7, Class: org.apache.zookeeper.server.quorum.Zab1_0Test
    [junit] Test org.apache.zookeeper.server.quorum.Zab1_0Test FAILED (timeout)
    [junit] 2017-01-08 12:02:54,933 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 134587
    [junit] 2017-01-08 12:02:54,933 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 55
    [junit] 2017-01-08 12:02:54,933 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testManyChildWatchersAutoReset
    [junit] 2017-01-08 12:02:54,934 [myid:] - INFO  [main:ClientBase@543] - tearDown starting
    [junit] 2017-01-08 12:02:54,935 [myid:] - INFO  [ProcessThread(sid:0 cport:11225)::PrepRequestProcessor@618] - Processed session termination for sessionid: 0x102119f030f0000
    [junit] 2017-01-08 12:02:54,983 [myid:] - INFO  [NIOWorkerThread-14:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11225,name1=Connections,name2=127.0.0.1,name3=0x102119f030f0000]
    [junit] 2017-01-08 12:02:54,983 [myid:] - INFO  [main:ZooKeeper@1313] - Session: 0x102119f030f0000 closed
    [junit] 2017-01-08 12:02:54,983 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x102119f030f0000
    [junit] 2017-01-08 12:02:54,983 [myid:] - INFO  [NIOWorkerThread-14:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:53257 which had sessionid 0x102119f030f0000
    [junit] 2017-01-08 12:02:54,984 [myid:] - INFO  [ProcessThread(sid:0 cport:11225)::PrepRequestProcessor@618] - Processed session termination for sessionid: 0x102119f030f0001
    [junit] 2017-01-08 12:02:55,025 [myid:] - INFO  [main:ZooKeeper@1313] - Session: 0x102119f030f0001 closed
    [junit] 2017-01-08 12:02:55,025 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x102119f030f0001
    [junit] 2017-01-08 12:02:55,025 [myid:] - INFO  [main:ClientBase@513] - STOPPING server
    [junit] 2017-01-08 12:02:55,025 [myid:] - INFO  [NIOWorkerThread-21:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11225,name1=Connections,name2=127.0.0.1,name3=0x102119f030f0001]
    [junit] 2017-01-08 12:02:55,027 [myid:] - INFO  [ConnnectionExpirer:NIOServerCnxnFactory$ConnectionExpirerThread@583] - ConnnectionExpirerThread interrupted
    [junit] 2017-01-08 12:02:55,029 [myid:] - INFO  [NIOWorkerThread-21:NIOServerCnxn@614] - Closed socket connection for client /127.0.0.1:53227 which had sessionid 0x102119f030f0001
    [junit] 2017-01-08 12:02:55,030 [myid:] - INFO  [NIOServerCxnFactory.AcceptThread:0.0.0.0/0.0.0.0:11225:NIOServerCnxnFactory$AcceptThread@219] - accept thread exitted run method
    [junit] 2017-01-08 12:02:55,032 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-0:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2017-01-08 12:02:55,030 [myid:] - INFO  [NIOServerCxnFactory.SelectorThread-1:NIOServerCnxnFactory$SelectorThread@420] - selector thread exitted run method
    [junit] 2017-01-08 12:02:55,037 [myid:] - INFO  [main:ZooKeeperServer@534] - shutting down
    [junit] 2017-01-08 12:02:55,037 [myid:] - ERROR [main:ZooKeeperServer@506] - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
    [junit] 2017-01-08 12:02:55,038 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-01-08 12:02:55,038 [myid:] - INFO  [main:PrepRequestProcessor@1009] - Shutting down
    [junit] 2017-01-08 12:02:55,038 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-01-08 12:02:55,038 [myid:] - INFO  [ProcessThread(sid:0 cport:11225)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-01-08 12:02:55,038 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-01-08 12:02:55,039 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-01-08 12:02:55,039 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11225,name1=InMemoryDataTree]
    [junit] 2017-01-08 12:02:55,039 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11225]
    [junit] 2017-01-08 12:02:55,040 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 11225
    [junit] 2017-01-08 12:02:55,041 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-01-08 12:02:55,049 [myid:] - INFO  [main:ClientBase@568] - fdcount after test is: 57 at start it was 57
    [junit] 2017-01-08 12:02:55,049 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testManyChildWatchersAutoReset
    [junit] 2017-01-08 12:02:55,049 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testManyChildWatchersAutoReset
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 864.102 sec, Thread: 1, Class: org.apache.zookeeper.test.DisconnectedWatcherTest

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-jdk8/build.xml:1209: Tests failed!

Total time: 18 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
2 tests failed.
FAILED:  org.apache.zookeeper.server.quorum.ReconfigFailureCasesTest.testLeaderTimesoutOnNewQuorum

Error Message:
expected:<[leaderelection]> but was:<[following]>

Stack Trace:
junit.framework.AssertionFailedError: expected:<[leaderelection]> but was:<[following]>
	at org.apache.zookeeper.server.quorum.ReconfigFailureCasesTest.testLeaderTimesoutOnNewQuorum(ReconfigFailureCasesTest.java:197)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)


FAILED:  org.apache.zookeeper.server.quorum.Zab1_0Test.testNormalObserverRun

Error Message:
Timeout occurred. Please note the time in the report does not reflect the time until the timeout.

Stack Trace:
junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
	at java.lang.Thread.run(Thread.java:745)