You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/05/11 08:35:04 UTC

Build failed in Jenkins: bookkeeper-master-git-pullrequest #371

See <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/371/display/redirect?page=changes>

Changes:

[mmerli] BOOKKEEPER-1008 Move to Netty4.1

[mmerli] Addressing review comments - Use Netty 4.1.9 - Do not include classifier

[mmerli] Addressing ref count issues in LedgerHandleAdv and PendingAddOp

[mmerli] Close bk connections when handling exceptions

[mmerli] Addressed comments from @revans2 and switched to netty-all dependency

[mmerli] Avoid ByteBuf.duplicate() in deserialization of addEntry

[mmerli] Ensure the buffer to send is retained while we are connecting to bookie

[mmerli] Fixed ref count when reading last confirmed op

[mmerli] Release buffer after error

[mmerli] Release buffer when exception is thrown

[mmerli] Fixed issue with releasing null buffer

[mmerli] Added DoubleByteBuf instead of using CompositeByteBuf

[mmerli] Ensure entries for same ledger are sent in order on the same connection,

[mmerli] Ignore ensemble changes after the callback has been submitted

[mmerli] Should expect NativeIoException when Netty uses epoll

[mmerli] Use a more effective way to pause bookies in test

[mmerli] Do not create event loop in overloaded constructor, as it will not be

[mmerli] Wait until the bookie event loop is shut down, or force it after a

------------------------------------------
[...truncated 63.92 KB...]
testDuplicateEnDisableAutoRecovery[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)  Time elapsed: 30.111 sec  <<< ERROR!
java.net.BindException: Address already in use
	at org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.setUp(AuditorLedgerCheckerTest.java:104)

testDuplicateEnDisableAutoRecovery[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)  Time elapsed: 30.112 sec  <<< FAILURE!
java.lang.AssertionError: waiting for server down
	at org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.tearDown(AuditorLedgerCheckerTest.java:115)

testRestartBookie[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)  Time elapsed: 30.131 sec  <<< ERROR!
java.net.BindException: Address already in use
	at org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.setUp(AuditorLedgerCheckerTest.java:104)

testRestartBookie[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)  Time elapsed: 30.131 sec  <<< FAILURE!
java.lang.AssertionError: waiting for server down
	at org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.tearDown(AuditorLedgerCheckerTest.java:115)

testDelayedAuditWithRollingUpgrade[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)  Time elapsed: 30.102 sec  <<< ERROR!
java.net.BindException: Address already in use
	at org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.setUp(AuditorLedgerCheckerTest.java:104)

testDelayedAuditWithRollingUpgrade[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)  Time elapsed: 30.105 sec  <<< FAILURE!
java.lang.AssertionError: waiting for server down
	at org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.tearDown(AuditorLedgerCheckerTest.java:115)

Running org.apache.bookkeeper.replication.AuditorBookieTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.645 sec - in org.apache.bookkeeper.replication.AuditorBookieTest
Running org.apache.bookkeeper.replication.BookieAutoRecoveryTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.611 sec - in org.apache.bookkeeper.replication.BookieAutoRecoveryTest
Running org.apache.bookkeeper.replication.TestLedgerUnderreplicationManager
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.806 sec - in org.apache.bookkeeper.replication.TestLedgerUnderreplicationManager
Running org.apache.bookkeeper.replication.TestReplicationWorker
Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 122.163 sec - in org.apache.bookkeeper.replication.TestReplicationWorker
Running org.apache.bookkeeper.replication.AuditorPeriodicBookieCheckTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.542 sec - in org.apache.bookkeeper.replication.AuditorPeriodicBookieCheckTest
Running org.apache.bookkeeper.replication.AuthAutoRecoveryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.793 sec - in org.apache.bookkeeper.replication.AuthAutoRecoveryTest
Running org.apache.bookkeeper.replication.BookieLedgerIndexTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.025 sec - in org.apache.bookkeeper.replication.BookieLedgerIndexTest
Running org.apache.bookkeeper.meta.GcLedgersTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.668 sec - in org.apache.bookkeeper.meta.GcLedgersTest
Running org.apache.bookkeeper.meta.TestZkLedgerIdGenerator
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.778 sec - in org.apache.bookkeeper.meta.TestZkLedgerIdGenerator
Running org.apache.bookkeeper.meta.LedgerManagerIteratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 sec - in org.apache.bookkeeper.meta.LedgerManagerIteratorTest
Running org.apache.bookkeeper.meta.LedgerLayoutTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.337 sec - in org.apache.bookkeeper.meta.LedgerLayoutTest
Running org.apache.bookkeeper.meta.TestLedgerManager
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.611 sec - in org.apache.bookkeeper.meta.TestLedgerManager
Running org.apache.bookkeeper.meta.TestLongZkLedgerIdGenerator
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.896 sec - in org.apache.bookkeeper.meta.TestLongZkLedgerIdGenerator
Running org.apache.bookkeeper.meta.TestZkVersion
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.apache.bookkeeper.meta.TestZkVersion

Results :

Tests in error: 
org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditOfLostBookies[2](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditOfLostBookies[3](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditOfLostBookies[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditWithMultipleBookieFailures[2](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditWithMultipleBookieFailures[3](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditWithMultipleBookieFailures[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditWithPeriodicBookieCheck[2](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditWithPeriodicBookieCheck[3](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditWithPeriodicBookieCheck[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditWithRollingUpgrade[1](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditWithRollingUpgrade[2](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditWithRollingUpgrade[3](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDelayedAuditWithRollingUpgrade[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDuplicateEnDisableAutoRecovery[1](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDuplicateEnDisableAutoRecovery[2](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDuplicateEnDisableAutoRecovery[3](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testDuplicateEnDisableAutoRecovery[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testMultipleBookieFailures[2](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testMultipleBookieFailures[3](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testMultipleBookieFailures[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testReadOnlyBookieExclusionFromURLedgersCheck[2](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testReadOnlyBookieExclusionFromURLedgersCheck[3](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testReadOnlyBookieExclusionFromURLedgersCheck[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testReadOnlyBookieShutdown[2](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testReadOnlyBookieShutdown[3](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testReadOnlyBookieShutdown[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testRestartBookie[1](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testRestartBookie[2](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testRestartBookie[3](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testRestartBookie[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testSimpleLedger[2](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testSimpleLedger[3](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testSimpleLedger[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testToggleLedgerReplication[1](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.testToggleLedgerReplication:232->shutdownBookie:563 » TestTimedOut
  Run 2: AuditorLedgerCheckerTest.tearDown:114->stopAuditorElectors:130 » ConcurrentModification

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testToggleLedgerReplication[2](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testToggleLedgerReplication[3](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down

org.apache.bookkeeper.replication.AuditorLedgerCheckerTest.testToggleLedgerReplication[4](org.apache.bookkeeper.replication.AuditorLedgerCheckerTest)
  Run 1: AuditorLedgerCheckerTest.setUp:104->BookKeeperClusterTestCase.setUp:97->BookKeeperClusterTestCase.startZKCluster:130 » Bind
  Run 2: AuditorLedgerCheckerTest.tearDown:115->BookKeeperClusterTestCase.tearDown:112->BookKeeperClusterTestCase.stopZKCluster:140 waiting for server down


Tests run: 1134, Failures: 0, Errors: 37, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] bookkeeper ......................................... SUCCESS [  5.307 s]
[INFO] compability dependencies ........................... SUCCESS [  0.136 s]
[INFO] bookkeeper-server-compat400 ........................ SUCCESS [  5.762 s]
[INFO] bookkeeper-server-compat410 ........................ SUCCESS [  2.796 s]
[INFO] bookkeeper-server-compat420 ........................ SUCCESS [  2.472 s]
[INFO] Stats API for bookkeeper ........................... SUCCESS [  7.102 s]
[INFO] bookkeeper-server .................................. FAILURE [  01:07 h]
[INFO] bookkeeper-benchmark ............................... SKIPPED
[INFO] Stats provider for twitter-stats package ........... SKIPPED
[INFO] Stats provider for twitter-ostrich package ......... SKIPPED
[INFO] Stats provider for codahale metrics ................ SKIPPED
[INFO] bookkeeper-stats-providers ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:08 h
[INFO] Finished at: 2017-05-11T08:34:36+00:00
[INFO] Final Memory: 41M/817M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project bookkeeper-server: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/ws/bookkeeper-server/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :bookkeeper-server
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Recording test results
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting MAVEN_3_3_3_HOME=/home/jenkins/tools/maven/apache-maven-3.3.3
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting MAVEN_3_3_3_HOME=/home/jenkins/tools/maven/apache-maven-3.3.3

Jenkins build is back to normal : bookkeeper-master-git-pullrequest #372

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/bookkeeper-master-git-pullrequest/372/display/redirect?page=changes>