See
<https://builds.apache.org/job/kafka-trunk-jdk8/1400/display/redirect?page=changes>
Changes:
[me] KAFKA-4855: Struct SchemaBuilder should not allow duplicate fields
------------------------------------------
[...truncated 342.63 KB...]
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup STARTED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.SaslPlaintextTopicMetadataTest > testBasicTopicMetadata
STARTED
kafka.integration.SaslPlaintextTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAutoCreateTopicWithInvalidReplication STARTED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAutoCreateTopicWithInvalidReplication PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown STARTED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.integration.PrimitiveApiTest > testMultiProduce STARTED
kafka.integration.PrimitiveApiTest > testMultiProduce PASSED
kafka.integration.PrimitiveApiTest > testDefaultEncoderProducerAndFetch STARTED
kafka.integration.PrimitiveApiTest > testDefaultEncoderProducerAndFetch PASSED
kafka.integration.PrimitiveApiTest > testFetchRequestCanProperlySerialize
STARTED
kafka.integration.PrimitiveApiTest > testFetchRequestCanProperlySerialize PASSED
kafka.integration.PrimitiveApiTest > testPipelinedProduceRequests STARTED
kafka.integration.PrimitiveApiTest > testPipelinedProduceRequests PASSED
kafka.integration.PrimitiveApiTest > testProduceAndMultiFetch STARTED
kafka.integration.PrimitiveApiTest > testProduceAndMultiFetch FAILED
java.lang.AssertionError: Partition [test1,0] metadata not propagated after
15000 ms
at kafka.utils.TestUtils$.fail(TestUtils.scala:307)
at kafka.utils.TestUtils$.waitUntilTrue(TestUtils.scala:811)
at
kafka.utils.TestUtils$.waitUntilMetadataIsPropagated(TestUtils.scala:844)
at
kafka.utils.TestUtils$$anonfun$createTopic$1.apply(TestUtils.scala:250)
at
kafka.utils.TestUtils$$anonfun$createTopic$1.apply(TestUtils.scala:249)
at
scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:234)
at
scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:234)
at scala.collection.immutable.Range.foreach(Range.scala:160)
at scala.collection.TraversableLike$class.map(TraversableLike.scala:234)
at scala.collection.AbstractTraversable.map(Traversable.scala:104)
at kafka.utils.TestUtils$.createTopic(TestUtils.scala:249)
at
kafka.integration.PrimitiveApiTest$$anonfun$produceAndMultiFetch$1.apply(PrimitiveApiTest.scala:121)
at
kafka.integration.PrimitiveApiTest$$anonfun$produceAndMultiFetch$1.apply(PrimitiveApiTest.scala:120)
at scala.collection.immutable.List.foreach(List.scala:381)
at
kafka.integration.PrimitiveApiTest.produceAndMultiFetch(PrimitiveApiTest.scala:120)
at
kafka.integration.PrimitiveApiTest.testProduceAndMultiFetch(PrimitiveApiTest.scala:185)
kafka.integration.PrimitiveApiTest >
testDefaultEncoderProducerAndFetchWithCompression STARTED
kafka.integration.PrimitiveApiTest >
testDefaultEncoderProducerAndFetchWithCompression PASSED
kafka.integration.PrimitiveApiTest > testConsumerEmptyTopic STARTED
kafka.integration.PrimitiveApiTest > testConsumerEmptyTopic PASSED
kafka.integration.PrimitiveApiTest > testEmptyFetchRequest STARTED
kafka.integration.PrimitiveApiTest > testEmptyFetchRequest PASSED
kafka.integration.PlaintextTopicMetadataTest >
testIsrAfterBrokerShutDownAndJoinsBack STARTED
kafka.integration.PlaintextTopicMetadataTest >
testIsrAfterBrokerShutDownAndJoinsBack PASSED
kafka.integration.PlaintextTopicMetadataTest > testAutoCreateTopicWithCollision
STARTED
kafka.integration.PlaintextTopicMetadataTest > testAutoCreateTopicWithCollision
PASSED
kafka.integration.PlaintextTopicMetadataTest > testAliveBrokerListWithNoTopics
STARTED
kafka.integration.PlaintextTopicMetadataTest > testAliveBrokerListWithNoTopics
PASSED
kafka.integration.PlaintextTopicMetadataTest > testAutoCreateTopic STARTED
kafka.integration.PlaintextTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.PlaintextTopicMetadataTest > testGetAllTopicMetadata STARTED
kafka.integration.PlaintextTopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.integration.PlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup STARTED
kafka.integration.PlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.PlaintextTopicMetadataTest > testBasicTopicMetadata STARTED
kafka.integration.PlaintextTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.PlaintextTopicMetadataTest >
testAutoCreateTopicWithInvalidReplication STARTED
kafka.integration.PlaintextTopicMetadataTest >
testAutoCreateTopicWithInvalidReplication PASSED
kafka.integration.PlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown STARTED
kafka.integration.PlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.integration.MetricsDuringTopicCreationDeletionTest >
testMetricsDuringTopicCreateDelete STARTED
kafka.integration.MetricsDuringTopicCreationDeletionTest >
testMetricsDuringTopicCreateDelete PASSED
kafka.integration.AutoOffsetResetTest > testResetToLatestWhenOffsetTooLow
STARTED
kafka.integration.AutoOffsetResetTest > testResetToLatestWhenOffsetTooLow PASSED
kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooLow
STARTED
kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooLow
FAILED
java.lang.AssertionError: expected:<10> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
kafka.integration.AutoOffsetResetTest.testResetToEarliestWhenOffsetTooLow(AutoOffsetResetTest.scala:65)
kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooHigh
STARTED
kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooHigh
PASSED
kafka.integration.AutoOffsetResetTest > testResetToLatestWhenOffsetTooHigh
STARTED
kafka.integration.AutoOffsetResetTest > testResetToLatestWhenOffsetTooHigh
PASSED
kafka.integration.SslTopicMetadataTest > testIsrAfterBrokerShutDownAndJoinsBack
STARTED
kafka.integration.SslTopicMetadataTest > testIsrAfterBrokerShutDownAndJoinsBack
PASSED
kafka.integration.SslTopicMetadataTest > testAutoCreateTopicWithCollision
STARTED
kafka.integration.SslTopicMetadataTest > testAutoCreateTopicWithCollision PASSED
kafka.integration.SslTopicMetadataTest > testAliveBrokerListWithNoTopics STARTED
kafka.integration.SslTopicMetadataTest > testAliveBrokerListWithNoTopics PASSED
kafka.integration.SslTopicMetadataTest > testAutoCreateTopic STARTED
kafka.integration.SslTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.SslTopicMetadataTest > testGetAllTopicMetadata STARTED
kafka.integration.SslTopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.integration.SslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup STARTED
kafka.integration.SslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.SslTopicMetadataTest > testBasicTopicMetadata STARTED
kafka.integration.SslTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.SslTopicMetadataTest >
testAutoCreateTopicWithInvalidReplication STARTED
kafka.integration.SslTopicMetadataTest >
testAutoCreateTopicWithInvalidReplication PASSED
kafka.integration.SslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown STARTED
kafka.integration.SslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.integration.SaslSslTopicMetadataTest >
testIsrAfterBrokerShutDownAndJoinsBack STARTED
kafka.integration.SaslSslTopicMetadataTest >
testIsrAfterBrokerShutDownAndJoinsBack PASSED
kafka.integration.SaslSslTopicMetadataTest > testAutoCreateTopicWithCollision
STARTED
kafka.integration.SaslSslTopicMetadataTest > testAutoCreateTopicWithCollision
PASSED
kafka.integration.SaslSslTopicMetadataTest > testAliveBrokerListWithNoTopics
STARTED
kafka.integration.SaslSslTopicMetadataTest > testAliveBrokerListWithNoTopics
PASSED
kafka.integration.SaslSslTopicMetadataTest > testAutoCreateTopic STARTED
kafka.integration.SaslSslTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.SaslSslTopicMetadataTest > testGetAllTopicMetadata STARTED
kafka.integration.SaslSslTopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.integration.SaslSslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup STARTED
kafka.integration.SaslSslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup FAILED
java.lang.AssertionError: Topic metadata is not correctly updated
kafka.integration.SaslSslTopicMetadataTest > testBasicTopicMetadata STARTED
kafka.integration.SaslSslTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.SaslSslTopicMetadataTest >
testAutoCreateTopicWithInvalidReplication STARTED
kafka.integration.SaslSslTopicMetadataTest >
testAutoCreateTopicWithInvalidReplication PASSED
kafka.integration.SaslSslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown STARTED
kafka.integration.SaslSslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.integration.FetcherTest > testFetcher STARTED
kafka.integration.FetcherTest > testFetcher PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionEnabled
STARTED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionEnabled
PASSED
kafka.integration.UncleanLeaderElectionTest >
testCleanLeaderElectionDisabledByTopicOverride STARTED
kafka.integration.UncleanLeaderElectionTest >
testCleanLeaderElectionDisabledByTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionDisabled
STARTED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionDisabled
PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionInvalidTopicOverride STARTED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionInvalidTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionEnabledByTopicOverride STARTED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionEnabledByTopicOverride PASSED
kafka.integration.MinIsrConfigTest > testDefaultKafkaConfig STARTED
kafka.integration.MinIsrConfigTest > testDefaultKafkaConfig PASSED
1092 tests completed, 5 failed
:kafka-trunk-jdk8:core:test FAILED
:test_core_2_11 FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':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.
BUILD FAILED
Total time: 2 hrs 22 mins 30.025 secs
Build step 'Execute shell' marked build as failure
Recording test results
Setting
GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2
Setting
GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2