See <https://builds.apache.org/job/Kafka-trunk/469/changes>
Changes: [junrao] kafka-1990; Add unlimited time-based log retention; patched by Jeff Holoman; reviewed by Jun Rao ------------------------------------------ [...truncated 1943 lines...] kafka.log.CleanerTest > testCleaningWithUnkeyedMessages PASSED kafka.log.CleanerTest > testCleanSegmentsWithAbort PASSED kafka.log.CleanerTest > testSegmentGrouping PASSED kafka.log.CleanerTest > testSegmentGroupingWithSparseOffsets PASSED kafka.log.CleanerTest > testBuildOffsetMap PASSED kafka.log.OffsetMapTest > testBasicValidation PASSED kafka.log.OffsetMapTest > testClear PASSED kafka.log.FileMessageSetTest > testWrittenEqualsRead PASSED kafka.log.FileMessageSetTest > testIteratorIsConsistent PASSED kafka.log.FileMessageSetTest > testSizeInBytes PASSED kafka.log.FileMessageSetTest > testWriteTo PASSED kafka.log.FileMessageSetTest > testFileSize PASSED kafka.log.FileMessageSetTest > testIterationOverPartialAndTruncation PASSED kafka.log.FileMessageSetTest > testIterationDoesntChangePosition PASSED kafka.log.FileMessageSetTest > testRead PASSED kafka.log.FileMessageSetTest > testSearch PASSED kafka.log.FileMessageSetTest > testIteratorWithLimits PASSED kafka.log.FileMessageSetTest > testTruncate PASSED kafka.log.LogCleanerIntegrationTest > cleanerTest PASSED kafka.log.LogSegmentTest > testTruncate PASSED kafka.log.LogSegmentTest > testReadOnEmptySegment PASSED kafka.log.LogSegmentTest > testReadBeforeFirstOffset PASSED kafka.log.LogSegmentTest > testMaxOffset PASSED kafka.log.LogSegmentTest > testReadAfterLast PASSED kafka.log.LogSegmentTest > testReadFromGap PASSED kafka.log.LogSegmentTest > testTruncateFull PASSED kafka.log.LogSegmentTest > testNextOffsetCalculation PASSED kafka.log.LogSegmentTest > testChangeFileSuffixes PASSED kafka.log.LogSegmentTest > testRecoveryFixesCorruptIndex PASSED kafka.log.LogSegmentTest > testRecoveryWithCorruptMessage PASSED kafka.producer.SyncProducerTest > testReachableServer PASSED kafka.producer.SyncProducerTest > testEmptyProduceRequest PASSED kafka.producer.SyncProducerTest > testMessageSizeTooLarge PASSED kafka.producer.SyncProducerTest > testMessageSizeTooLargeWithAckZero PASSED kafka.producer.SyncProducerTest > testProduceCorrectlyReceivesResponse PASSED kafka.producer.SyncProducerTest > testProducerCanTimeout PASSED kafka.producer.SyncProducerTest > testProduceRequestWithNoResponse PASSED kafka.producer.SyncProducerTest > testNotEnoughReplicas PASSED kafka.producer.AsyncProducerTest > testProducerQueueSize PASSED kafka.producer.AsyncProducerTest > testProduceAfterClosed PASSED kafka.producer.AsyncProducerTest > testBatchSize PASSED kafka.producer.AsyncProducerTest > testQueueTimeExpired PASSED kafka.producer.AsyncProducerTest > testPartitionAndCollateEvents PASSED kafka.producer.AsyncProducerTest > testSerializeEvents PASSED kafka.producer.AsyncProducerTest > testInvalidPartition PASSED kafka.producer.AsyncProducerTest > testNoBroker PASSED kafka.producer.AsyncProducerTest > testIncompatibleEncoder PASSED kafka.producer.AsyncProducerTest > testRandomPartitioner PASSED kafka.producer.AsyncProducerTest > testFailedSendRetryLogic PASSED kafka.producer.AsyncProducerTest > testJavaProducer PASSED kafka.producer.AsyncProducerTest > testInvalidConfiguration PASSED kafka.producer.ProducerTest > testUpdateBrokerPartitionInfo PASSED kafka.producer.ProducerTest > testSendToNewTopic PASSED kafka.producer.ProducerTest > testSendWithDeadBroker PASSED kafka.producer.ProducerTest > testAsyncSendCanCorrectlyFailWithTimeout PASSED kafka.producer.ProducerTest > testSendNullMessage PASSED kafka.log4j.KafkaLog4jAppenderTest > testKafkaLog4jConfigs PASSED kafka.log4j.KafkaLog4jAppenderTest > testLog4jAppends PASSED kafka.admin.TopicCommandTest > testConfigPreservationAcrossPartitionAlteration PASSED kafka.admin.TopicCommandTest > testTopicDeletion PASSED kafka.admin.AdminTest > testReplicaAssignment PASSED kafka.admin.AdminTest > testManualReplicaAssignment PASSED kafka.admin.AdminTest > testTopicCreationInZK PASSED kafka.admin.AdminTest > testPartitionReassignmentWithLeaderInNewReplicas PASSED kafka.admin.AdminTest > testPartitionReassignmentWithLeaderNotInNewReplicas PASSED kafka.admin.AdminTest > testPartitionReassignmentNonOverlappingReplicas PASSED kafka.admin.AdminTest > testReassigningNonExistingPartition PASSED kafka.admin.AdminTest > testResumePartitionReassignmentThatWasCompleted PASSED kafka.admin.AdminTest > testPreferredReplicaJsonData PASSED kafka.admin.AdminTest > testBasicPreferredReplicaElection PASSED kafka.admin.AdminTest > testShutdownBroker PASSED kafka.admin.AdminTest > testTopicConfigChange PASSED kafka.admin.DeleteConsumerGroupTest > testGroupWideDeleteInZK PASSED kafka.admin.DeleteConsumerGroupTest > testGroupWideDeleteInZKDoesNothingForActiveConsumerGroup PASSED kafka.admin.DeleteConsumerGroupTest > testGroupTopicWideDeleteInZKForGroupConsumingOneTopic PASSED kafka.admin.DeleteConsumerGroupTest > testGroupTopicWideDeleteInZKForGroupConsumingMultipleTopics PASSED kafka.admin.DeleteConsumerGroupTest > testGroupTopicWideDeleteInZKDoesNothingForActiveGroupConsumingMultipleTopics PASSED kafka.admin.DeleteConsumerGroupTest > testTopicWideDeleteInZK PASSED kafka.admin.DeleteConsumerGroupTest > testConsumptionOnRecreatedTopicAfterTopicWideDeleteInZK PASSED kafka.admin.AddPartitionsTest > testTopicDoesNotExist PASSED kafka.admin.AddPartitionsTest > testWrongReplicaCount PASSED 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.ProducerSendTest > testSendOffset PASSED kafka.api.ProducerSendTest > testSerializer PASSED kafka.api.ProducerSendTest > testClose PASSED kafka.api.ProducerSendTest > testSendToPartition PASSED kafka.api.ProducerSendTest > testAutoCreateTopic PASSED kafka.api.ProducerSendTest > testFlush PASSED kafka.api.ProducerFailureHandlingTest > testNotEnoughReplicas PASSED kafka.api.ProducerFailureHandlingTest > testInvalidPartition PASSED kafka.api.ProducerFailureHandlingTest > testTooLargeRecordWithAckZero PASSED kafka.api.ProducerFailureHandlingTest > testTooLargeRecordWithAckOne PASSED kafka.api.ProducerFailureHandlingTest > testNonExistentTopic PASSED kafka.api.ProducerFailureHandlingTest > testWrongBrokerList PASSED kafka.api.ProducerFailureHandlingTest > testNoResponse PASSED kafka.api.ProducerFailureHandlingTest > testSendAfterClosed PASSED kafka.api.ProducerFailureHandlingTest > testCannotSendToInternalTopic PASSED kafka.api.ProducerFailureHandlingTest > testNotEnoughReplicasAfterBrokerShutdown PASSED kafka.api.ConsumerTest > testSimpleConsumption PASSED kafka.api.ConsumerTest > testAutoOffsetReset PASSED kafka.api.ConsumerTest > testSeek PASSED kafka.api.ConsumerTest > testGroupConsumption PASSED kafka.api.ConsumerTest > testPositionAndCommit PASSED kafka.api.ConsumerTest > testPartitionsFor PASSED kafka.api.ConsumerTest > testPartitionReassignmentCallback PASSED kafka.api.ConsumerBounceTest > testConsumptionWithBrokerFailures PASSED :core:test 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: 8 mins 7.165 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