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 2013/12/19 22:03:31 UTC

Failed: ZOOKEEPER-1844 PreCommit Build #1852

Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1844
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1852/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 294620 lines...]
     [exec] 
     [exec] -1 overall.  Here are the results of testing the latest attachment 
     [exec]   http://issues.apache.org/jira/secure/attachment/12619637/ZOOKEEPER-1844.patch
     [exec]   against trunk revision 1551624.
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     -1 tests included.  The patch doesn't appear to include any new or modified tests.
     [exec]                         Please justify why no new tests are needed for this patch.
     [exec]                         Also please list what manual steps were performed to verify this patch.
     [exec] 
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning messages.
     [exec] 
     [exec]     +1 javac.  The applied patch does not increase the total number of javac compiler warnings.
     [exec] 
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.
     [exec] 
     [exec]     +1 release audit.  The applied patch does not increase the total number of release audit warnings.
     [exec] 
     [exec]     -1 core tests.  The patch failed core unit tests.
     [exec] 
     [exec]     +1 contrib tests.  The patch passed contrib unit tests.
     [exec] 
     [exec] Test results: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1852//testReport/
     [exec] Findbugs warnings: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1852//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
     [exec] Console output: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1852//console
     [exec] 
     [exec] This message is automatically generated.
     [exec] 
     [exec] 
     [exec] ======================================================================
     [exec] ======================================================================
     [exec]     Adding comment to Jira.
     [exec] ======================================================================
     [exec] ======================================================================
     [exec] 
     [exec] 
     [exec] Comment added.
     [exec] f67ba3b75a24b3d806255f4e437ac73cbc350abb logged out
     [exec] 
     [exec] 
     [exec] ======================================================================
     [exec] ======================================================================
     [exec]     Finished build.
     [exec] ======================================================================
     [exec] ======================================================================
     [exec] 
     [exec] 

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/build.xml:1623: exec returned: 2

Total time: 28 minutes 46 seconds
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
Description set: ZOOKEEPER-1844
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) ##############################
3 tests failed.
FAILED:  org.apache.zookeeper.server.quorum.LearnerHandlerTest.testTxnLogOnly

Error Message:
null

Stack Trace:
java.lang.IllegalStateException
	at java.util.LinkedList$ListItr.remove(LinkedList.java:734)
	at org.apache.zookeeper.server.quorum.LearnerHandler.syncFollower(LearnerHandler.java:732)
	at org.apache.zookeeper.server.quorum.LearnerHandlerTest.testTxnLogOnly(LearnerHandlerTest.java:357)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


FAILED:  org.apache.zookeeper.server.quorum.LearnerHandlerTest.testNewEpochZxid

Error Message:
null

Stack Trace:
java.lang.IllegalStateException
	at java.util.LinkedList$ListItr.remove(LinkedList.java:734)
	at org.apache.zookeeper.server.quorum.LearnerHandler.syncFollower(LearnerHandler.java:732)
	at org.apache.zookeeper.server.quorum.LearnerHandlerTest.testNewEpochZxid(LearnerHandlerTest.java:430)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)


FAILED:  org.apache.zookeeper.server.quorum.LearnerHandlerTest.testNewEpochZxidWithTxnlogOnly

Error Message:
Expected 0x400000001 but was 0x400000000 expected:<17179869185> but was:<17179869184>

Stack Trace:
junit.framework.AssertionFailedError: Expected 0x400000001 but was 0x400000000 expected:<17179869185> but was:<17179869184>
	at org.apache.zookeeper.server.quorum.LearnerHandlerTest.assertZxidEquals(LearnerHandlerTest.java:189)
	at org.apache.zookeeper.server.quorum.LearnerHandlerTest.assertOpType(LearnerHandlerTest.java:185)
	at org.apache.zookeeper.server.quorum.LearnerHandlerTest.testNewEpochZxidWithTxnlogOnly(LearnerHandlerTest.java:484)
	at org.apache.zookeeper.JUnit4ZKTestRunner$LoggedInvokeMethod.evaluate(JUnit4ZKTestRunner.java:52)



Success: ZOOKEEPER-1849 PreCommit Build #1853

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Jira: https://issues.apache.org/jira/browse/ZOOKEEPER-1849
Build: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1853/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE ###########################
[...truncated 233951 lines...]
     [exec] BUILD SUCCESSFUL
     [exec] Total time: 0 seconds
     [exec] 
     [exec] 
     [exec] 
     [exec] 
     [exec] +1 overall.  Here are the results of testing the latest attachment 
     [exec]   http://issues.apache.org/jira/secure/attachment/12619776/ZOOKEEPER-1849.patch
     [exec]   against trunk revision 1552469.
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     +1 tests included.  The patch appears to include 42 new or modified tests.
     [exec] 
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning messages.
     [exec] 
     [exec]     +1 javac.  The applied patch does not increase the total number of javac compiler warnings.
     [exec] 
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs (version 1.3.9) warnings.
     [exec] 
     [exec]     +1 release audit.  The applied patch does not increase the total number of release audit warnings.
     [exec] 
     [exec]     +1 core tests.  The patch passed core unit tests.
     [exec] 
     [exec]     +1 contrib tests.  The patch passed contrib unit tests.
     [exec] 
     [exec] Test results: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1853//testReport/
     [exec] Findbugs warnings: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1853//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
     [exec] Console output: https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1853//console
     [exec] 
     [exec] This message is automatically generated.
     [exec] 
     [exec] 
     [exec] ======================================================================
     [exec] ======================================================================
     [exec]     Adding comment to Jira.
     [exec] ======================================================================
     [exec] ======================================================================
     [exec] 
     [exec] 
     [exec] Comment added.
     [exec] d5d235533cfd26cfea4a10e6d95e93dd3244a4aa logged out
     [exec] 
     [exec] 
     [exec] ======================================================================
     [exec] ======================================================================
     [exec]     Finished build.
     [exec] ======================================================================
     [exec] ======================================================================
     [exec] 
     [exec] 

BUILD SUCCESSFUL
Total time: 33 minutes 35 seconds
Archiving artifacts
Recording test results
Description set: ZOOKEEPER-1849
Email was triggered for: Success
Sending email for trigger: Success



###################################################################################
############################## FAILED TESTS (if any) ##############################
All tests passed