See https://builds.apache.org/job/ZooKeeper-trunk-openjdk7/1175/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 453943 lines...]
[junit] at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)
[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:1145)
[junit] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] 2016-09-19 20:48:44,927 [myid:] - INFO [New I/O boss
#66:ClientCnxnSocketNetty@208] - channel is told closing
[junit] 2016-09-19 20:48:44,927 [myid:127.0.0.1:11222] - INFO
[main-SendThread(127.0.0.1:11222):ClientCnxn$SendThread@1231] - channel for
sessionid 0x100d6a314560000 is lost, closing socket connection and attempting
reconnect
[junit] 2016-09-19 20:48:45,001 [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-09-19 20:48:45,002 [myid:] - INFO [New I/O boss
#9471:ClientCnxnSocketNetty$1@127] - future isn't success, cause: {}
[junit] java.net.ConnectException: Connection refused:
127.0.0.1/127.0.0.1:11346
[junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
[junit] at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)
[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:1145)
[junit] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] 2016-09-19 20:48:45,002 [myid:] - WARN [New I/O boss
#9471:ClientCnxnSocketNetty$ZKClientHandler@439] - Exception caught: [id:
0x10e8a0cc] EXCEPTION: java.net.ConnectException: Connection refused:
127.0.0.1/127.0.0.1:11346
[junit] java.net.ConnectException: Connection refused:
127.0.0.1/127.0.0.1:11346
[junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
[junit] at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)
[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:1145)
[junit] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit] at java.lang.Thread.run(Thread.java:745)
[junit] 2016-09-19 20:48:45,002 [myid:] - INFO [New I/O boss
#9471:ClientCnxnSocketNetty@208] - channel is told closing
[junit] 2016-09-19 20:48:45,002 [myid:127.0.0.1:11346] - INFO
[main-SendThread(127.0.0.1:11346):ClientCnxn$SendThread@1231] - channel for
sessionid 0x200d6aab6b20000 is lost, closing socket connection and attempting
reconnect
[junit] Running org.apache.zookeeper.test.NettyNettySuiteTest in thread 1
[junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0
sec, Thread: 1, Class: org.apache.zookeeper.test.NettyNettySuiteTest
[junit] Test org.apache.zookeeper.test.NettyNettySuiteTest FAILED (timeout)
[junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest in
thread 2
[junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0
sec, Thread: 2, Class: org.apache.zookeeper.test.ZkDatabaseCorruptionTest
[junit] Test org.apache.zookeeper.test.ZkDatabaseCorruptionTest FAILED
(timeout)
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk-openjdk7/build.xml:1207:
Tests failed!
Total time: 32 minutes 57 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)
##############################
7 tests failed.
FAILED:
org.apache.zookeeper.server.PurgeTxnTest.testPurgeWhenLogRollingInProgress
Error Message:
ZkClient ops is not finished!
Stack Trace:
junit.framework.AssertionFailedError: ZkClient ops is not finished!
at
org.apache.zookeeper.server.PurgeTxnTest.manyClientOps(PurgeTxnTest.java:445)
at
org.apache.zookeeper.server.PurgeTxnTest.testPurgeWhenLogRollingInProgress(PurgeTxnTest.java:148)
at
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)
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:155)
at
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)
FAILED:
org.apache.zookeeper.test.DisconnectedWatcherTest.testManyChildWatchersAutoReset
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.NettyNettySuiteTest.testRemoveAddTwo
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.AsyncHammerTest.testHammer
Error Message:
waiting for server up
Stack Trace:
junit.framework.AssertionFailedError: waiting for server up
at
org.apache.zookeeper.test.QuorumBase.startServers(QuorumBase.java:223)
at
org.apache.zookeeper.test.QuorumBase.startServers(QuorumBase.java:132)
at
org.apache.zookeeper.test.AsyncHammerTest.restart(AsyncHammerTest.java:61)
at
org.apache.zookeeper.test.AsyncHammerTest.testHammer(AsyncHammerTest.java:193)
at
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)
FAILED: org.apache.zookeeper.test.SSLTest.testSecureQuorumServer
Error Message:
waiting for server 0 being up
Stack Trace:
junit.framework.AssertionFailedError: waiting for server 0 being up
at
org.apache.zookeeper.test.SSLTest.testSecureQuorumServer(SSLTest.java:96)
at
org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)
FAILED: org.apache.zookeeper.test.ZkDatabaseCorruptionTest.testCorruption
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)