See
<https://builds.apache.org/job/kafka-trunk-jdk8/2278/display/redirect?page=changes>
Changes:
[damian.guy] KAFKA-6086: Provide for custom error handling when Kafka Streams
fails
------------------------------------------
[...truncated 404.40 KB...]
kafka.utils.CoreUtilsTest > testAtomicGetOrUpdate PASSED
kafka.utils.CoreUtilsTest > testUrlSafeBase64EncodeUUID STARTED
kafka.utils.CoreUtilsTest > testUrlSafeBase64EncodeUUID PASSED
kafka.utils.CoreUtilsTest > testCsvMap STARTED
kafka.utils.CoreUtilsTest > testCsvMap PASSED
kafka.utils.CoreUtilsTest > testInLock STARTED
kafka.utils.CoreUtilsTest > testInLock PASSED
kafka.utils.CoreUtilsTest > testTryAll STARTED
kafka.utils.CoreUtilsTest > testTryAll PASSED
kafka.utils.CoreUtilsTest > testSwallow STARTED
kafka.utils.CoreUtilsTest > testSwallow PASSED
kafka.utils.IteratorTemplateTest > testIterator STARTED
kafka.utils.IteratorTemplateTest > testIterator PASSED
kafka.utils.json.JsonValueTest > testJsonObjectIterator STARTED
kafka.utils.json.JsonValueTest > testJsonObjectIterator PASSED
kafka.utils.json.JsonValueTest > testDecodeLong STARTED
kafka.utils.json.JsonValueTest > testDecodeLong PASSED
kafka.utils.json.JsonValueTest > testAsJsonObject STARTED
kafka.utils.json.JsonValueTest > testAsJsonObject PASSED
kafka.utils.json.JsonValueTest > testDecodeDouble STARTED
kafka.utils.json.JsonValueTest > testDecodeDouble PASSED
kafka.utils.json.JsonValueTest > testDecodeOption STARTED
kafka.utils.json.JsonValueTest > testDecodeOption PASSED
kafka.utils.json.JsonValueTest > testDecodeString STARTED
kafka.utils.json.JsonValueTest > testDecodeString PASSED
kafka.utils.json.JsonValueTest > testJsonValueToString STARTED
kafka.utils.json.JsonValueTest > testJsonValueToString PASSED
kafka.utils.json.JsonValueTest > testAsJsonObjectOption STARTED
kafka.utils.json.JsonValueTest > testAsJsonObjectOption PASSED
kafka.utils.json.JsonValueTest > testAsJsonArrayOption STARTED
kafka.utils.json.JsonValueTest > testAsJsonArrayOption PASSED
kafka.utils.json.JsonValueTest > testAsJsonArray STARTED
kafka.utils.json.JsonValueTest > testAsJsonArray PASSED
kafka.utils.json.JsonValueTest > testJsonValueHashCode STARTED
kafka.utils.json.JsonValueTest > testJsonValueHashCode PASSED
kafka.utils.json.JsonValueTest > testDecodeInt STARTED
kafka.utils.json.JsonValueTest > testDecodeInt PASSED
kafka.utils.json.JsonValueTest > testDecodeMap STARTED
kafka.utils.json.JsonValueTest > testDecodeMap PASSED
kafka.utils.json.JsonValueTest > testDecodeSeq STARTED
kafka.utils.json.JsonValueTest > testDecodeSeq PASSED
kafka.utils.json.JsonValueTest > testJsonObjectGet STARTED
kafka.utils.json.JsonValueTest > testJsonObjectGet PASSED
kafka.utils.json.JsonValueTest > testJsonValueEquals STARTED
kafka.utils.json.JsonValueTest > testJsonValueEquals PASSED
kafka.utils.json.JsonValueTest > testJsonArrayIterator STARTED
kafka.utils.json.JsonValueTest > testJsonArrayIterator PASSED
kafka.utils.json.JsonValueTest > testJsonObjectApply STARTED
kafka.utils.json.JsonValueTest > testJsonObjectApply PASSED
kafka.utils.json.JsonValueTest > testDecodeBoolean STARTED
kafka.utils.json.JsonValueTest > testDecodeBoolean PASSED
kafka.producer.AsyncProducerTest > testFailedSendRetryLogic STARTED
kafka.producer.AsyncProducerTest > testFailedSendRetryLogic PASSED
kafka.producer.AsyncProducerTest > testQueueTimeExpired STARTED
kafka.producer.AsyncProducerTest > testQueueTimeExpired FAILED
java.lang.AssertionError:
Expectation failure on verify:
DefaultEventHandler.handle(ArrayBuffer(KeyedMessage(topic1,null,null,msg0),
KeyedMessage(topic1,null,null,msg1))): expected: 1, actual: 1
at org.easymock.internal.MocksControl.verify(MocksControl.java:277)
at org.easymock.EasyMock.verify(EasyMock.java:2041)
at
kafka.producer.AsyncProducerTest.testQueueTimeExpired(AsyncProducerTest.scala:157)
kafka.producer.AsyncProducerTest > testPartitionAndCollateEvents STARTED
kafka.producer.AsyncProducerTest > testPartitionAndCollateEvents PASSED
kafka.producer.AsyncProducerTest > testBatchSize STARTED
kafka.producer.AsyncProducerTest > testBatchSize PASSED
kafka.producer.AsyncProducerTest > testSerializeEvents STARTED
kafka.producer.AsyncProducerTest > testSerializeEvents PASSED
kafka.producer.AsyncProducerTest > testProducerQueueSize STARTED
kafka.producer.AsyncProducerTest > testProducerQueueSize PASSED
kafka.producer.AsyncProducerTest > testRandomPartitioner STARTED
kafka.producer.AsyncProducerTest > testRandomPartitioner PASSED
kafka.producer.AsyncProducerTest > testInvalidConfiguration STARTED
kafka.producer.AsyncProducerTest > testInvalidConfiguration PASSED
kafka.producer.AsyncProducerTest > testInvalidPartition STARTED
kafka.producer.AsyncProducerTest > testInvalidPartition PASSED
kafka.producer.AsyncProducerTest > testNoBroker STARTED
kafka.producer.AsyncProducerTest > testNoBroker PASSED
kafka.producer.AsyncProducerTest > testProduceAfterClosed STARTED
kafka.producer.AsyncProducerTest > testProduceAfterClosed PASSED
kafka.producer.AsyncProducerTest > testJavaProducer STARTED
kafka.producer.AsyncProducerTest > testJavaProducer PASSED
kafka.producer.AsyncProducerTest > testIncompatibleEncoder STARTED
kafka.producer.AsyncProducerTest > testIncompatibleEncoder PASSED
kafka.producer.SyncProducerTest > testReachableServer STARTED
kafka.producer.SyncProducerTest > testReachableServer PASSED
kafka.producer.SyncProducerTest > testMessageSizeTooLarge STARTED
kafka.producer.SyncProducerTest > testMessageSizeTooLarge PASSED
kafka.producer.SyncProducerTest > testNotEnoughReplicas STARTED
kafka.producer.SyncProducerTest > testNotEnoughReplicas PASSED
kafka.producer.SyncProducerTest > testMessageSizeTooLargeWithAckZero STARTED
kafka.producer.SyncProducerTest > testMessageSizeTooLargeWithAckZero PASSED
kafka.producer.SyncProducerTest > testProducerCanTimeout STARTED
kafka.producer.SyncProducerTest > testProducerCanTimeout PASSED
kafka.producer.SyncProducerTest > testProduceRequestWithNoResponse STARTED
kafka.producer.SyncProducerTest > testProduceRequestWithNoResponse PASSED
kafka.producer.SyncProducerTest > testEmptyProduceRequest STARTED
kafka.producer.SyncProducerTest > testEmptyProduceRequest PASSED
kafka.producer.SyncProducerTest > testProduceCorrectlyReceivesResponse STARTED
kafka.producer.SyncProducerTest > testProduceCorrectlyReceivesResponse PASSED
kafka.producer.ProducerTest > testSendToNewTopic STARTED
kafka.producer.ProducerTest > testSendToNewTopic PASSED
kafka.producer.ProducerTest > testAsyncSendCanCorrectlyFailWithTimeout STARTED
kafka.producer.ProducerTest > testAsyncSendCanCorrectlyFailWithTimeout PASSED
kafka.producer.ProducerTest > testSendNullMessage STARTED
kafka.producer.ProducerTest > testSendNullMessage PASSED
kafka.producer.ProducerTest > testUpdateBrokerPartitionInfo STARTED
kafka.producer.ProducerTest > testUpdateBrokerPartitionInfo PASSED
kafka.producer.ProducerTest > testSendWithDeadBroker STARTED
kafka.producer.ProducerTest > testSendWithDeadBroker PASSED
1738 tests completed, 1 failed, 6 skipped
:kafka-trunk-jdk8:core:test FAILED
:test_core_2_11 FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':kafka-trunk-jdk8:core:test'.
> There were failing tests. See the report at:
> file://<https://builds.apache.org/job/kafka-trunk-jdk8/ws/core/build/reports/tests/test/index.html>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
* Get more help at https://help.gradle.org
BUILD FAILED in 1h 0m 5s
16 actionable tasks: 4 executed, 12 up-to-date
Build step 'Execute shell' marked build as failure
[FINDBUGS] Collecting findbugs analysis files...
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
[FINDBUGS] Searching for all files in
<https://builds.apache.org/job/kafka-trunk-jdk8/ws/> that match the pattern
**/build/reports/findbugs/*.xml
[FINDBUGS] Parsing 1 file in
<https://builds.apache.org/job/kafka-trunk-jdk8/ws/>
[FINDBUGS] Successfully parsed file
<https://builds.apache.org/job/kafka-trunk-jdk8/ws/core/build/reports/findbugs/main.xml>
with 0 unique warnings and 0 duplicates.
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=69777260e05ab12ee8480c23cd2e6acc6e218a12,
workspace=<https://builds.apache.org/job/kafka-trunk-jdk8/ws/>
[FINDBUGS] Computing warning deltas based on reference build #2276
Recording test results
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
ERROR: No tool found matching GRADLE_3_4_RC_2_HOME
Setting GRADLE_3_5_HOME=/home/jenkins/tools/gradle/3.5
Not sending mail to unregistered user [email protected]