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/12/08 12:16:16 UTC

ZooKeeper_branch35_jdk8 - Build # 327 - Failure

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 485988 lines...]
    [junit] 2016-12-08 12:14:11,741 [myid:] - INFO  [main:ClientBase@513] - STOPPING server
    [junit] 2016-12-08 12:14:11,741 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:30317
    [junit] 2016-12-08 12:14:11,740 [myid:] - INFO  [SyncThread:0:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port30317,name1=Connections,name2=127.0.0.1,name3=0x102242c88380000]
    [junit] 2016-12-08 12:14:11,742 [myid:] - INFO  [main:ZooKeeperServer@533] - shutting down
    [junit] 2016-12-08 12:14:11,742 [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] 2016-12-08 12:14:11,743 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2016-12-08 12:14:11,743 [myid:] - INFO  [main:PrepRequestProcessor@974] - Shutting down
    [junit] 2016-12-08 12:14:11,743 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2016-12-08 12:14:11,743 [myid:] - INFO  [ProcessThread(sid:0 cport:30317)::PrepRequestProcessor@154] - PrepRequestProcessor exited loop!
    [junit] 2016-12-08 12:14:11,743 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2016-12-08 12:14:11,743 [myid:] - INFO  [main:FinalRequestProcessor@479] - shutdown of request processor complete
    [junit] 2016-12-08 12:14:11,743 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port30317,name1=InMemoryDataTree]
    [junit] 2016-12-08 12:14:11,743 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port30317]
    [junit] 2016-12-08 12:14:11,753 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 30317
    [junit] 2016-12-08 12:14:11,753 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2016-12-08 12:14:11,757 [myid:] - INFO  [main:ClientBase@568] - fdcount after test is: 1461 at start it was 1461
    [junit] 2016-12-08 12:14:11,757 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2016-12-08 12:14:11,757 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 459.935 sec, Thread: 8, Class: org.apache.zookeeper.test.NettyNettySuiteTest
    [junit] 2016-12-08 12:14:11,974 [myid:127.0.0.1:30197] - INFO  [main-SendThread(127.0.0.1:30197):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:30197. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2016-12-08 12:14:11,975 [myid:] - INFO  [New I/O boss #2727:ClientCnxnSocketNetty$1@127] - future isn't success, cause: {}
    [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:30197
    [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] 2016-12-08 12:14:11,975 [myid:] - WARN  [New I/O boss #2727:ClientCnxnSocketNetty$ZKClientHandler@439] - Exception caught: [id: 0x53f94162] EXCEPTION: java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:30197
    [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:30197
    [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] 2016-12-08 12:14:11,976 [myid:] - INFO  [New I/O boss #2727:ClientCnxnSocketNetty@208] - channel is told closing
    [junit] 2016-12-08 12:14:11,976 [myid:127.0.0.1:30197] - INFO  [main-SendThread(127.0.0.1:30197):ClientCnxn$SendThread@1231] - channel for sessionid 0x202242938610000 is lost, closing socket connection and attempting reconnect

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

Total time: 11 minutes 8 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.server.quorum.ReconfigRecoveryTest.testNextConfigCompletion

Error Message:
waiting for server 2 being up

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



ZooKeeper_branch35_jdk8 - Build # 328 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 438931 lines...]
    [junit] 2016-12-09 12:17:09,961 [myid:127.0.0.1:11346] - INFO  [main-SendThread(127.0.0.1:11346):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:11346. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2016-12-09 12:17:09,961 [myid:127.0.0.1:11346] - WARN  [main-SendThread(127.0.0.1:11346):ClientCnxn$SendThread@1235] - Session 0x20103302b0d0000 for server 127.0.0.1/127.0.0.1:11346, 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] 2016-12-09 12:17:10,028 [myid:] - INFO  [ProcessThread(sid:0 cport:11466)::PrepRequestProcessor@656] - Processed session termination for sessionid: 0x1010333618d0000
    [junit] 2016-12-09 12:17:10,035 [myid:] - WARN  [New I/O worker #6635:NettyServerCnxnFactory$CnxnChannelHandler@142] - Exception caught [id: 0xb0d73163, /127.0.0.1:40443 :> /127.0.0.1:11466] EXCEPTION: java.nio.channels.ClosedChannelException
    [junit] java.nio.channels.ClosedChannelException
    [junit] 	at sun.nio.ch.SocketChannelImpl.ensureWriteOpen(SocketChannelImpl.java:270)
    [junit] 	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:461)
    [junit] 	at org.jboss.netty.channel.socket.nio.SocketSendBufferPool$UnpooledSendBuffer.transferTo(SocketSendBufferPool.java:203)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.write0(AbstractNioWorker.java:201)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.writeFromTaskLoop(AbstractNioWorker.java:151)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioChannel$WriteTask.run(AbstractNioChannel.java:315)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.processTaskQueue(AbstractNioSelector.java:391)
    [junit] 	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:315)
    [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] 2016-12-09 12:17:10,035 [myid:] - INFO  [SyncThread:0:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11466,name1=Connections,name2=127.0.0.1,name3=0x1010333618d0000]
    [junit] 2016-12-09 12:17:10,136 [myid:] - INFO  [main:ZooKeeper@1311] - Session: 0x1010333618d0000 closed
    [junit] 2016-12-09 12:17:10,136 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 161748
    [junit] 2016-12-09 12:17:10,136 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 1643
    [junit] 2016-12-09 12:17:10,136 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2016-12-09 12:17:10,136 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x1010333618d0000
    [junit] 2016-12-09 12:17:10,136 [myid:] - INFO  [main:ClientBase@543] - tearDown starting
    [junit] 2016-12-09 12:17:10,137 [myid:] - INFO  [main:ClientBase@513] - STOPPING server
    [junit] 2016-12-09 12:17:10,137 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:11466
    [junit] 2016-12-09 12:17:10,140 [myid:] - INFO  [main:ZooKeeperServer@533] - shutting down
    [junit] 2016-12-09 12:17:10,140 [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] 2016-12-09 12:17:10,140 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2016-12-09 12:17:10,141 [myid:] - INFO  [main:PrepRequestProcessor@974] - Shutting down
    [junit] 2016-12-09 12:17:10,141 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2016-12-09 12:17:10,141 [myid:] - INFO  [ProcessThread(sid:0 cport:11466)::PrepRequestProcessor@154] - PrepRequestProcessor exited loop!
    [junit] 2016-12-09 12:17:10,141 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2016-12-09 12:17:10,141 [myid:] - INFO  [main:FinalRequestProcessor@479] - shutdown of request processor complete
    [junit] 2016-12-09 12:17:10,141 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11466,name1=InMemoryDataTree]
    [junit] 2016-12-09 12:17:10,141 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port11466]
    [junit] 2016-12-09 12:17:10,142 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 11466
    [junit] 2016-12-09 12:17:10,143 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2016-12-09 12:17:10,147 [myid:] - INFO  [main:ClientBase@568] - fdcount after test is: 4833 at start it was 4833
    [junit] 2016-12-09 12:17:10,147 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2016-12-09 12:17:10,147 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 566.367 sec, Thread: 1, Class: org.apache.zookeeper.test.NioNettySuiteTest

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

Total time: 15 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.LETest.testLE

Error Message:
Threads didn't join

Stack Trace:
junit.framework.AssertionFailedError: Threads didn't join
	at org.apache.zookeeper.test.LETest.testLE(LETest.java:123)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)