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/07/14 12:27:52 UTC

ZooKeeper_branch35_jdk8 - Build # 600 - Still Failing

See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/600/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 66.81 MB...]
    [junit] 2017-07-14 12:27:13,045 [myid:] - INFO  [SyncThread:0:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port16854,name1=Connections,name2=127.0.0.1,name3=0x10686e04e060000]
    [junit] 2017-07-14 12:27:13,046 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x10686e04e060000
    [junit] 2017-07-14 12:27:13,046 [myid:] - INFO  [main:ZooKeeper@1331] - Session: 0x10686e04e060000 closed
    [junit] 2017-07-14 12:27:13,046 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 100505
    [junit] 2017-07-14 12:27:13,046 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 471
    [junit] 2017-07-14 12:27:13,046 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2017-07-14 12:27:13,046 [myid:] - INFO  [main:ClientBase@586] - tearDown starting
    [junit] 2017-07-14 12:27:13,046 [myid:] - INFO  [main:ClientBase@556] - STOPPING server
    [junit] 2017-07-14 12:27:13,047 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:16854
    [junit] 2017-07-14 12:27:13,048 [myid:] - INFO  [main:ZooKeeperServer@541] - shutting down
    [junit] 2017-07-14 12:27:13,048 [myid:] - ERROR [main:ZooKeeperServer@505] - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
    [junit] 2017-07-14 12:27:13,048 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-07-14 12:27:13,048 [myid:] - INFO  [main:PrepRequestProcessor@1005] - Shutting down
    [junit] 2017-07-14 12:27:13,048 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-07-14 12:27:13,048 [myid:] - INFO  [ProcessThread(sid:0 cport:16854)::PrepRequestProcessor@155] - PrepRequestProcessor exited loop!
    [junit] 2017-07-14 12:27:13,048 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-07-14 12:27:13,048 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-07-14 12:27:13,048 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port16854,name1=InMemoryDataTree]
    [junit] 2017-07-14 12:27:13,049 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port16854]
    [junit] 2017-07-14 12:27:13,049 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 16854
    [junit] 2017-07-14 12:27:13,049 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-07-14 12:27:13,053 [myid:] - INFO  [main:ClientBase@611] - fdcount after test is: 1395 at start it was 1391
    [junit] 2017-07-14 12:27:13,053 [myid:] - INFO  [main:ClientBase@613] - sleeping for 20 secs
    [junit] 2017-07-14 12:27:13,053 [myid:] - INFO  [main:ZKTestCase$1@68] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-07-14 12:27:13,053 [myid:] - INFO  [main:ZKTestCase$1@63] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 427.355 sec, Thread: 3, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2017-07-14 12:27:13,293 [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-07-14 12:27:13,295 [myid:127.0.0.1:16608] - WARN  [main-SendThread(127.0.0.1:16608):ClientCnxn$SendThread@1235] - Session 0x10686d9e18e0000 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-07-14 12:27:13,298 [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-07-14 12:27:13,299 [myid:127.0.0.1:16731] - WARN  [main-SendThread(127.0.0.1:16731):ClientCnxn$SendThread@1235] - Session 0x10686dd157e0000 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-07-14 12:27:13,456 [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-07-14 12:27:13,457 [myid:127.0.0.1:16737] - WARN  [main-SendThread(127.0.0.1:16737):ClientCnxn$SendThread@1235] - Session 0x30686dd11a60000 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_branch35_jdk8/build.xml:1219: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch35_jdk8/build.xml:1223: Tests failed!

Total time: 10 minutes 46 seconds
Build step 'Invoke Ant' marked build as 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.ChrootClientTest.testNonExistingOpCode

Error Message:
expected:<-4> but was:<-6>

Stack Trace:
junit.framework.AssertionFailedError: expected:<-4> but was:<-6>
	at org.apache.zookeeper.test.ClientTest.testNonExistingOpCode(ClientTest.java:853)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)

ZooKeeper_branch35_jdk8 - Build # 602 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/602/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 65.57 MB...]
    [junit] 2017-07-16 19:07:16,978 [myid:127.0.0.1:22058] - INFO  [main-SendThread(127.0.0.1:22058):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:22058. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-07-16 19:07:16,979 [myid:127.0.0.1:22058] - WARN  [main-SendThread(127.0.0.1:22058):ClientCnxn$SendThread@1235] - Session 0x10692961dde0000 for server 127.0.0.1/127.0.0.1:22058, 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-07-16 19:07:16,997 [myid:] - INFO  [ProcessThread(sid:0 cport:22240)::PrepRequestProcessor@611] - Processed session termination for sessionid: 0x106929b46b80000
    [junit] 2017-07-16 19:07:16,998 [myid:] - INFO  [SyncThread:0:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port22240,name1=Connections,name2=127.0.0.1,name3=0x106929b46b80000]
    [junit] 2017-07-16 19:07:16,998 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x106929b46b80000
    [junit] 2017-07-16 19:07:16,999 [myid:] - INFO  [main:ZooKeeper@1331] - Session: 0x106929b46b80000 closed
    [junit] 2017-07-16 19:07:16,999 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 71219
    [junit] 2017-07-16 19:07:16,999 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 471
    [junit] 2017-07-16 19:07:16,999 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2017-07-16 19:07:16,999 [myid:] - INFO  [main:ClientBase@586] - tearDown starting
    [junit] 2017-07-16 19:07:16,999 [myid:] - INFO  [main:ClientBase@556] - STOPPING server
    [junit] 2017-07-16 19:07:16,999 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:22240
    [junit] 2017-07-16 19:07:17,000 [myid:] - INFO  [main:ZooKeeperServer@541] - shutting down
    [junit] 2017-07-16 19:07:17,000 [myid:] - ERROR [main:ZooKeeperServer@505] - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
    [junit] 2017-07-16 19:07:17,000 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-07-16 19:07:17,001 [myid:] - INFO  [main:PrepRequestProcessor@1005] - Shutting down
    [junit] 2017-07-16 19:07:17,001 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-07-16 19:07:17,001 [myid:] - INFO  [ProcessThread(sid:0 cport:22240)::PrepRequestProcessor@155] - PrepRequestProcessor exited loop!
    [junit] 2017-07-16 19:07:17,001 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-07-16 19:07:17,001 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-07-16 19:07:17,001 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port22240,name1=InMemoryDataTree]
    [junit] 2017-07-16 19:07:17,001 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port22240]
    [junit] 2017-07-16 19:07:17,001 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 22240
    [junit] 2017-07-16 19:07:17,002 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-07-16 19:07:17,005 [myid:] - INFO  [main:ClientBase@611] - fdcount after test is: 1392 at start it was 1392
    [junit] 2017-07-16 19:07:17,005 [myid:] - INFO  [main:ZKTestCase$1@68] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-07-16 19:07:17,006 [myid:] - INFO  [main:ZKTestCase$1@63] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 391.93 sec, Thread: 5, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2017-07-16 19:07:17,256 [myid:127.0.0.1:22043] - INFO  [main-SendThread(127.0.0.1:22043):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:22043. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-07-16 19:07:17,257 [myid:127.0.0.1:22043] - WARN  [main-SendThread(127.0.0.1:22043):ClientCnxn$SendThread@1235] - Session 0x1069295be3d0001 for server 127.0.0.1/127.0.0.1:22043, 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-07-16 19:07:17,341 [myid:127.0.0.1:22120] - INFO  [main-SendThread(127.0.0.1:22120):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:22120. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-07-16 19:07:17,341 [myid:127.0.0.1:22120] - WARN  [main-SendThread(127.0.0.1:22120):ClientCnxn$SendThread@1235] - Session 0x2069298467b0000 for server 127.0.0.1/127.0.0.1:22120, 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_branch35_jdk8/build.xml:1219: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch35_jdk8/build.xml:1223: Tests failed!

Total time: 10 minutes 14 seconds
Build step 'Invoke Ant' marked build as 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.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.test.ChrootClientTest.testNonExistingOpCode

Error Message:
expected:<-4> but was:<-6>

Stack Trace:
junit.framework.AssertionFailedError: expected:<-4> but was:<-6>
	at org.apache.zookeeper.test.ClientTest.testNonExistingOpCode(ClientTest.java:853)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)


FAILED:  org.apache.zookeeper.test.ClientTest.testNonExistingOpCode

Error Message:
expected:<-4> but was:<-6>

Stack Trace:
junit.framework.AssertionFailedError: expected:<-4> but was:<-6>
	at org.apache.zookeeper.test.ClientTest.testNonExistingOpCode(ClientTest.java:853)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)

ZooKeeper_branch35_jdk8 - Build # 601 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/ZooKeeper_branch35_jdk8/601/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 64.78 MB...]
    [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:748)
    [junit] 2017-07-15 12:14:19,523 [myid:] - INFO  [New I/O boss #2763:ClientCnxnSocketNetty@208] - channel is told closing
    [junit] 2017-07-15 12:14:19,524 [myid:127.0.0.1:24810] - INFO  [main-SendThread(127.0.0.1:24810):ClientCnxn$SendThread@1231] - channel for sessionid 0x1068bf7fc210000 is lost, closing socket connection and attempting reconnect
    [junit] 2017-07-15 12:14:19,670 [myid:127.0.0.1:24813] - INFO  [main-SendThread(127.0.0.1:24813):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:24813. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-07-15 12:14:19,672 [myid:] - INFO  [New I/O boss #2772:ClientCnxnSocketNetty$1@127] - future isn't success, cause: {}
    [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:24813
    [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:748)
    [junit] 2017-07-15 12:14:19,672 [myid:] - WARN  [New I/O boss #2772:ClientCnxnSocketNetty$ZKClientHandler@439] - Exception caught: [id: 0x2eb7b6d9] EXCEPTION: java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:24813
    [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:24813
    [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:748)
    [junit] 2017-07-15 12:14:19,672 [myid:] - INFO  [New I/O boss #2772:ClientCnxnSocketNetty@208] - channel is told closing
    [junit] 2017-07-15 12:14:19,673 [myid:127.0.0.1:24813] - INFO  [main-SendThread(127.0.0.1:24813):ClientCnxn$SendThread@1231] - channel for sessionid 0x2068bf7f8470000 is lost, closing socket connection and attempting reconnect
    [junit] Test org.apache.zookeeper.test.NettyNettySuiteTest FAILED

fail.build.on.test.failure:

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

Total time: 10 minutes 1 second
Build step 'Invoke Ant' marked build as 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.ChrootClientTest.testNonExistingOpCode

Error Message:
expected:<-4> but was:<-6>

Stack Trace:
junit.framework.AssertionFailedError: expected:<-4> but was:<-6>
	at org.apache.zookeeper.test.ClientTest.testNonExistingOpCode(ClientTest.java:853)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)