See <https://builds.apache.org/job/kafka-trunk-jdk8/69/changes>
Changes:
[wangguoz] KAFKA-2648: enforce non-empty group-ids in join-group request
------------------------------------------
[...truncated 1051 lines...]
kafka.integration.PlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.integration.RollingBounceTest > testRollingBounce PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testIsrAfterBrokerShutDownAndJoinsBack PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAutoCreateTopicWithCollision PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokerListWithNoTopics PASSED
kafka.integration.SaslPlaintextTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.SaslPlaintextTopicMetadataTest > testGetAllTopicMetadata
PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.SaslPlaintextTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.SaslPlaintextTopicMetadataTest > testTopicMetadataRequest
PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.integration.PrimitiveApiTest > testMultiProduce PASSED
kafka.integration.PrimitiveApiTest > testDefaultEncoderProducerAndFetch PASSED
kafka.integration.PrimitiveApiTest > testFetchRequestCanProperlySerialize PASSED
kafka.integration.PrimitiveApiTest > testPipelinedProduceRequests PASSED
kafka.integration.PrimitiveApiTest > testProduceAndMultiFetch PASSED
kafka.integration.PrimitiveApiTest >
testDefaultEncoderProducerAndFetchWithCompression PASSED
kafka.integration.PrimitiveApiTest > testConsumerEmptyTopic PASSED
kafka.integration.PrimitiveApiTest > testEmptyFetchRequest PASSED
kafka.integration.SslTopicMetadataTest > testIsrAfterBrokerShutDownAndJoinsBack
PASSED
kafka.integration.SslTopicMetadataTest > testAutoCreateTopicWithCollision PASSED
kafka.integration.SslTopicMetadataTest > testAliveBrokerListWithNoTopics PASSED
kafka.integration.SslTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.SslTopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.integration.SslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.SslTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.SslTopicMetadataTest > testTopicMetadataRequest PASSED
kafka.integration.SslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.integration.FetcherTest > testFetcher PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionEnabled
PASSED
kafka.integration.UncleanLeaderElectionTest >
testCleanLeaderElectionDisabledByTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionDisabled
PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionInvalidTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionEnabledByTopicOverride PASSED
kafka.zk.ZKEphemeralTest > testOverlappingSessions[0] PASSED
kafka.zk.ZKEphemeralTest > testEphemeralNodeCleanup[0] FAILED
org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to
zookeeper server within timeout: 6000
at org.I0Itec.zkclient.ZkClient.connect(ZkClient.java:1183)
at org.I0Itec.zkclient.ZkClient.<init>(ZkClient.java:147)
at org.I0Itec.zkclient.ZkClient.<init>(ZkClient.java:122)
at kafka.utils.ZkUtils$.createZkClientAndConnection(ZkUtils.scala:89)
at kafka.utils.ZkUtils$.apply(ZkUtils.scala:71)
at
kafka.zk.ZKEphemeralTest.testEphemeralNodeCleanup(ZKEphemeralTest.scala:79)
kafka.zk.ZKEphemeralTest > testZkWatchedEphemeral[0] PASSED
kafka.zk.ZKEphemeralTest > testSameSession[0] PASSED
kafka.zk.ZKEphemeralTest > testOverlappingSessions[1] PASSED
kafka.zk.ZKEphemeralTest > testEphemeralNodeCleanup[1] PASSED
kafka.zk.ZKEphemeralTest > testZkWatchedEphemeral[1] PASSED
kafka.zk.ZKEphemeralTest > testSameSession[1] PASSED
kafka.zk.ZKPathTest > testCreatePersistentSequentialThrowsException PASSED
kafka.zk.ZKPathTest > testCreatePersistentSequentialExists PASSED
kafka.zk.ZKPathTest > testCreateEphemeralPathExists PASSED
kafka.zk.ZKPathTest > testCreatePersistentPath PASSED
kafka.zk.ZKPathTest > testMakeSurePersistsPathExistsThrowsException PASSED
kafka.zk.ZKPathTest > testCreateEphemeralPathThrowsException PASSED
kafka.zk.ZKPathTest > testCreatePersistentPathThrowsException PASSED
kafka.zk.ZKPathTest > testMakeSurePersistsPathExists PASSED
kafka.metrics.KafkaTimerTest > testKafkaTimer PASSED
kafka.message.MessageCompressionTest > testSimpleCompressDecompress PASSED
kafka.message.MessageWriterTest > testWithNoCompressionAttribute PASSED
kafka.message.MessageWriterTest > testWithCompressionAttribute PASSED
kafka.message.MessageWriterTest > testBufferingOutputStream PASSED
kafka.message.MessageWriterTest > testWithKey PASSED
kafka.message.ByteBufferMessageSetTest > testOffsetAssignment PASSED
kafka.message.ByteBufferMessageSetTest > testValidBytes PASSED
kafka.message.ByteBufferMessageSetTest > testValidBytesWithCompression PASSED
kafka.message.ByteBufferMessageSetTest > testIteratorIsConsistent PASSED
kafka.message.ByteBufferMessageSetTest > testWrittenEqualsRead PASSED
kafka.message.ByteBufferMessageSetTest > testWriteTo PASSED
kafka.message.ByteBufferMessageSetTest > testEquals PASSED
kafka.message.ByteBufferMessageSetTest > testSizeInBytes PASSED
kafka.message.ByteBufferMessageSetTest > testIterator PASSED
kafka.message.MessageTest > testChecksum PASSED
kafka.message.MessageTest > testIsHashable PASSED
kafka.message.MessageTest > testFieldValues PASSED
kafka.message.MessageTest > testEquality PASSED
kafka.server.KafkaConfigTest > testAdvertiseConfigured PASSED
kafka.server.KafkaConfigTest > testLogRetentionTimeHoursProvided PASSED
kafka.server.KafkaConfigTest > testLogRollTimeBothMsAndHoursProvided PASSED
kafka.server.KafkaConfigTest > testLogRetentionValid PASSED
kafka.server.KafkaConfigTest > testSpecificProperties PASSED
kafka.server.KafkaConfigTest > testDefaultCompressionType PASSED
kafka.server.KafkaConfigTest > testDuplicateListeners PASSED
kafka.server.KafkaConfigTest > testLogRetentionUnlimited PASSED
kafka.server.KafkaConfigTest > testLogRetentionTimeMsProvided PASSED
kafka.server.KafkaConfigTest > testLogRollTimeNoConfigProvided PASSED
kafka.server.KafkaConfigTest > testAdvertiseDefaults PASSED
kafka.server.KafkaConfigTest > testBadListenerProtocol PASSED
kafka.server.KafkaConfigTest > testListenerDefaults PASSED
kafka.server.KafkaConfigTest > testLogRetentionTimeBothMinutesAndHoursProvided
PASSED
kafka.server.KafkaConfigTest > testUncleanElectionDisabled PASSED
kafka.server.KafkaConfigTest > testLogRetentionTimeNoConfigProvided PASSED
kafka.server.KafkaConfigTest > testFromPropsInvalid PASSED
kafka.server.KafkaConfigTest > testInvalidCompressionType PASSED
kafka.server.KafkaConfigTest > testAdvertiseHostNameDefault PASSED
kafka.server.KafkaConfigTest > testLogRetentionTimeMinutesProvided PASSED
kafka.server.KafkaConfigTest > testValidCompressionType PASSED
kafka.server.KafkaConfigTest > testUncleanElectionInvalid PASSED
kafka.server.KafkaConfigTest > testLogRetentionTimeBothMinutesAndMsProvided
PASSED
kafka.server.KafkaConfigTest > testLogRollTimeMsProvided PASSED
kafka.server.KafkaConfigTest > testUncleanLeaderElectionDefault PASSED
kafka.server.KafkaConfigTest > testUncleanElectionEnabled PASSED
kafka.server.KafkaConfigTest > testAdvertisePortDefault PASSED
kafka.server.KafkaConfigTest > testVersionConfiguration PASSED
kafka.server.DynamicConfigChangeTest > testProcessNotification PASSED
kafka.server.DynamicConfigChangeTest > testClientQuotaConfigChange PASSED
kafka.server.DynamicConfigChangeTest > testConfigChangeOnNonExistingTopic PASSED
kafka.server.DynamicConfigChangeTest > testConfigChange PASSED
kafka.server.SaslSslReplicaFetchTest > testReplicaFetcherThread PASSED
kafka.server.LogOffsetTest > testGetOffsetsBeforeEarliestTime PASSED
kafka.server.LogOffsetTest > testGetOffsetsForUnknownTopic PASSED
kafka.server.LogOffsetTest > testEmptyLogsGetOffsets PASSED
kafka.server.LogOffsetTest > testGetOffsetsBeforeLatestTime PASSED
kafka.server.LogOffsetTest > testGetOffsetsBeforeNow PASSED
kafka.server.SimpleFetchTest > testReadFromLog PASSED
kafka.server.LogRecoveryTest > testHWCheckpointNoFailuresMultipleLogSegments
PASSED
259 tests completed, 1 failed
:kafka-trunk-jdk8:core:test FAILED
:test_core_2_10_5 FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':core:test'.
> Process 'Gradle Test Executor 2' finished with non-zero exit value 1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 23 mins 37.522 secs
Build step 'Execute shell' marked build as failure
Recording test results
Setting
GRADLE_2_1_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1
Setting
JDK1_8_0_45_HOME=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_45
ERROR: Publisher 'Publish JUnit test result report' failed: No test report
files were found. Configuration error?
Setting
GRADLE_2_1_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1
Setting
JDK1_8_0_45_HOME=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_45