See <https://builds.apache.org/job/Kafka-trunk/374/changes>
Changes:
[junrao] KAFKA-1876; pom file for scala 2.11 should reference a specific
version; patched by Jun Rao; reviewed by Joe Stein and Sriharsha Chintalapani
------------------------------------------
[...truncated 1289 lines...]
kafka.admin.AddPartitionsTest > testIncrementPartitions PASSED
kafka.admin.AddPartitionsTest > testManualAssignmentOfReplicas PASSED
kafka.admin.AddPartitionsTest > testReplicaPlacement PASSED
kafka.admin.DeleteTopicTest > testDeleteTopicWithAllAliveReplicas PASSED
kafka.admin.DeleteTopicTest > testResumeDeleteTopicWithRecoveredFollower PASSED
kafka.admin.DeleteTopicTest > testResumeDeleteTopicOnControllerFailover PASSED
kafka.admin.DeleteTopicTest > testPartitionReassignmentDuringDeleteTopic PASSED
kafka.admin.DeleteTopicTest > testDeleteTopicDuringAddPartition PASSED
kafka.admin.DeleteTopicTest > testAddPartitionDuringDeleteTopic PASSED
kafka.admin.DeleteTopicTest > testRecreateTopicAfterDeletion PASSED
kafka.admin.DeleteTopicTest > testDeleteNonExistingTopic PASSED
kafka.admin.DeleteTopicTest > testDeleteTopicWithCleaner PASSED
kafka.api.RequestResponseSerializationTest >
testSerializationAndDeserialization PASSED
kafka.api.ApiUtilsTest > testShortStringNonASCII PASSED
kafka.api.ApiUtilsTest > testShortStringASCII PASSED
kafka.api.test.ProducerSendTest > testSendOffset PASSED
kafka.api.test.ProducerSendTest > testSerializer PASSED
kafka.api.test.ProducerSendTest > testClose PASSED
kafka.api.test.ProducerSendTest > testSendToPartition PASSED
kafka.api.test.ProducerSendTest > testAutoCreateTopic PASSED
kafka.api.test.ProducerFailureHandlingTest > testNotEnoughReplicas PASSED
kafka.api.test.ProducerFailureHandlingTest > testInvalidPartition PASSED
kafka.api.test.ProducerFailureHandlingTest > testTooLargeRecordWithAckZero
PASSED
kafka.api.test.ProducerFailureHandlingTest > testTooLargeRecordWithAckOne PASSED
kafka.api.test.ProducerFailureHandlingTest > testNonExistentTopic PASSED
kafka.api.test.ProducerFailureHandlingTest > testWrongBrokerList PASSED
kafka.api.test.ProducerFailureHandlingTest > testNoResponse PASSED
kafka.api.test.ProducerFailureHandlingTest > testSendAfterClosed PASSED
kafka.api.test.ProducerFailureHandlingTest > testBrokerFailure PASSED
kafka.api.test.ProducerFailureHandlingTest > testCannotSendToInternalTopic
PASSED
kafka.api.test.ProducerFailureHandlingTest >
testNotEnoughReplicasAfterBrokerShutdown PASSED
kafka.api.test.ProducerCompressionTest > testCompression[0] PASSED
kafka.api.test.ProducerCompressionTest > testCompression[1] PASSED
kafka.api.test.ProducerCompressionTest > testCompression[2] PASSED
kafka.api.test.ProducerCompressionTest > testCompression[3] PASSED
kafka.javaapi.consumer.ZookeeperConsumerConnectorTest > testBasic PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testWrittenEqualsRead PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testIteratorIsConsistent PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testSizeInBytes PASSED
kafka.javaapi.message.ByteBufferMessageSetTest >
testIteratorIsConsistentWithCompression PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testSizeInBytesWithCompression
PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testEquals PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testEqualsWithCompression
PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionEnabled
PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionDisabled
PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionEnabledByTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest >
testCleanLeaderElectionDisabledByTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionInvalidTopicOverride FAILED
kafka.common.KafkaException: Socket server failed to bind to
localhost:41488: Address already in use.
at kafka.network.Acceptor.openServerSocket(SocketServer.scala:260)
at kafka.network.Acceptor.<init>(SocketServer.scala:205)
at kafka.network.SocketServer.startup(SocketServer.scala:86)
at kafka.server.KafkaServer.startup(KafkaServer.scala:107)
at kafka.utils.TestUtils$.createServer(TestUtils.scala:134)
at
kafka.integration.UncleanLeaderElectionTest$$anonfun$startBrokers$1.apply(UncleanLeaderElectionTest.scala:95)
at
kafka.integration.UncleanLeaderElectionTest$$anonfun$startBrokers$1.apply(UncleanLeaderElectionTest.scala:93)
at scala.collection.immutable.List.foreach(List.scala:383)
at
kafka.integration.UncleanLeaderElectionTest.startBrokers(UncleanLeaderElectionTest.scala:93)
at
kafka.integration.UncleanLeaderElectionTest.testUncleanLeaderElectionInvalidTopicOverride(UncleanLeaderElectionTest.scala:154)
Caused by:
java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
at kafka.network.Acceptor.openServerSocket(SocketServer.scala:256)
... 9 more
kafka.integration.FetcherTest > testFetcher PASSED
kafka.integration.RollingBounceTest > testRollingBounce PASSED
kafka.integration.PrimitiveApiTest > testFetchRequestCanProperlySerialize PASSED
kafka.integration.PrimitiveApiTest > testEmptyFetchRequest PASSED
kafka.integration.PrimitiveApiTest > testDefaultEncoderProducerAndFetch PASSED
kafka.integration.PrimitiveApiTest >
testDefaultEncoderProducerAndFetchWithCompression PASSED
kafka.integration.PrimitiveApiTest > testProduceAndMultiFetch PASSED
kafka.integration.PrimitiveApiTest > testMultiProduce PASSED
kafka.integration.PrimitiveApiTest > testConsumerEmptyTopic PASSED
kafka.integration.PrimitiveApiTest > testPipelinedProduceRequests PASSED
kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooHigh
PASSED
kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooLow
PASSED
kafka.integration.AutoOffsetResetTest > testResetToLatestWhenOffsetTooHigh
PASSED
kafka.integration.AutoOffsetResetTest > testResetToLatestWhenOffsetTooLow PASSED
kafka.integration.TopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.TopicMetadataTest > testTopicMetadataRequest PASSED
kafka.integration.TopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.TopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.metrics.KafkaTimerTest > testKafkaTimer PASSED
kafka.utils.UtilsTest > testSwallow PASSED
kafka.utils.UtilsTest > testCircularIterator PASSED
kafka.utils.UtilsTest > testReadBytes PASSED
kafka.utils.UtilsTest > testAbs PASSED
kafka.utils.UtilsTest > testReplaceSuffix PASSED
kafka.utils.UtilsTest > testReadInt PASSED
kafka.utils.UtilsTest > testCsvList PASSED
kafka.utils.UtilsTest > testCsvMap PASSED
kafka.utils.UtilsTest > testInLock PASSED
kafka.utils.UtilsTest > testDoublyLinkedList PASSED
kafka.utils.SchedulerTest > testMockSchedulerNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testMockSchedulerPeriodicTask PASSED
kafka.utils.SchedulerTest > testReentrantTaskInMockScheduler PASSED
kafka.utils.SchedulerTest > testNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testPeriodicTask PASSED
kafka.utils.IteratorTemplateTest > testIterator PASSED
kafka.utils.ReplicationUtilsTest > testUpdateLeaderAndIsr PASSED
kafka.utils.JsonTest > testJsonEncoding PASSED
kafka.message.MessageCompressionTest > testSimpleCompressDecompress PASSED
kafka.message.MessageTest > testFieldValues PASSED
kafka.message.MessageTest > testChecksum PASSED
kafka.message.MessageTest > testEquality PASSED
kafka.message.MessageTest > testIsHashable PASSED
kafka.message.ByteBufferMessageSetTest > testWrittenEqualsRead PASSED
kafka.message.ByteBufferMessageSetTest > testIteratorIsConsistent PASSED
kafka.message.ByteBufferMessageSetTest > testSizeInBytes PASSED
kafka.message.ByteBufferMessageSetTest > testWriteTo PASSED
kafka.message.ByteBufferMessageSetTest > testEquals PASSED
kafka.message.ByteBufferMessageSetTest > testIterator PASSED
kafka.message.ByteBufferMessageSetTest > testValidBytes PASSED
kafka.message.ByteBufferMessageSetTest > testValidBytesWithCompression PASSED
kafka.message.ByteBufferMessageSetTest > testOffsetAssignment PASSED
kafka.network.SocketServerTest > simpleRequest PASSED
kafka.network.SocketServerTest > tooBigRequestIsRejected PASSED
kafka.network.SocketServerTest > testNullResponse PASSED
kafka.network.SocketServerTest > testSocketsCloseOnShutdown PASSED
kafka.network.SocketServerTest > testMaxConnectionsPerIp PASSED
kafka.network.SocketServerTest > testMaxConnectionsPerIPOverrides PASSED
kafka.zk.ZKEphemeralTest > testEphemeralNodeCleanup PASSED
331 tests completed, 1 failed
:core:test 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:///x1/jenkins/jenkins-slave/workspace/Kafka-trunk/core/build/reports/tests/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: 8 mins 40.453 secs
Build step 'Execute shell' marked build as failure
Setting
GRADLE_2_1_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1