Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 56B21200C4B for ; Mon, 20 Mar 2017 11:11:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 55348160B81; Mon, 20 Mar 2017 10:11:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7588E160B76 for ; Mon, 20 Mar 2017 11:11:14 +0100 (CET) Received: (qmail 64206 invoked by uid 500); 20 Mar 2017 10:11:13 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 64195 invoked by uid 99); 20 Mar 2017 10:11:13 -0000 Received: from crius.apache.org (HELO crius.apache.org) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2017 10:11:13 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius.apache.org (ASF Mail Server at crius.apache.org) with ESMTP id 27F5C9C0111 for ; Mon, 20 Mar 2017 10:11:13 +0000 (UTC) Date: Mon, 20 Mar 2017 10:11:12 +0000 (UTC) From: Apache Jenkins Server To: dev@zookeeper.apache.org Message-ID: <238517311.324.1490004673170.JavaMail.jenkins@crius> In-Reply-To: <292245370.2448.1489918421119.JavaMail.jenkins@crius> References: <292245370.2448.1489918421119.JavaMail.jenkins@crius> Subject: ZooKeeper_branch35_openjdk7 - Build # 462 - Still Failing MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_323_1189155115.1490004672978" X-Jenkins-Job: ZooKeeper_branch35_openjdk7 X-Jenkins-Result: FAILURE archived-at: Mon, 20 Mar 2017 10:11:15 -0000 ------=_Part_323_1189155115.1490004672978 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See https://builds.apache.org/job/ZooKeeper_branch35_openjdk7/462/ ################################################################################### ########################## LAST 60 LINES OF THE CONSOLE ########################### [...truncated 64.47 MB...] [junit] 2017-03-20 10:10:55,417 [myid:] - INFO [main:SessionTrackerImpl@232] - Shutting down [junit] 2017-03-20 10:10:55,417 [myid:] - INFO [main:PrepRequestProcessor@1004] - Shutting down [junit] 2017-03-20 10:10:55,417 [myid:] - INFO [main:SyncRequestProcessor@191] - Shutting down [junit] 2017-03-20 10:10:55,417 [myid:] - INFO [ProcessThread(sid:0 cport:19547)::PrepRequestProcessor@156] - PrepRequestProcessor exited loop! [junit] 2017-03-20 10:10:55,417 [myid:] - INFO [SyncThread:0:SyncRequestProcessor@169] - SyncRequestProcessor exited! [junit] 2017-03-20 10:10:55,417 [myid:] - INFO [main:FinalRequestProcessor@481] - shutdown of request processor complete [junit] 2017-03-20 10:10:55,417 [myid:] - INFO [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port19547,name1=InMemoryDataTree] [junit] 2017-03-20 10:10:55,417 [myid:] - INFO [main:MBeanRegistry@128] - Unregister MBean [org.apache.ZooKeeperService:name0=StandaloneServer_port19547] [junit] 2017-03-20 10:10:55,418 [myid:] - INFO [main:FourLetterWordMain@85] - connecting to 127.0.0.1 19547 [junit] 2017-03-20 10:10:55,418 [myid:] - INFO [main:JMXEnv@146] - ensureOnly:[] [junit] 2017-03-20 10:10:55,421 [myid:] - INFO [main:ClientBase@568] - fdcount after test is: 1472 at start it was 1472 [junit] 2017-03-20 10:10:55,421 [myid:] - INFO [main:ZKTestCase$1@68] - SUCCEEDED testWatcherAutoResetWithLocal [junit] 2017-03-20 10:10:55,421 [myid:] - INFO [main:ZKTestCase$1@63] - FINISHED testWatcherAutoResetWithLocal [junit] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 561.864 sec, Thread: 4, Class: org.apache.zookeeper.test.NettyNettySuiteTest [junit] 2017-03-20 10:10:55,561 [myid:127.0.0.1:19430] - INFO [main-SendThread(127.0.0.1:19430):ClientCnxn$SendThread@1113] - Opening socket connection to server 127.0.0.1/127.0.0.1:19430. Will not attempt to authenticate using SASL (unknown error) [junit] 2017-03-20 10:10:55,562 [myid:] - INFO [New I/O boss #2781:ClientCnxnSocketNetty$1@127] - future isn't success, cause: {} [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:19430 [junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) [junit] at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739) [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] 2017-03-20 10:10:55,562 [myid:] - WARN [New I/O boss #2781:ClientCnxnSocketNetty$ZKClientHandler@439] - Exception caught: [id: 0x23b473b2] EXCEPTION: java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:19430 [junit] java.net.ConnectException: Connection refused: 127.0.0.1/127.0.0.1:19430 [junit] at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) [junit] at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739) [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] 2017-03-20 10:10:55,562 [myid:] - INFO [New I/O boss #2781:ClientCnxnSocketNetty@208] - channel is told closing [junit] 2017-03-20 10:10:55,563 [myid:127.0.0.1:19430] - INFO [main-SendThread(127.0.0.1:19430):ClientCnxn$SendThread@1231] - channel for sessionid 0x3005957edd80000 is lost, closing socket connection and attempting reconnect [junit] 2017-03-20 10:10:55,838 [myid:] - INFO [SessionTracker:SessionTrackerImpl@158] - SessionTrackerImpl exited loop! [junit] 2017-03-20 10:10:55,841 [myid:] - INFO [SessionTracker:SessionTrackerImpl@158] - SessionTrackerImpl exited loop! fail.build.on.test.failure: BUILD FAILED /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch35_openjdk7/build.xml:1219: The following error occurred while executing this line: /home/jenkins/jenkins-slave/workspace/ZooKeeper_branch35_openjdk7/build.xml:1223: Tests failed! Total time: 14 minutes 10 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) ############################## 3 tests failed. FAILED: org.apache.zookeeper.test.FLETest.testSingleElection Error Message: Leader hasn't joined: -1 Stack Trace: junit.framework.AssertionFailedError: Leader hasn't joined: -1 at org.apache.zookeeper.test.FLETest.runElection(FLETest.java:368) at org.apache.zookeeper.test.FLETest.testSingleElection(FLETest.java:267) at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79) FAILED: org.apache.zookeeper.test.FollowerResyncConcurrencyTest.testFollowerWatcherResync 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.FollowerResyncConcurrencyTest.testFollowerWatcherResync(FollowerResyncConcurrencyTest.java:714) at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79) FAILED: org.apache.zookeeper.test.NettyNettySuiteHammerTest.testObserversHammer Error Message: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. Stack Trace: junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. at java.lang.Thread.run(Thread.java:745) ------=_Part_323_1189155115.1490004672978--