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/08/04 01:59:03 UTC

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

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 439237 lines...]
    [junit] 2016-08-04 01:54:08,453 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2016-08-04 01:54:08,457 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2016-08-04 01:54:08,457 [myid:] - INFO  [ProcessThread(sid:0 cport:14159)::PrepRequestProcessor@154] - PrepRequestProcessor exited loop!
    [junit] 2016-08-04 01:54:08,457 [myid:] - INFO  [main:FinalRequestProcessor@479] - shutdown of request processor complete
    [junit] 2016-08-04 01:54:08,457 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port14159,name1=InMemoryDataTree]
    [junit] 2016-08-04 01:54:08,457 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port14159]
    [junit] 2016-08-04 01:54:08,469 [myid:] - INFO  [main:FourLetterWordMain@85] - connecting to 127.0.0.1 14159
    [junit] 2016-08-04 01:54:08,469 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2016-08-04 01:54:08,481 [myid:] - INFO  [main:ClientBase@568] - fdcount after test is: 5109 at start it was 5109
    [junit] 2016-08-04 01:54:08,481 [myid:] - INFO  [main:ZKTestCase$1@65] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2016-08-04 01:54:08,481 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 101, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 508.545 sec, Thread: 2, Class: org.apache.zookeeper.test.NettyNettySuiteTest
    [junit] 2016-08-04 01:54:08,606 [myid:] - INFO  [SessionTracker:SessionTrackerImpl@158] - SessionTrackerImpl exited loop!
    [junit] 2016-08-04 01:54:08,606 [myid:] - INFO  [SessionTracker:SessionTrackerImpl@158] - SessionTrackerImpl exited loop!
    [junit] 2016-08-04 01:54:08,844 [myid:127.0.0.1:14036] - INFO  [main-SendThread(127.0.0.1:14036):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:14036. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2016-08-04 01:54:08,846 [myid:] - INFO  [New I/O boss #9405:ClientCnxnSocketNetty$1@127] - future isn't success, cause: {}
    [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:14036
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:712)
    [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:744)
    [junit] 2016-08-04 01:54:08,846 [myid:] - WARN  [New I/O boss #9405:ClientCnxnSocketNetty$ZKClientHandler@439] - Exception caught: [id: 0x273a6629] EXCEPTION: java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:14036
    [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:14036
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:712)
    [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:744)
    [junit] 2016-08-04 01:54:08,846 [myid:] - INFO  [New I/O boss #9405:ClientCnxnSocketNetty@208] - channel is told closing
    [junit] 2016-08-04 01:54:08,846 [myid:127.0.0.1:14036] - INFO  [main-SendThread(127.0.0.1:14036):ClientCnxn$SendThread@1231] - channel for sessionid 0x10981e35eaa0000 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 3
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 3, Class: org.apache.zookeeper.server.quorum.Zab1_0Test
    [junit] Test org.apache.zookeeper.server.quorum.Zab1_0Test FAILED (timeout)

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

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



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

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

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


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

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

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



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

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 428390 lines...]
    [junit] 	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    [junit] 	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:712)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2016-08-04 13:35:31,384 [myid:127.0.0.1:27459] - INFO  [main-SendThread(127.0.0.1:27459):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:27459. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2016-08-04 13:35:31,384 [myid:127.0.0.1:27459] - WARN  [main-SendThread(127.0.0.1:27459):ClientCnxn$SendThread@1235] - Session 0x309845d0b5c0000 for server 127.0.0.1/127.0.0.1:27459, 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:712)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2016-08-04 13:35:32,228 [myid:127.0.0.1:27456] - INFO  [main-SendThread(127.0.0.1:27456):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:27456. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2016-08-04 13:35:32,229 [myid:127.0.0.1:27456] - WARN  [main-SendThread(127.0.0.1:27456):ClientCnxn$SendThread@1235] - Session 0x209845d0b5c0000 for server 127.0.0.1/127.0.0.1:27456, 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:712)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2016-08-04 13:35:32,366 [myid:127.0.0.1:27471] - INFO  [main-SendThread(127.0.0.1:27471):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:27471. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2016-08-04 13:35:32,367 [myid:127.0.0.1:27471] - WARN  [main-SendThread(127.0.0.1:27471):ClientCnxn$SendThread@1235] - Session 0x709845d0b670000 for server 127.0.0.1/127.0.0.1:27471, 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:712)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2016-08-04 13:35:32,414 [myid:127.0.0.1:27468] - INFO  [main-SendThread(127.0.0.1:27468):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:27468. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2016-08-04 13:35:32,415 [myid:127.0.0.1:27468] - WARN  [main-SendThread(127.0.0.1:27468):ClientCnxn$SendThread@1235] - Session 0x609845d0b590000 for server 127.0.0.1/127.0.0.1:27468, 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:712)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2016-08-04 13:35:32,588 [myid:127.0.0.1:27459] - INFO  [main-SendThread(127.0.0.1:27459):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:27459. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2016-08-04 13:35:32,589 [myid:127.0.0.1:27459] - WARN  [main-SendThread(127.0.0.1:27459):ClientCnxn$SendThread@1235] - Session 0x309845d0b5c0000 for server 127.0.0.1/127.0.0.1:27459, 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:712)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2016-08-04 13:35:32,669 [myid:127.0.0.1:27453] - INFO  [main-SendThread(127.0.0.1:27453):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:27453. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2016-08-04 13:35:32,670 [myid:127.0.0.1:27453] - WARN  [main-SendThread(127.0.0.1:27453):ClientCnxn$SendThread@1235] - Session 0x109845d0b590000 for server 127.0.0.1/127.0.0.1:27453, 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:712)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:357)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] Running org.apache.zookeeper.test.NioNettySuiteTest in thread 7
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 7, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] Test org.apache.zookeeper.test.NioNettySuiteTest FAILED (timeout)

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

Total time: 19 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.test.NioNettySuiteTest.testQuorumSystemChange

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

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