See
<https://builds.apache.org/job/kafka-2.3-jdk8/161/display/redirect?page=changes>
Changes:
[matthias] KAFKA-9068: Fix javadoc of Stores.{persistent,inMemory}SessionStore
------------------------------------------
[...truncated 2.98 MB...]
kafka.utils.JsonTest > testLegacyEncodeAsString STARTED
kafka.utils.JsonTest > testLegacyEncodeAsString PASSED
kafka.utils.JsonTest > testEncodeAsBytes STARTED
kafka.utils.JsonTest > testEncodeAsBytes PASSED
kafka.utils.JsonTest > testEncodeAsString STARTED
kafka.utils.JsonTest > testEncodeAsString PASSED
kafka.utils.ReplicationUtilsTest > testUpdateLeaderAndIsr STARTED
kafka.utils.ReplicationUtilsTest > testUpdateLeaderAndIsr PASSED
kafka.utils.ZkUtilsTest > testGetSequenceIdMethod STARTED
kafka.utils.ZkUtilsTest > testGetSequenceIdMethod PASSED
kafka.utils.ZkUtilsTest > testAbortedConditionalDeletePath STARTED
kafka.utils.ZkUtilsTest > testAbortedConditionalDeletePath PASSED
kafka.utils.ZkUtilsTest > testGetAllPartitionsTopicWithoutPartitions STARTED
kafka.utils.ZkUtilsTest > testGetAllPartitionsTopicWithoutPartitions PASSED
kafka.utils.ZkUtilsTest > testSuccessfulConditionalDeletePath STARTED
kafka.utils.ZkUtilsTest > testSuccessfulConditionalDeletePath PASSED
kafka.utils.ZkUtilsTest > testPersistentSequentialPath STARTED
kafka.utils.ZkUtilsTest > testPersistentSequentialPath PASSED
kafka.utils.ZkUtilsTest > testClusterIdentifierJsonParsing STARTED
kafka.utils.ZkUtilsTest > testClusterIdentifierJsonParsing PASSED
kafka.utils.ZkUtilsTest > testGetLeaderIsrAndEpochForPartition STARTED
kafka.utils.ZkUtilsTest > testGetLeaderIsrAndEpochForPartition PASSED
kafka.utils.PasswordEncoderTest > testEncoderConfigChange STARTED
kafka.utils.PasswordEncoderTest > testEncoderConfigChange PASSED
kafka.utils.PasswordEncoderTest > testEncodeDecodeAlgorithms STARTED
kafka.utils.PasswordEncoderTest > testEncodeDecodeAlgorithms PASSED
kafka.utils.PasswordEncoderTest > testEncodeDecode STARTED
kafka.utils.PasswordEncoderTest > testEncodeDecode PASSED
kafka.utils.timer.TimerTaskListTest > testAll STARTED
kafka.utils.timer.TimerTaskListTest > testAll PASSED
kafka.utils.timer.TimerTest > testAlreadyExpiredTask STARTED
kafka.utils.timer.TimerTest > testAlreadyExpiredTask PASSED
kafka.utils.timer.TimerTest > testTaskExpiration STARTED
kafka.utils.timer.TimerTest > testTaskExpiration PASSED
kafka.utils.ShutdownableThreadTest > testShutdownWhenCalledAfterThreadStart
STARTED
kafka.utils.ShutdownableThreadTest > testShutdownWhenCalledAfterThreadStart
PASSED
kafka.utils.SchedulerTest > testMockSchedulerNonPeriodicTask STARTED
kafka.utils.SchedulerTest > testMockSchedulerNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testUnscheduleProducerTask STARTED
kafka.utils.SchedulerTest > testUnscheduleProducerTask PASSED
kafka.utils.SchedulerTest > testMockSchedulerPeriodicTask STARTED
kafka.utils.SchedulerTest > testMockSchedulerPeriodicTask PASSED
kafka.utils.SchedulerTest > testNonPeriodicTask STARTED
kafka.utils.SchedulerTest > testNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testRestart STARTED
kafka.utils.SchedulerTest > testRestart PASSED
kafka.utils.SchedulerTest > testReentrantTaskInMockScheduler STARTED
kafka.utils.SchedulerTest > testReentrantTaskInMockScheduler PASSED
kafka.utils.SchedulerTest > testPeriodicTask STARTED
kafka.utils.SchedulerTest > testPeriodicTask 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.utils.TopicFilterTest > testWhitelists STARTED
kafka.utils.TopicFilterTest > testWhitelists PASSED
integration.kafka.api.ConsumerTopicCreationTest >
testAutoTopicCreation[brokerTopicCreation=true, consumerTopicCreation=true]
STARTED
integration.kafka.api.ConsumerTopicCreationTest >
testAutoTopicCreation[brokerTopicCreation=true, consumerTopicCreation=true]
PASSED
integration.kafka.api.ConsumerTopicCreationTest >
testAutoTopicCreation[brokerTopicCreation=true, consumerTopicCreation=false]
STARTED
integration.kafka.api.ConsumerTopicCreationTest >
testAutoTopicCreation[brokerTopicCreation=true, consumerTopicCreation=false]
PASSED
integration.kafka.api.ConsumerTopicCreationTest >
testAutoTopicCreation[brokerTopicCreation=false, consumerTopicCreation=true]
STARTED
integration.kafka.api.ConsumerTopicCreationTest >
testAutoTopicCreation[brokerTopicCreation=false, consumerTopicCreation=true]
PASSED
integration.kafka.api.ConsumerTopicCreationTest >
testAutoTopicCreation[brokerTopicCreation=false, consumerTopicCreation=false]
STARTED
integration.kafka.api.ConsumerTopicCreationTest >
testAutoTopicCreation[brokerTopicCreation=false, consumerTopicCreation=false]
PASSED
2409 tests completed, 8 failed, 2 skipped
> Task :kafka-2.3-jdk8:core:test FAILED
> Task :testScala_2_12 FAILED
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':kafka-2.3-jdk8:core:test'.
> There were failing tests. See the report at:
> file://<https://builds.apache.org/job/kafka-2.3-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. Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':kafka-2.3-jdk8:core:test'.
> There were failing tests. See the report at:
> file://<https://builds.apache.org/job/kafka-2.3-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. Run with --scan to get full insights.
==============================================================================
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 4h 55m 50s
141 actionable tasks: 115 executed, 26 up-to-date
Build step 'Execute shell' marked build as failure
[FINDBUGS] Collecting findbugs analysis files...
Setting GRADLE_4_10_3_HOME=/home/jenkins/tools/gradle/4.10.3
[FINDBUGS] Searching for all files in
<https://builds.apache.org/job/kafka-2.3-jdk8/ws/> that match the pattern
**/build/reports/findbugs/*.xml
[FINDBUGS] No files found. Configuration error?
Setting GRADLE_4_10_3_HOME=/home/jenkins/tools/gradle/4.10.3
No credentials specified
Setting GRADLE_4_10_3_HOME=/home/jenkins/tools/gradle/4.10.3
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=829fdaf26a2c3c1fee6dd6d68abcbd82811af503,
workspace=<https://builds.apache.org/job/kafka-2.3-jdk8/ws/>
[FINDBUGS] Computing warning deltas based on reference build #151
Recording test results
Setting GRADLE_4_10_3_HOME=/home/jenkins/tools/gradle/4.10.3
Setting GRADLE_4_10_3_HOME=/home/jenkins/tools/gradle/4.10.3
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]
Not sending mail to unregistered user [email protected]