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 2016/11/19 08:49:13 UTC

ZooKeeper_branch35_jdk7 - Build # 737 - Still Failing

See https://builds.apache.org/job/ZooKeeper_branch35_jdk7/737/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 474317 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    [junit] 	at java.lang.Thread.run(Thread.java:745)
    [junit] 2016-11-19 08:48:53,211 [myid:] - INFO  [SyncThread:0:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port22238,name1=Connections,name2=127.0.0.1,name3=0x100a820eeea0000]
    [junit] 2016-11-19 08:48:53,312 [myid:] - INFO  [main:ZooKeeper@1311] - Session: 0x100a820eeea0000 closed
    [junit] 2016-11-19 08:48:53,312 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x100a820eeea0000
    [junit] 2016-11-19 08:48:53,312 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 157643
    [junit] 2016-11-19 08:48:53,312 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 1642
    [junit] 2016-11-19 08:48:53,312 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2016-11-19 08:48:53,313 [myid:] - INFO  [main:ClientBase@543] - tearDown starting
    [junit] 2016-11-19 08:48:53,313 [myid:] - INFO  [main:ClientBase@513] - STOPPING server
    [junit] 2016-11-19 08:48:53,313 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:22238
    [junit] 2016-11-19 08:48:53,318 [myid:] - INFO  [main:ZooKeeperServer@530] - shutting down
    [junit] 2016-11-19 08:48:53,319 [myid:] - ERROR [main:ZooKeeperServer@502] - ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
    [junit] 2016-11-19 08:48:53,319 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2016-11-19 08:48:53,319 [myid:] - INFO  [main:PrepRequestProcessor@974] - Shutting down
    [junit] 2016-11-19 08:48:53,319 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2016-11-19 08:48:53,319 [myid:] - INFO  [ProcessThread(sid:0 cport:22238)::PrepRequestProcessor@154] - PrepRequestProcessor exited loop!
    [junit] 2016-11-19 08:48:53,319 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2016-11-19 08:48:53,322 [myid:] - INFO  [main:FinalRequestProcessor@479] - shutdown of request processor complete
    [junit] 2016-11-19 08:48:53,322 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port22238,name1=InMemoryDataTree]
    [junit] 2016-11-19 08:48:53,322 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port22238]
    [junit] 2016-11-19 08:48:53,345 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 22238
    [junit] 2016-11-19 08:48:53,345 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2016-11-19 08:48:53,353 [myid:] - INFO  [main:ClientBase@568] - fdcount after test is: 4825 at start it was 4829
    [junit] 2016-11-19 08:48:53,353 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2016-11-19 08:48:53,353 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 101, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 477.593 sec, Thread: 5, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2016-11-19 08:48:53,389 [myid:127.0.0.1:22115] - INFO  [main-SendThread(127.0.0.1:22115):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:22115. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2016-11-19 08:48:53,389 [myid:127.0.0.1:22115] - WARN  [main-SendThread(127.0.0.1:22115):ClientCnxn$SendThread@1235] - Session 0x100a81db59b0000 for server 127.0.0.1/127.0.0.1:22115, 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:744)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2016-11-19 08:48:53,491 [myid:127.0.0.1:22118] - INFO  [main-SendThread(127.0.0.1:22118):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:22118. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2016-11-19 08:48:53,492 [myid:127.0.0.1:22118] - WARN  [main-SendThread(127.0.0.1:22118):ClientCnxn$SendThread@1235] - Session 0x200a81db9210000 for server 127.0.0.1/127.0.0.1:22118, 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:744)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2016-11-19 08:48:53,554 [myid:127.0.0.1:22121] - INFO  [main-SendThread(127.0.0.1:22121):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:22121. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2016-11-19 08:48:53,554 [myid:127.0.0.1:22121] - WARN  [main-SendThread(127.0.0.1:22121):ClientCnxn$SendThread@1235] - Session 0x300a81db59f0000 for server 127.0.0.1/127.0.0.1:22121, 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:744)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] Test org.apache.zookeeper.test.NioNettySuiteTest FAILED

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch35_jdk7/build.xml:1208: Tests failed!

Total time: 11 minutes 2 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.ReconfigTest.testQuorumSystemChange

Error Message:
waiting for server up

Stack Trace:
junit.framework.AssertionFailedError: waiting for server up
	at org.apache.zookeeper.test.QuorumUtil.startAll(QuorumUtil.java:151)
	at org.apache.zookeeper.test.ReconfigTest.testQuorumSystemChange(ReconfigTest.java:819)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)