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 2015/05/18 12:42:36 UTC

ZooKeeper-trunk - Build # 2695 - Failure

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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 373197 lines...]
    [junit] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    [junit] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    [junit] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    [junit] 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
    [junit] 	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)
    [junit] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
    [junit] 	at org.junit.rules.TestWatchman$1.evaluate(TestWatchman.java:52)
    [junit] 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
    [junit] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:69)
    [junit] 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:48)
    [junit] 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
    [junit] 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
    [junit] 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
    [junit] 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
    [junit] 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
    [junit] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:292)
    [junit] 	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:532)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1179)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1030)
    [junit] 2015-05-18 10:42:14,994 [myid:] - INFO  [main:ZKTestCase$1@60] - FINISHED testPortChange
    [junit] Tests run: 11, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 114.88 sec, Thread: 8, Class: org.apache.zookeeper.test.ReconfigTest
    [junit] 2015-05-18 10:42:15,029 [myid:] - INFO  [main-SendThread(127.0.0.1:30206):ClientCnxn$SendThread@1097] - Opening socket connection to server 127.0.0.1/127.0.0.1:30206. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2015-05-18 10:42:15,029 [myid:] - WARN  [main-SendThread(127.0.0.1:30206):ClientCnxn$SendThread@1216] - Session 0x201f69194a50000 for server 127.0.0.1/127.0.0.1:30206, 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:701)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:355)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1195)
    [junit] 2015-05-18 10:42:15,163 [myid:] - INFO  [main-SendThread(127.0.0.1:30097):ClientCnxn$SendThread@1097] - Opening socket connection to server 127.0.0.1/127.0.0.1:30097. Will not attempt to authenticate using SASL (unknown error)
    [junit] 2015-05-18 10:42:15,163 [myid:] - WARN  [main-SendThread(127.0.0.1:30097):ClientCnxn$SendThread@1216] - Session 0x101f690a54e0000 for server 127.0.0.1/127.0.0.1:30097, 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:701)
    [junit] 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:355)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1195)
    [junit] Test org.apache.zookeeper.test.ReconfigTest FAILED

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/trunk/build.xml:1442: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper-trunk/trunk/build.xml:1353: Tests failed!

Total time: 5 minutes 46 seconds
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Sending artifact delta relative to ZooKeeper-trunk #2694
Archived 3 artifacts
Archive block size is 32768
Received 2 blocks and 18145811 bytes
Compression is 0.4%
Took 7.2 sec
Recording fingerprints
Updating ZOOKEEPER-1077
Recording test results
Publishing Javadoc
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
1 tests failed.
REGRESSION:  org.apache.zookeeper.test.ReconfigTest.testPortChange

Error Message:
expected:<test[1]> but was:<test[0]>

Stack Trace:
junit.framework.AssertionFailedError: expected:<test[1]> but was:<test[0]>
	at org.apache.zookeeper.test.ReconfigTest.testNormalOperation(ReconfigTest.java:150)
	at org.apache.zookeeper.test.ReconfigTest.testPortChange(ReconfigTest.java:598)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:55)