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 2018/10/15 21:45:47 UTC

Failed: ZOOKEEPER- PreCommit Build #2439

Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2439/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 79.35 MB...]
     [exec] ======================================================================
     [exec] 
     [exec] 
     [exec] 
     [exec] Error: No value specified for option "issue"
     [exec] Session logged out. Session was JSESSIONID=07413BE6DA814031C220E99C60FBCE76.
     [exec] 
     [exec] 
     [exec] ======================================================================
     [exec] ======================================================================
     [exec]     Finished build.
     [exec] ======================================================================
     [exec] ======================================================================
     [exec] 
     [exec] 
     [exec] mv: '/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/patchprocess' and '/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/patchprocess' are the same file

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build/build.xml:1958: exec returned: 2

Total time: 23 minutes 4 seconds
Build step 'Execute shell' marked build as failure
Archiving artifacts
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/
Recording test results
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/
[description-setter] Description set: ZOOKEEPER-3152
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/
Adding one-line test results to commit status...
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/
Setting status of 98c210e98ebba527e0f4ac097ad2d37f6ad929c8 to FAILURE with url https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2439/ and message: 'FAILURE
 1565 tests run, 1 skipped, 8 failed.'
Using context: Jenkins

Refer to this link for build results (access rights to CI server needed): 
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2439/

Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_LATEST__HOME=/home/jenkins/tools/maven/latest3/



###################################################################################
############################## FAILED TESTS (if any) ##############################
8 tests failed.
FAILED:  org.apache.zookeeper.test.DisconnectedWatcherTest.testManyChildWatchersAutoReset

Error Message:
test timed out after 840000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 840000 milliseconds
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:502)
	at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1524)
	at org.apache.zookeeper.ClientCnxn.submitRequest(ClientCnxn.java:1507)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:1453)
	at org.apache.zookeeper.test.DisconnectedWatcherTest.testManyChildWatchersAutoReset(DisconnectedWatcherTest.java:236)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:79)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.zookeeper.test.NettyNettySuiteHammerTest.testObserversHammer

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)


FAILED:  org.apache.zookeeper.test.NettyNettySuiteTest.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:748)


FAILED:  org.apache.zookeeper.test.NioNettySuiteTest.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:748)


FAILED:  org.apache.zookeeper.test.FourLetterWordsTest.testSetTraceMask[3]

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:305)
	at org.apache.zookeeper.test.ClientBase.startServerInstance(ClientBase.java:428)
	at org.apache.zookeeper.test.ClientBase.startServer(ClientBase.java:541)
	at org.apache.zookeeper.test.ClientBase.setUpWithServerId(ClientBase.java:528)
	at org.apache.zookeeper.test.ClientBase.setUp(ClientBase.java:504)
	at org.apache.zookeeper.test.FourLetterWordsTest.setUp(FourLetterWordsTest.java:92)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.zookeeper.test.FourLetterWordsTest.testValidateConsOutput[3]

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:305)
	at org.apache.zookeeper.test.ClientBase.startServerInstance(ClientBase.java:428)
	at org.apache.zookeeper.test.ClientBase.startServer(ClientBase.java:541)
	at org.apache.zookeeper.test.ClientBase.setUpWithServerId(ClientBase.java:528)
	at org.apache.zookeeper.test.ClientBase.setUp(ClientBase.java:504)
	at org.apache.zookeeper.test.FourLetterWordsTest.setUp(FourLetterWordsTest.java:92)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.zookeeper.test.FourLetterWordsTest.testValidateSocketTimeout[3]

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:305)
	at org.apache.zookeeper.test.ClientBase.startServerInstance(ClientBase.java:428)
	at org.apache.zookeeper.test.ClientBase.startServer(ClientBase.java:541)
	at org.apache.zookeeper.test.ClientBase.setUpWithServerId(ClientBase.java:528)
	at org.apache.zookeeper.test.ClientBase.setUp(ClientBase.java:504)
	at org.apache.zookeeper.test.FourLetterWordsTest.setUp(FourLetterWordsTest.java:92)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.zookeeper.test.FourLetterWordsTest.testValidateStatOutput[3]

Error Message:
test timed out after 30000 milliseconds

Stack Trace:
org.junit.runners.model.TestTimedOutException: test timed out after 30000 milliseconds
	at java.lang.Thread.sleep(Native Method)
	at org.apache.zookeeper.test.ClientBase.waitForServerUp(ClientBase.java:305)
	at org.apache.zookeeper.test.ClientBase.startServerInstance(ClientBase.java:428)
	at org.apache.zookeeper.test.ClientBase.startServer(ClientBase.java:541)
	at org.apache.zookeeper.test.ClientBase.setUpWithServerId(ClientBase.java:528)
	at org.apache.zookeeper.test.ClientBase.setUp(ClientBase.java:504)
	at org.apache.zookeeper.test.FourLetterWordsTest.setUp(FourLetterWordsTest.java:92)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:748)