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/10/08 10:08:02 UTC

ZooKeeper_branch35_openjdk7 - Build # 704 - Failure

See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/704/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 67.60 MB...]
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1214)
    [junit] 2017-10-08 10:07:57,510 [myid:] - INFO  [ProcessThread(sid:0 cport:24933)::PrepRequestProcessor@611] - Processed session termination for sessionid: 0x103ea70ed010000
    [junit] 2017-10-08 10:07:57,513 [myid:] - INFO  [SyncThread:0:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port24933,name1=Connections,name2=127.0.0.1,name3=0x103ea70ed010000]
    [junit] 2017-10-08 10:07:57,514 [myid:] - INFO  [main:ZooKeeper@1334] - Session: 0x103ea70ed010000 closed
    [junit] 2017-10-08 10:07:57,514 [myid:] - INFO  [main-EventThread:ClientCnxn$EventThread@513] - EventThread shut down for session: 0x103ea70ed010000
    [junit] 2017-10-08 10:07:57,514 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@82] - Memory used 68811
    [junit] 2017-10-08 10:07:57,515 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@87] - Number of threads 472
    [junit] 2017-10-08 10:07:57,515 [myid:] - INFO  [main:JUnit4ZKTestRunner$LoggedInvokeMethod@102] - FINISHED TEST METHOD testWatcherAutoResetWithLocal
    [junit] 2017-10-08 10:07:57,515 [myid:] - INFO  [main:ClientBase@586] - tearDown starting
    [junit] 2017-10-08 10:07:57,515 [myid:] - INFO  [main:ClientBase@556] - STOPPING server
    [junit] 2017-10-08 10:07:57,516 [myid:] - INFO  [main:NettyServerCnxnFactory@464] - shutdown called 0.0.0.0/0.0.0.0:24933
    [junit] 2017-10-08 10:07:57,519 [myid:] - INFO  [main:ZooKeeperServer@541] - shutting down
    [junit] 2017-10-08 10:07:57,520 [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-10-08 10:07:57,520 [myid:] - INFO  [main:SessionTrackerImpl@232] - Shutting down
    [junit] 2017-10-08 10:07:57,520 [myid:] - INFO  [main:PrepRequestProcessor@1005] - Shutting down
    [junit] 2017-10-08 10:07:57,521 [myid:] - INFO  [main:SyncRequestProcessor@191] - Shutting down
    [junit] 2017-10-08 10:07:57,521 [myid:] - INFO  [ProcessThread(sid:0 cport:24933)::PrepRequestProcessor@155] - PrepRequestProcessor exited loop!
    [junit] 2017-10-08 10:07:57,521 [myid:] - INFO  [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited!
    [junit] 2017-10-08 10:07:57,521 [myid:] - INFO  [main:FinalRequestProcessor@481] - shutdown of request processor complete
    [junit] 2017-10-08 10:07:57,522 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port24933,name1=InMemoryDataTree]
    [junit] 2017-10-08 10:07:57,522 [myid:] - INFO  [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port24933]
    [junit] 2017-10-08 10:07:57,522 [myid:] - INFO  [main:FourLetterWordMain@87] - connecting to 127.0.0.1 24933
    [junit] 2017-10-08 10:07:57,523 [myid:] - INFO  [main:JMXEnv@146] - ensureOnly:[]
    [junit] 2017-10-08 10:07:57,530 [myid:] - INFO  [main:ClientBase@611] - fdcount after test is: 1414 at start it was 1414
    [junit] 2017-10-08 10:07:57,530 [myid:] - INFO  [main:ZKTestCase$1@68] - SUCCEEDED testWatcherAutoResetWithLocal
    [junit] 2017-10-08 10:07:57,530 [myid:] - INFO  [main:ZKTestCase$1@63] - FINISHED testWatcherAutoResetWithLocal
    [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 439.972 sec, Thread: 6, Class: org.apache.zookeeper.test.NioNettySuiteTest
    [junit] 2017-10-08 10:07:58,068 [myid:127.0.0.1:24736] - INFO  [main-SendThread(127.0.0.1:24736):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:24736. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-10-08 10:07:58,070 [myid:127.0.0.1:24736] - WARN  [main-SendThread(127.0.0.1:24736):ClientCnxn$SendThread@1235] - Session 0x103ea6aa1dc0001 for server 127.0.0.1/127.0.0.1:24736, 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] 2017-10-08 10:07:58,092 [myid:] - INFO  [SessionTracker:SessionTrackerImpl@158] - SessionTrackerImpl exited loop!
    [junit] 2017-10-08 10:07:58,092 [myid:] - INFO  [SessionTracker:SessionTrackerImpl@158] - SessionTrackerImpl exited loop!
    [junit] 2017-10-08 10:07:58,261 [myid:127.0.0.1:24751] - INFO  [main-SendThread(127.0.0.1:24751):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:24751. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-10-08 10:07:58,262 [myid:127.0.0.1:24751] - WARN  [main-SendThread(127.0.0.1:24751):ClientCnxn$SendThread@1235] - Session 0x103ea6b016e0000 for server 127.0.0.1/127.0.0.1:24751, 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)

fail.build.on.test.failure:

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch35_openjdk7/build.xml:1267: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch35_openjdk7/build.xml:1271: Tests failed!

Total time: 11 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/



###################################################################################
############################## FAILED TESTS (if any) ##############################
1 tests failed.
FAILED:  org.apache.zookeeper.test.AsyncHammerTest.testHammer

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.zookeeper.test.AsyncHammerTest.testHammer(AsyncHammerTest.java:185)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)

ZooKeeper_branch35_openjdk7 - Build # 705 - Still Failing

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 69.73 MB...]
    [junit] 2017-10-09 10:10:45,700 [myid:127.0.0.1:13921] - WARN  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1181] - Client session timed out, have not heard from server in 30028ms for sessionid 0x203ef8e08d90000
    [junit] 2017-10-09 10:10:45,700 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1229] - Client session timed out, have not heard from server in 30028ms for sessionid 0x203ef8e08d90000, closing socket connection and attempting reconnect
    [junit] 2017-10-09 10:10:46,847 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:13921. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-10-09 10:10:46,848 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@946] - Socket connection established, initiating session, client: /127.0.0.1:44978, server: 127.0.0.1/127.0.0.1:13921
    [junit] 2017-10-09 10:10:46,848 [myid:2] - INFO  [NIOServerCxnFactory.AcceptThread:localhost/127.0.0.1:13921:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:44978
    [junit] 2017-10-09 10:10:57,935 [myid:127.0.0.1:13921] - WARN  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1181] - Client session timed out, have not heard from server in 30030ms for sessionid 0x0
    [junit] 2017-10-09 10:10:57,936 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1229] - Client session timed out, have not heard from server in 30030ms for sessionid 0x0, closing socket connection and attempting reconnect
    [junit] 2017-10-09 10:10:59,838 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:13921. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-10-09 10:10:59,839 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@946] - Socket connection established, initiating session, client: /127.0.0.1:45207, server: 127.0.0.1/127.0.0.1:13921
    [junit] 2017-10-09 10:10:59,839 [myid:2] - INFO  [NIOServerCxnFactory.AcceptThread:localhost/127.0.0.1:13921:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:45207
    [junit] 2017-10-09 10:11:16,873 [myid:127.0.0.1:13921] - WARN  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1181] - Client session timed out, have not heard from server in 30025ms for sessionid 0x203ef8e08d90000
    [junit] 2017-10-09 10:11:16,873 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1229] - Client session timed out, have not heard from server in 30025ms for sessionid 0x203ef8e08d90000, closing socket connection and attempting reconnect
    [junit] 2017-10-09 10:11:18,458 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:13921. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-10-09 10:11:18,459 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@946] - Socket connection established, initiating session, client: /127.0.0.1:45528, server: 127.0.0.1/127.0.0.1:13921
    [junit] 2017-10-09 10:11:18,459 [myid:2] - INFO  [NIOServerCxnFactory.AcceptThread:localhost/127.0.0.1:13921:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:45528
    [junit] 2017-10-09 10:11:29,864 [myid:127.0.0.1:13921] - WARN  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1181] - Client session timed out, have not heard from server in 30026ms for sessionid 0x0
    [junit] 2017-10-09 10:11:29,865 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1229] - Client session timed out, have not heard from server in 30026ms for sessionid 0x0, closing socket connection and attempting reconnect
    [junit] 2017-10-09 10:11:31,864 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:13921. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-10-09 10:11:31,865 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@946] - Socket connection established, initiating session, client: /127.0.0.1:45761, server: 127.0.0.1/127.0.0.1:13921
    [junit] 2017-10-09 10:11:31,865 [myid:2] - INFO  [NIOServerCxnFactory.AcceptThread:localhost/127.0.0.1:13921:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:45761
    [junit] 2017-10-09 10:11:48,488 [myid:127.0.0.1:13921] - WARN  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1181] - Client session timed out, have not heard from server in 30029ms for sessionid 0x203ef8e08d90000
    [junit] 2017-10-09 10:11:48,488 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1229] - Client session timed out, have not heard from server in 30029ms for sessionid 0x203ef8e08d90000, closing socket connection and attempting reconnect
    [junit] 2017-10-09 10:11:50,581 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:13921. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-10-09 10:11:50,583 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@946] - Socket connection established, initiating session, client: /127.0.0.1:46093, server: 127.0.0.1/127.0.0.1:13921
    [junit] 2017-10-09 10:11:50,583 [myid:2] - INFO  [NIOServerCxnFactory.AcceptThread:localhost/127.0.0.1:13921:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:46093
    [junit] 2017-10-09 10:12:01,893 [myid:127.0.0.1:13921] - WARN  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1181] - Client session timed out, have not heard from server in 30028ms for sessionid 0x0
    [junit] 2017-10-09 10:12:01,893 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1229] - Client session timed out, have not heard from server in 30028ms for sessionid 0x0, closing socket connection and attempting reconnect
    [junit] 2017-10-09 10:12:03,225 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:13921. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-10-09 10:12:03,226 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@946] - Socket connection established, initiating session, client: /127.0.0.1:46287, server: 127.0.0.1/127.0.0.1:13921
    [junit] 2017-10-09 10:12:03,227 [myid:2] - INFO  [NIOServerCxnFactory.AcceptThread:localhost/127.0.0.1:13921:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:46287
    [junit] 2017-10-09 10:12:20,610 [myid:127.0.0.1:13921] - WARN  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1181] - Client session timed out, have not heard from server in 30027ms for sessionid 0x203ef8e08d90000
    [junit] 2017-10-09 10:12:20,610 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1229] - Client session timed out, have not heard from server in 30027ms for sessionid 0x203ef8e08d90000, closing socket connection and attempting reconnect
    [junit] 2017-10-09 10:12:21,817 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:13921. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-10-09 10:12:21,818 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@946] - Socket connection established, initiating session, client: /127.0.0.1:46607, server: 127.0.0.1/127.0.0.1:13921
    [junit] 2017-10-09 10:12:21,818 [myid:2] - INFO  [NIOServerCxnFactory.AcceptThread:localhost/127.0.0.1:13921:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:46607
    [junit] 2017-10-09 10:12:33,255 [myid:127.0.0.1:13921] - WARN  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1181] - Client session timed out, have not heard from server in 30030ms for sessionid 0x0
    [junit] 2017-10-09 10:12:33,256 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1229] - Client session timed out, have not heard from server in 30030ms for sessionid 0x0, closing socket connection and attempting reconnect
    [junit] 2017-10-09 10:12:34,821 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:13921. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2017-10-09 10:12:34,822 [myid:127.0.0.1:13921] - INFO  [main-SendThread(127.0.0.1:13921):ClientCnxn$SendThread@946] - Socket connection established, initiating session, client: /127.0.0.1:46828, server: 127.0.0.1/127.0.0.1:13921
    [junit] 2017-10-09 10:12:34,823 [myid:2] - INFO  [NIOServerCxnFactory.AcceptThread:localhost/127.0.0.1:13921:NIOServerCnxnFactory$AcceptThread@296] - Accepted socket connection from /127.0.0.1:46828
    [junit] Running org.apache.zookeeper.server.quorum.StandaloneDisabledTest in thread 2
    [junit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec, Thread: 2, Class: org.apache.zookeeper.server.quorum.StandaloneDisabledTest
    [junit] Test org.apache.zookeeper.server.quorum.StandaloneDisabledTest FAILED (timeout)

fail.build.on.test.failure:

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch35_openjdk7/build.xml:1267: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch35_openjdk7/build.xml:1271: Tests failed!

Total time: 16 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Recording test results
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/
Setting OPENJDK_7_ON_UBUNTU_ONLY__HOME=/usr/lib/jvm/java-7-openjdk-amd64/



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

Error Message:
waiting for server 3 being up

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


FAILED:  org.apache.zookeeper.server.quorum.StandaloneDisabledTest.startSingleServerTest

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:748)