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/03/18 11:55:55 UTC

ZooKeeper-trunk-jdk8 - Build # 982 - Failure

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 65.90 MB...]
    [junit] 2017-03-18 11:55:24,770 [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-03-18 11:55:24,770 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-03-18 11:55:24,770 [myid:] - INFO  [main:PrepRequestProcessor@1008] - Shutting down
    [junit] 2017-03-18 11:55:24,770 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-03-18 11:55:24,770 [myid:] - INFO  [ProcessThread(sid:0 cport:24933)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-03-18 11:55:24,770 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-03-18 11:55:24,772 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-03-18 11:55:24,772 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port24933,name1=InMemoryDataTree]
    [junit] 2017-03-18 11:55:24,773 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port24933]
    [junit] 2017-03-18 11:55:24,775 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 24933
    [junit] 2017-03-18 11:55:24,775 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-03-18 11:55:24,778 [myid:] - INFO  [main:ClientBase@583] - fdcount after test is: 1475 at start it was 1475
    [junit] 2017-03-18 11:55:24,778 [myid:] - INFO  [main:ZKTestCase$1@68] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-03-18 11:55:24,779 [myid:] - INFO  [main:ZKTestCase$1@63] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 472.256 sec, Thread: 6, Class: org.apache.zookeeper.test.NettyNettySuiteTest
    [junit] 2017-03-18 11:55:24,866 [myid:127.0.0.1:24810] - INFO  [main-SendThread(127.0.0.1:24810):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:24810. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-18 11:55:24,867 [myid:] - INFO  [New I/O boss #2763:ClientCnxnSocketNetty$1@127] - future isn't success, cause: {}
    [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:24810
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
    [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-03-18 11:55:24,867 [myid:] - WARN  [New I/O boss #2763:ClientCnxnSocketNetty$ZKClientHandler@439] - Exception caught: [id: 0xad82b56e] EXCEPTION: java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:24810
    [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:24810
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
    [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-03-18 11:55:24,867 [myid:] - INFO  [New I/O boss #2763:ClientCnxnSocketNetty@208] - channel is told closing
    [junit] 2017-03-18 11:55:24,867 [myid:127.0.0.1:24810] - INFO  [main-SendThread(127.0.0.1:24810):ClientCnxn$SendThread@1231] - channel for sessionid 0x1009d9ee9ec0000 is lost, closing socket connection and attempting reconnect

fail.build.on.test.failure:

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

Total time: 11 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.test.ReconfigTest.testPortChange

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.zookeeper.test.ReconfigTest.testPortChange(ReconfigTest.java:681)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)


FAILED:  org.apache.zookeeper.test.WatchEventWhenAutoResetTest.testNodeDataChanged

Error Message:
expected:<NodeDataChanged> but was:<NodeDeleted>

Stack Trace:
junit.framework.AssertionFailedError: expected:<NodeDataChanged> but was:<NodeDeleted>
	at org.apache.zookeeper.test.WatchEventWhenAutoResetTest$EventsWatcher.assertEvent(WatchEventWhenAutoResetTest.java:67)
	at org.apache.zookeeper.test.WatchEventWhenAutoResetTest.testNodeDataChanged(WatchEventWhenAutoResetTest.java:117)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)



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

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 67.53 MB...]
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-03-26 12:04:09,677 [myid:127.0.0.1:19328] - INFO  [main-SendThread(127.0.0.1:19328):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:19328. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-26 12:04:09,677 [myid:127.0.0.1:19328] - WARN  [main-SendThread(127.0.0.1:19328):ClientCnxn$SendThread@1235] - Session 0x300c6d01a800000 for server 127.0.0.1/127.0.0.1:19328, 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-03-26 12:04:09,797 [myid:127.0.0.1:19328] - INFO  [main-SendThread(127.0.0.1:19328):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:19328. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-26 12:04:09,797 [myid:127.0.0.1:19328] - WARN  [main-SendThread(127.0.0.1:19328):ClientCnxn$SendThread@1235] - Session 0x300c6d01a800001 for server 127.0.0.1/127.0.0.1:19328, 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-03-26 12:04:09,955 [myid:127.0.0.1:19331] - INFO  [main-SendThread(127.0.0.1:19331):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:19331. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-26 12:04:09,955 [myid:127.0.0.1:19331] - WARN  [main-SendThread(127.0.0.1:19331):ClientCnxn$SendThread@1235] - Session 0x100c6d01a6d0002 for server 127.0.0.1/127.0.0.1:19331, 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-03-26 12:04:10,151 [myid:127.0.0.1:19352] - INFO  [main-SendThread(127.0.0.1:19352):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:19352. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-26 12:04:10,151 [myid:127.0.0.1:19352] - WARN  [main-SendThread(127.0.0.1:19352):ClientCnxn$SendThread@1235] - Session 0x300c6d1c4a20000 for server 127.0.0.1/127.0.0.1:19352, 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-03-26 12:04:10,230 [myid:127.0.0.1:19325] - INFO  [main-SendThread(127.0.0.1:19325):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:19325. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-26 12:04:10,230 [myid:127.0.0.1:19325] - WARN  [main-SendThread(127.0.0.1:19325):ClientCnxn$SendThread@1235] - Session 0x200c6d01ab90000 for server 127.0.0.1/127.0.0.1:19325, 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-03-26 12:04:10,283 [myid:127.0.0.1:19325] - INFO  [main-SendThread(127.0.0.1:19325):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:19325. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-26 12:04:10,283 [myid:127.0.0.1:19325] - WARN  [main-SendThread(127.0.0.1:19325):ClientCnxn$SendThread@1235] - Session 0x200c6d01ab90001 for server 127.0.0.1/127.0.0.1:19325, 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 4
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 4, Class: org.apache.zookeeper.test.ReconfigTest
    [junit] Test org.apache.zookeeper.test.ReconfigTest FAILED (timeout)

fail.build.on.test.failure:

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

Total time: 20 minutes 2 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.ReconfigTest.testJMXBeanAfterRoleChange

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 # 992 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 63.38 MB...]
    [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-03-25 11:54:53,182 [myid:] - INFO  [ProcessThread(sid:0 cport:11468)::PrepRequestProcessor@617] - Processed session termination for sessionid: 0x103308436260000
    [junit] 2017-03-25 11:54:53,184 [myid:] - INFO  [SyncThread:0:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11468,name1=Connections,name2=127.0.0.1,name3=0x103308436260000]
    [junit] 2017-03-25 11:54:53,184 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x103308436260000 closed
    [junit] 2017-03-25 11:54:53,184 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 242685
    [junit] 2017-03-25 11:54:53,184 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 2428
    [junit] 2017-03-25 11:54:53,184 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2017-03-25 11:54:53,185 [myid:] - INFO  [main:ClientBase@558] - tearDown starting
    [junit] 2017-03-25 11:54:53,185 [myid:] - INFO  [main:ClientBase@528] - STOPPING server
    [junit] 2017-03-25 11:54:53,185 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:11468
    [junit] 2017-03-25 11:54:53,184 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x103308436260000
    [junit] 2017-03-25 11:54:53,192 [myid:] - INFO  [main:ZooKeeperServer@542] - shutting down
    [junit] 2017-03-25 11:54:53,192 [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-03-25 11:54:53,192 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-03-25 11:54:53,192 [myid:] - INFO  [main:PrepRequestProcessor@1008] - Shutting down
    [junit] 2017-03-25 11:54:53,193 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-03-25 11:54:53,193 [myid:] - INFO  [ProcessThread(sid:0 cport:11468)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-03-25 11:54:53,193 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-03-25 11:54:53,193 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-03-25 11:54:53,193 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11468,name1=InMemoryDataTree]
    [junit] 2017-03-25 11:54:53,193 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11468]
    [junit] 2017-03-25 11:54:53,194 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 11468
    [junit] 2017-03-25 11:54:53,194 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-03-25 11:54:53,204 [myid:] - INFO  [main:ClientBase@583] - fdcount after test is: 7148 at start it was 7144
    [junit] 2017-03-25 11:54:53,204 [myid:] - INFO  [main:ClientBase@585] - sleeping for 20 secs
    [junit] 2017-03-25 11:54:53,204 [myid:] - INFO  [main:ZKTestCase$1@68] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-03-25 11:54:53,204 [myid:] - INFO  [main:ZKTestCase$1@63] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 465.414 sec, Thread: 1, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2017-03-25 11:54:53,421 [myid:127.0.0.1:11345] - INFO  [main-SendThread(127.0.0.1:11345):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:11345. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-25 11:54:53,422 [myid:127.0.0.1:11345] - WARN  [main-SendThread(127.0.0.1:11345):ClientCnxn$SendThread@1235] - Session 0x1033080f15c0000 for server 127.0.0.1/127.0.0.1:11345, 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-03-25 11:54:53,569 [myid:127.0.0.1:11348] - INFO  [main-SendThread(127.0.0.1:11348):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:11348. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-25 11:54:53,569 [myid:127.0.0.1:11348] - WARN  [main-SendThread(127.0.0.1:11348):ClientCnxn$SendThread@1235] - Session 0x2033080f1550000 for server 127.0.0.1/127.0.0.1:11348, 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)

fail.build.on.test.failure:

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

Total time: 10 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.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 # 991 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
Started by timer
[EnvInject] - Loading node environment variables.
ERROR: SEVERE ERROR occurs
org.jenkinsci.lib.envinject.EnvInjectException: java.io.IOException: Remote call on ubuntu-eu3 failed
	at org.jenkinsci.plugins.envinject.EnvInjectListener.loadEnvironmentVariablesNode(EnvInjectListener.java:86)
	at org.jenkinsci.plugins.envinject.EnvInjectListener.setUpEnvironment(EnvInjectListener.java:42)
	at hudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBuild.java:572)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:492)
	at hudson.model.Run.execute(Run.java:1728)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)
Caused by: java.io.IOException: Remote call on ubuntu-eu3 failed
	at hudson.remoting.Channel.call(Channel.java:830)
	at hudson.FilePath.act(FilePath.java:1080)
	at org.jenkinsci.plugins.envinject.service.EnvInjectActionSetter.addEnvVarsToEnvInjectBuildAction(EnvInjectActionSetter.java:38)
	at org.jenkinsci.plugins.envinject.EnvInjectListener.loadEnvironmentVariablesNode(EnvInjectListener.java:83)
	... 7 more
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
ERROR: Step ‘Scan for compiler warnings’ failed: no workspace for ZooKeeper-trunk-jdk8 #991
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for ZooKeeper-trunk-jdk8 #991
[EnvInject] - [ERROR] - SEVERE ERROR occurs: Remote call on ubuntu-eu3 failed
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

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

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 68.27 MB...]
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
    [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-03-23 18:21:02,622 [myid:] - INFO  [New I/O boss #2556:ClientCnxnSocketNetty@208] - channel is told closing
    [junit] 2017-03-23 18:21:02,622 [myid:127.0.0.1:16713] - INFO  [main-SendThread(127.0.0.1:16713):ClientCnxn$SendThread@1231] - channel for sessionid 0x1006a8a0c4a0002 is lost, closing socket connection and attempting reconnect
    [junit] 2017-03-23 18:21:02,630 [myid:127.0.0.1:16707] - INFO  [main-SendThread(127.0.0.1:16707):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:16707. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-23 18:21:02,630 [myid:] - INFO  [New I/O boss #2520:ClientCnxnSocketNetty$1@127] - future isn't success, cause: {}
    [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:16707
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
    [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-03-23 18:21:02,631 [myid:] - WARN  [New I/O boss #2520:ClientCnxnSocketNetty$ZKClientHandler@439] - Exception caught: [id: 0x744d4e7b] EXCEPTION: java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:16707
    [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:16707
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
    [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-03-23 18:21:02,631 [myid:] - INFO  [New I/O boss #2520:ClientCnxnSocketNetty@208] - channel is told closing
    [junit] 2017-03-23 18:21:02,631 [myid:127.0.0.1:16707] - INFO  [main-SendThread(127.0.0.1:16707):ClientCnxn$SendThread@1231] - channel for sessionid 0x2006a8a0fca0001 is lost, closing socket connection and attempting reconnect
    [junit] Test org.apache.zookeeper.test.NettyNettySuiteTest FAILED
    [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)

fail.build.on.test.failure:

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

Total time: 17 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) ##############################
5 tests failed.
FAILED:  org.apache.zookeeper.server.quorum.CommitProcessorConcurrencyTest.noStarvationOfNonLocalCommittedRequestsTest

Error Message:
test timed out after 1000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 1000 milliseconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:502)
	at org.apache.zookeeper.server.quorum.CommitProcessor.waitForEmptyPool(CommitProcessor.java:306)
	at org.apache.zookeeper.server.quorum.CommitProcessor.run(CommitProcessor.java:236)
	at org.apache.zookeeper.server.quorum.CommitProcessorConcurrencyTest.noStarvationOfNonLocalCommittedRequestsTest(CommitProcessorConcurrencyTest.java:297)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:745)


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.test.FLETest.testSingleElection

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.testSingleElection(FLETest.java:267)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)


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

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.zookeeper.test.ReconfigTest.testPortChange(ReconfigTest.java:681)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)


FAILED:  org.apache.zookeeper.test.WatchEventWhenAutoResetTest.testNodeDataChanged

Error Message:
expected:<NodeDataChanged> but was:<NodeDeleted>

Stack Trace:
junit.framework.AssertionFailedError: expected:<NodeDataChanged> but was:<NodeDeleted>
	at org.apache.zookeeper.test.WatchEventWhenAutoResetTest$EventsWatcher.assertEvent(WatchEventWhenAutoResetTest.java:67)
	at org.apache.zookeeper.test.WatchEventWhenAutoResetTest.testNodeDataChanged(WatchEventWhenAutoResetTest.java:117)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)



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

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 65.18 MB...]
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
    [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-03-23 12:24:15,285 [myid:] - INFO  [New I/O boss #10197:ClientCnxnSocketNetty@208] - channel is told closing
    [junit] 2017-03-23 12:24:15,285 [myid:127.0.0.1:27509] - INFO  [main-SendThread(127.0.0.1:27509):ClientCnxn$SendThread@1231] - channel for sessionid 0x30219c925800000 is lost, closing socket connection and attempting reconnect
    [junit] 2017-03-23 12:24:15,329 [myid:127.0.0.1:27506] - INFO  [main-SendThread(127.0.0.1:27506):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:27506. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-23 12:24:15,330 [myid:] - INFO  [New I/O boss #10164:ClientCnxnSocketNetty$1@127] - future isn't success, cause: {}
    [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:27506
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
    [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-03-23 12:24:15,330 [myid:] - WARN  [New I/O boss #10164:ClientCnxnSocketNetty$ZKClientHandler@439] - Exception caught: [id: 0xabba3c22] EXCEPTION: java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:27506
    [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:27506
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.connect(NioClientBoss.java:152)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.processSelectedKeys(NioClientBoss.java:105)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.process(NioClientBoss.java:79)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:337)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioClientBoss.run(NioClientBoss.java:42)
    [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-03-23 12:24:15,330 [myid:] - INFO  [New I/O boss #10164:ClientCnxnSocketNetty@208] - channel is told closing
    [junit] 2017-03-23 12:24:15,330 [myid:127.0.0.1:27506] - INFO  [main-SendThread(127.0.0.1:27506):ClientCnxn$SendThread@1231] - channel for sessionid 0x20219c9257c0000 is lost, closing socket connection and attempting reconnect
    [junit] Running org.apache.zookeeper.test.NettyNettySuiteTest in thread 7
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 7, Class: org.apache.zookeeper.test.NettyNettySuiteTest
    [junit] Test org.apache.zookeeper.test.NettyNettySuiteTest FAILED (timeout)

fail.build.on.test.failure:

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

Total time: 18 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) ##############################
1 tests failed.
FAILED:  org.apache.zookeeper.test.NettyNettySuiteTest.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)



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

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 63.32 MB...]
    [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-03-22 11:55:18,304 [myid:] - INFO  [SyncThread:0:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port14161,name1=Connections,name2=127.0.0.1,name3=0x10072a0bc1b0000]
    [junit] 2017-03-22 11:55:18,404 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x10072a0bc1b0000 closed
    [junit] 2017-03-22 11:55:18,404 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 186661
    [junit] 2017-03-22 11:55:18,404 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 1643
    [junit] 2017-03-22 11:55:18,405 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2017-03-22 11:55:18,404 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x10072a0bc1b0000
    [junit] 2017-03-22 11:55:18,405 [myid:] - INFO  [main:ClientBase@558] - tearDown starting
    [junit] 2017-03-22 11:55:18,405 [myid:] - INFO  [main:ClientBase@528] - STOPPING server
    [junit] 2017-03-22 11:55:18,405 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:14161
    [junit] 2017-03-22 11:55:18,410 [myid:] - INFO  [main:ZooKeeperServer@542] - shutting down
    [junit] 2017-03-22 11:55:18,411 [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-03-22 11:55:18,411 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-03-22 11:55:18,411 [myid:] - INFO  [main:PrepRequestProcessor@1008] - Shutting down
    [junit] 2017-03-22 11:55:18,411 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-03-22 11:55:18,412 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-03-22 11:55:18,412 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-03-22 11:55:18,412 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port14161,name1=InMemoryDataTree]
    [junit] 2017-03-22 11:55:18,412 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port14161]
    [junit] 2017-03-22 11:55:18,411 [myid:] - INFO  [ProcessThread(sid:0 cport:14161)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-03-22 11:55:18,412 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 14161
    [junit] 2017-03-22 11:55:18,413 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-03-22 11:55:18,415 [myid:127.0.0.1:14038] - INFO  [main-SendThread(127.0.0.1:14038):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:14038. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-22 11:55:18,415 [myid:127.0.0.1:14038] - WARN  [main-SendThread(127.0.0.1:14038):ClientCnxn$SendThread@1235] - Session 0x100729d6fc50000 for server 127.0.0.1/127.0.0.1:14038, 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-03-22 11:55:18,418 [myid:] - INFO  [main:ClientBase@583] - fdcount after test is: 4830 at start it was 4834
    [junit] 2017-03-22 11:55:18,418 [myid:] - INFO  [main:ZKTestCase$1@68] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-03-22 11:55:18,418 [myid:] - INFO  [main:ZKTestCase$1@63] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 469.771 sec, Thread: 2, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2017-03-22 11:55:18,709 [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-03-22 11:55:18,709 [myid:127.0.0.1:14041] - WARN  [main-SendThread(127.0.0.1:14041):ClientCnxn$SendThread@1235] - Session 0x200729d6fc80000 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)

fail.build.on.test.failure:

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

Total time: 11 minutes 3 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.AsyncHammerTest.testHammer

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.zookeeper.test.AsyncHammerTest.testHammer(AsyncHammerTest.java:186)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)



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

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 62.82 MB...]
    [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-03-21 19:59:58,984 [myid:127.0.0.1:21994] - INFO  [main-SendThread(127.0.0.1:21994):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:21994. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-21 19:59:58,985 [myid:127.0.0.1:21994] - WARN  [main-SendThread(127.0.0.1:21994):ClientCnxn$SendThread@1235] - Session 0x1031d9ff3df0000 for server 127.0.0.1/127.0.0.1:21994, 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-03-21 19:59:59,677 [myid:127.0.0.1:22123] - INFO  [main-SendThread(127.0.0.1:22123):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:22123. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-21 19:59:59,678 [myid:127.0.0.1:22123] - WARN  [main-SendThread(127.0.0.1:22123):ClientCnxn$SendThread@1235] - Session 0x3031da3be750000 for server 127.0.0.1/127.0.0.1:22123, 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-03-21 19:59:59,733 [myid:] - INFO  [ProcessThread(sid:0 cport:22240)::PrepRequestProcessor@617] - Processed session termination for sessionid: 0x1031da6e87c0000
    [junit] 2017-03-21 19:59:59,734 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x1031da6e87c0000 closed
    [junit] 2017-03-21 19:59:59,734 [myid:] - INFO  [SyncThread:0:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port22240,name1=Connections,name2=127.0.0.1,name3=0x1031da6e87c0000]
    [junit] 2017-03-21 19:59:59,734 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 227743
    [junit] 2017-03-21 19:59:59,734 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 2429
    [junit] 2017-03-21 19:59:59,734 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2017-03-21 19:59:59,734 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x1031da6e87c0000
    [junit] 2017-03-21 19:59:59,734 [myid:] - INFO  [main:ClientBase@558] - tearDown starting
    [junit] 2017-03-21 19:59:59,735 [myid:] - INFO  [main:ClientBase@528] - STOPPING server
    [junit] 2017-03-21 19:59:59,735 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:22240
    [junit] 2017-03-21 19:59:59,739 [myid:] - INFO  [main:ZooKeeperServer@542] - shutting down
    [junit] 2017-03-21 19:59:59,739 [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-03-21 19:59:59,739 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-03-21 19:59:59,739 [myid:] - INFO  [main:PrepRequestProcessor@1008] - Shutting down
    [junit] 2017-03-21 19:59:59,739 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-03-21 19:59:59,739 [myid:] - INFO  [ProcessThread(sid:0 cport:22240)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-03-21 19:59:59,740 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-03-21 19:59:59,740 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-03-21 19:59:59,740 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port22240,name1=InMemoryDataTree]
    [junit] 2017-03-21 19:59:59,740 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port22240]
    [junit] 2017-03-21 19:59:59,740 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 22240
    [junit] 2017-03-21 19:59:59,741 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-03-21 19:59:59,750 [myid:] - INFO  [main:ClientBase@583] - fdcount after test is: 7143 at start it was 7139
    [junit] 2017-03-21 19:59:59,750 [myid:] - INFO  [main:ClientBase@585] - sleeping for 20 secs
    [junit] 2017-03-21 19:59:59,750 [myid:] - INFO  [main:ZKTestCase$1@68] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-03-21 19:59:59,750 [myid:] - INFO  [main:ZKTestCase$1@63] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 461.533 sec, Thread: 5, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2017-03-21 19:59:59,861 [myid:] - INFO  [SessionTracker:SessionTrackerImpl@158] - SessionTrackerImpl exited loop!
    [junit] 2017-03-21 19:59:59,861 [myid:] - INFO  [SessionTracker:SessionTrackerImpl@158] - SessionTrackerImpl exited loop!

fail.build.on.test.failure:

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

Total time: 10 minutes 44 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.ReadOnlyModeTest.testSessionEstablishment

Error Message:
KeeperErrorCode = ConnectionLoss for /test

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /test
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:1424)
	at org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment(ReadOnlyModeTest.java:238)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.zookeeper.test.WatchEventWhenAutoResetTest.testNodeDataChanged

Error Message:
expected:<NodeDataChanged> but was:<NodeDeleted>

Stack Trace:
junit.framework.AssertionFailedError: expected:<NodeDataChanged> but was:<NodeDeleted>
	at org.apache.zookeeper.test.WatchEventWhenAutoResetTest$EventsWatcher.assertEvent(WatchEventWhenAutoResetTest.java:67)
	at org.apache.zookeeper.test.WatchEventWhenAutoResetTest.testNodeDataChanged(WatchEventWhenAutoResetTest.java:117)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)



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

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 63.95 MB...]
    [junit] 2017-03-21 18:08:54,083 [myid:] - INFO  [SyncThread:0:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port16854,name1=Connections,name2=127.0.0.1,name3=0x1031d4130500000]
    [junit] 2017-03-21 18:08:54,083 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x1031d4130500000 closed
    [junit] 2017-03-21 18:08:54,084 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 238528
    [junit] 2017-03-21 18:08:54,084 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 2428
    [junit] 2017-03-21 18:08:54,084 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2017-03-21 18:08:54,084 [myid:] - INFO  [main:ClientBase@558] - tearDown starting
    [junit] 2017-03-21 18:08:54,085 [myid:] - INFO  [main:ClientBase@528] - STOPPING server
    [junit] 2017-03-21 18:08:54,085 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:16854
    [junit] 2017-03-21 18:08:54,084 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x1031d4130500000
    [junit] 2017-03-21 18:08:54,092 [myid:] - INFO  [main:ZooKeeperServer@542] - shutting down
    [junit] 2017-03-21 18:08:54,092 [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-03-21 18:08:54,092 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-03-21 18:08:54,092 [myid:] - INFO  [main:PrepRequestProcessor@1008] - Shutting down
    [junit] 2017-03-21 18:08:54,093 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-03-21 18:08:54,093 [myid:] - INFO  [ProcessThread(sid:0 cport:16854)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-03-21 18:08:54,093 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-03-21 18:08:54,166 [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-03-21 18:08:54,167 [myid:127.0.0.1:16608] - WARN  [main-SendThread(127.0.0.1:16608):ClientCnxn$SendThread@1235] - Session 0x1031d39e5950000 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-03-21 18:08:54,177 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-03-21 18:08:54,178 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port16854,name1=InMemoryDataTree]
    [junit] 2017-03-21 18:08:54,178 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port16854]
    [junit] 2017-03-21 18:08:54,193 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 16854
    [junit] 2017-03-21 18:08:54,194 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-03-21 18:08:54,209 [myid:] - INFO  [main:ClientBase@583] - fdcount after test is: 7137 at start it was 7137
    [junit] 2017-03-21 18:08:54,209 [myid:] - INFO  [main:ZKTestCase$1@68] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-03-21 18:08:54,209 [myid:] - INFO  [main:ZKTestCase$1@63] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 484.272 sec, Thread: 3, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2017-03-21 18:08:54,598 [myid:127.0.0.1:16731] - INFO  [main-SendThread(127.0.0.1:16731):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:16731. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-21 18:08:54,599 [myid:127.0.0.1:16731] - WARN  [main-SendThread(127.0.0.1:16731):ClientCnxn$SendThread@1235] - Session 0x1031d3dc9950000 for server 127.0.0.1/127.0.0.1:16731, 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-03-21 18:08:54,612 [myid:127.0.0.1:16737] - INFO  [main-SendThread(127.0.0.1:16737):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:16737. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-21 18:08:54,613 [myid:127.0.0.1:16737] - WARN  [main-SendThread(127.0.0.1:16737):ClientCnxn$SendThread@1235] - Session 0x3031d3dc99b0000 for server 127.0.0.1/127.0.0.1:16737, 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)

fail.build.on.test.failure:

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

Total time: 11 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) ##############################
1 tests failed.
FAILED:  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:79)



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

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 63.97 MB...]
    [junit] 	at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleAcceptedSocket(NioServerSocketPipelineSink.java:81)
    [junit] 	at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:36)
    [junit] 	at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:779)
    [junit] 	at org.jboss.netty.channel.SimpleChannelHandler.closeRequested(SimpleChannelHandler.java:334)
    [junit] 	at org.jboss.netty.channel.SimpleChannelHandler.handleDownstream(SimpleChannelHandler.java:260)
    [junit] 	at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:591)
    [junit] 	at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:582)
    [junit] 	at org.jboss.netty.channel.Channels.close(Channels.java:812)
    [junit] 	at org.jboss.netty.channel.AbstractChannel.close(AbstractChannel.java:206)
    [junit] 	at org.apache.zookeeper.server.NettyServerCnxn.close(NettyServerCnxn.java:112)
    [junit] 	at org.apache.zookeeper.server.NettyServerCnxn.sendBuffer(NettyServerCnxn.java:216)
    [junit] 	at org.apache.zookeeper.server.NettyServerCnxn.sendCloseSession(NettyServerCnxn.java:455)
    [junit] 	at org.apache.zookeeper.server.FinalRequestProcessor.processRequest(FinalRequestProcessor.java:461)
    [junit] 	at org.apache.zookeeper.server.SyncRequestProcessor.flush(SyncRequestProcessor.java:182)
    [junit] 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:113)
    [junit] 2017-03-21 11:55:04,164 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x100ad1527f80000 closed
    [junit] 2017-03-21 11:55:04,164 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x100ad1527f80000
    [junit] 2017-03-21 11:55:04,165 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 78018
    [junit] 2017-03-21 11:55:04,165 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 467
    [junit] 2017-03-21 11:55:04,165 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2017-03-21 11:55:04,165 [myid:] - INFO  [main:ClientBase@558] - tearDown starting
    [junit] 2017-03-21 11:55:04,165 [myid:] - INFO  [main:ClientBase@528] - STOPPING server
    [junit] 2017-03-21 11:55:04,165 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:11468
    [junit] 2017-03-21 11:55:04,166 [myid:] - INFO  [main:ZooKeeperServer@542] - shutting down
    [junit] 2017-03-21 11:55:04,166 [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-03-21 11:55:04,167 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-03-21 11:55:04,167 [myid:] - INFO  [main:PrepRequestProcessor@1008] - Shutting down
    [junit] 2017-03-21 11:55:04,167 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-03-21 11:55:04,167 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-03-21 11:55:04,167 [myid:] - INFO  [ProcessThread(sid:0 cport:11468)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-03-21 11:55:04,167 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-03-21 11:55:04,167 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11468,name1=InMemoryDataTree]
    [junit] 2017-03-21 11:55:04,168 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11468]
    [junit] 2017-03-21 11:55:04,168 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 11468
    [junit] 2017-03-21 11:55:04,168 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-03-21 11:55:04,170 [myid:] - INFO  [main:ClientBase@583] - fdcount after test is: 1369 at start it was 1369
    [junit] 2017-03-21 11:55:04,171 [myid:] - INFO  [main:ZKTestCase$1@68] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-03-21 11:55:04,171 [myid:] - INFO  [main:ZKTestCase$1@63] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 436.201 sec, Thread: 1, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2017-03-21 11:55:04,418 [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-03-21 11:55:04,419 [myid:127.0.0.1:11222] - WARN  [main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1235] - Session 0x100ad0e9ab20000 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)

fail.build.on.test.failure:

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

Total time: 10 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.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 # 984 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 62.74 MB...]
    [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-03-20 15:01:02,125 [myid:127.0.0.1:30202] - INFO  [main-SendThread(127.0.0.1:30202):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:30202. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-20 15:01:02,125 [myid:127.0.0.1:30202] - WARN  [main-SendThread(127.0.0.1:30202):ClientCnxn$SendThread@1235] - Session 0x303176b70a40000 for server 127.0.0.1/127.0.0.1:30202, 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-03-20 15:01:02,340 [myid:127.0.0.1:30073] - INFO  [main-SendThread(127.0.0.1:30073):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:30073. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-20 15:01:02,341 [myid:127.0.0.1:30073] - WARN  [main-SendThread(127.0.0.1:30073):ClientCnxn$SendThread@1235] - Session 0x10317677f0a0000 for server 127.0.0.1/127.0.0.1:30073, 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-03-20 15:01:02,363 [myid:] - INFO  [ProcessThread(sid:0 cport:30319)::PrepRequestProcessor@617] - Processed session termination for sessionid: 0x103176ed7e30000
    [junit] 2017-03-20 15:01:02,365 [myid:] - INFO  [SyncThread:0:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port30319,name1=Connections,name2=127.0.0.1,name3=0x103176ed7e30000]
    [junit] 2017-03-20 15:01:02,365 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x103176ed7e30000 closed
    [junit] 2017-03-20 15:01:02,365 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 220069
    [junit] 2017-03-20 15:01:02,365 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x103176ed7e30000
    [junit] 2017-03-20 15:01:02,365 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 2429
    [junit] 2017-03-20 15:01:02,366 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2017-03-20 15:01:02,366 [myid:] - INFO  [main:ClientBase@558] - tearDown starting
    [junit] 2017-03-20 15:01:02,366 [myid:] - INFO  [main:ClientBase@528] - STOPPING server
    [junit] 2017-03-20 15:01:02,366 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:30319
    [junit] 2017-03-20 15:01:02,373 [myid:] - INFO  [main:ZooKeeperServer@542] - shutting down
    [junit] 2017-03-20 15:01:02,373 [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-03-20 15:01:02,373 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-03-20 15:01:02,374 [myid:] - INFO  [main:PrepRequestProcessor@1008] - Shutting down
    [junit] 2017-03-20 15:01:02,374 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-03-20 15:01:02,374 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-03-20 15:01:02,374 [myid:] - INFO  [ProcessThread(sid:0 cport:30319)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-03-20 15:01:02,374 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-03-20 15:01:02,375 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port30319,name1=InMemoryDataTree]
    [junit] 2017-03-20 15:01:02,375 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port30319]
    [junit] 2017-03-20 15:01:02,375 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 30319
    [junit] 2017-03-20 15:01:02,376 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-03-20 15:01:02,385 [myid:] - INFO  [main:ClientBase@583] - fdcount after test is: 7141 at start it was 7137
    [junit] 2017-03-20 15:01:02,385 [myid:] - INFO  [main:ClientBase@585] - sleeping for 20 secs
    [junit] 2017-03-20 15:01:02,385 [myid:] - INFO  [main:ZKTestCase$1@68] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-03-20 15:01:02,385 [myid:] - INFO  [main:ZKTestCase$1@63] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 487.506 sec, Thread: 8, Class: org.apache.zookeeper.test.NioNettySuiteTest

fail.build.on.test.failure:

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

Total time: 11 minutes 14 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.ReadOnlyModeTest.testSessionEstablishment

Error Message:
KeeperErrorCode = ConnectionLoss for /test

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /test
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:1424)
	at org.apache.zookeeper.test.ReadOnlyModeTest.testSessionEstablishment(ReadOnlyModeTest.java:238)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:745)



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

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 65.50 MB...]
    [junit] 	at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendDownstream(DefaultChannelPipeline.java:779)
    [junit] 	at org.jboss.netty.channel.SimpleChannelHandler.closeRequested(SimpleChannelHandler.java:334)
    [junit] 	at org.jboss.netty.channel.SimpleChannelHandler.handleDownstream(SimpleChannelHandler.java:260)
    [junit] 	at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:591)
    [junit] 	at org.jboss.netty.channel.DefaultChannelPipeline.sendDownstream(DefaultChannelPipeline.java:582)
    [junit] 	at org.jboss.netty.channel.Channels.close(Channels.java:812)
    [junit] 	at org.jboss.netty.channel.AbstractChannel.close(AbstractChannel.java:206)
    [junit] 	at org.apache.zookeeper.server.NettyServerCnxn.close(NettyServerCnxn.java:112)
    [junit] 	at org.apache.zookeeper.server.NettyServerCnxn.sendBuffer(NettyServerCnxn.java:216)
    [junit] 	at org.apache.zookeeper.server.NettyServerCnxn.sendCloseSession(NettyServerCnxn.java:455)
    [junit] 	at org.apache.zookeeper.server.FinalRequestProcessor.processRequest(FinalRequestProcessor.java:461)
    [junit] 	at org.apache.zookeeper.server.SyncRequestProcessor.flush(SyncRequestProcessor.java:182)
    [junit] 	at org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:113)
    [junit] 2017-03-19 11:55:18,432 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x100a2c8a9900000
    [junit] 2017-03-19 11:55:18,432 [myid:] - INFO  [main:ZooKeeper@1324] - Session: 0x100a2c8a9900000 closed
    [junit] 2017-03-19 11:55:18,432 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 140492
    [junit] 2017-03-19 11:55:18,432 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 467
    [junit] 2017-03-19 11:55:18,432 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2017-03-19 11:55:18,432 [myid:] - INFO  [main:ClientBase@558] - tearDown starting
    [junit] 2017-03-19 11:55:18,432 [myid:] - INFO  [main:ClientBase@528] - STOPPING server
    [junit] 2017-03-19 11:55:18,433 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:16854
    [junit] 2017-03-19 11:55:18,435 [myid:] - INFO  [main:ZooKeeperServer@542] - shutting down
    [junit] 2017-03-19 11:55:18,435 [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-03-19 11:55:18,435 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-03-19 11:55:18,435 [myid:] - INFO  [main:PrepRequestProcessor@1008] - Shutting down
    [junit] 2017-03-19 11:55:18,436 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-03-19 11:55:18,436 [myid:] - INFO  [ProcessThread(sid:0 cport:16854)::PrepRequestProcessor@157] - PrepRequestProcessor exited loop!
    [junit] 2017-03-19 11:55:18,436 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-03-19 11:55:18,436 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-03-19 11:55:18,436 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port16854,name1=InMemoryDataTree]
    [junit] 2017-03-19 11:55:18,436 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port16854]
    [junit] 2017-03-19 11:55:18,436 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 16854
    [junit] 2017-03-19 11:55:18,437 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-03-19 11:55:18,441 [myid:] - INFO  [main:ClientBase@583] - fdcount after test is: 1383 at start it was 1387
    [junit] 2017-03-19 11:55:18,441 [myid:] - INFO  [main:ZKTestCase$1@68] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-03-19 11:55:18,441 [myid:] - INFO  [main:ZKTestCase$1@63] - FINISHED testWatcherAutoResetWithLocal
    [junit] 2017-03-19 11:55:18,441 [myid:127.0.0.1:16737] - INFO  [main-SendThread(127.0.0.1:16737):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:16737. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-03-19 11:55:18,442 [myid:127.0.0.1:16737] - WARN  [main-SendThread(127.0.0.1:16737):ClientCnxn$SendThread@1235] - Session 0x300a2c583350000 for server 127.0.0.1/127.0.0.1:16737, 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] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 456.851 sec, Thread: 3, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2017-03-19 11:55:18,478 [myid:] - INFO  [SessionTracker:SessionTrackerImpl@158] - SessionTrackerImpl exited loop!
    [junit] 2017-03-19 11:55:18,479 [myid:] - INFO  [SessionTracker:SessionTrackerImpl@158] - SessionTrackerImpl exited loop!

fail.build.on.test.failure:

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

Total time: 11 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.ReconfigTest.testPortChange

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.zookeeper.test.ReconfigTest.testPortChange(ReconfigTest.java:681)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)


FAILED:  org.apache.zookeeper.test.WatchEventWhenAutoResetTest.testNodeDataChanged

Error Message:
expected:<NodeDataChanged> but was:<NodeDeleted>

Stack Trace:
junit.framework.AssertionFailedError: expected:<NodeDataChanged> but was:<NodeDeleted>
	at org.apache.zookeeper.test.WatchEventWhenAutoResetTest$EventsWatcher.assertEvent(WatchEventWhenAutoResetTest.java:67)
	at org.apache.zookeeper.test.WatchEventWhenAutoResetTest.testNodeDataChanged(WatchEventWhenAutoResetTest.java:117)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)