See <https://builds.apache.org/job/Kafka-trunk/628/changes>
Changes: [wangguoz] KAFKA-2558: ServerShutdownTest is failing intermittently ------------------------------------------ [...truncated 1744 lines...] kafka.log.FileMessageSetTest > testRead PASSED kafka.log.FileMessageSetTest > testFileSize PASSED kafka.log.FileMessageSetTest > testIteratorWithLimits PASSED kafka.log.FileMessageSetTest > testPreallocateTrue PASSED kafka.log.FileMessageSetTest > testIteratorIsConsistent PASSED kafka.log.FileMessageSetTest > testIterationDoesntChangePosition PASSED kafka.log.FileMessageSetTest > testWrittenEqualsRead PASSED kafka.log.FileMessageSetTest > testWriteTo PASSED kafka.log.FileMessageSetTest > testPreallocateFalse PASSED kafka.log.FileMessageSetTest > testPreallocateClearShutdown PASSED kafka.log.FileMessageSetTest > testSearch PASSED kafka.log.FileMessageSetTest > testSizeInBytes PASSED kafka.server.LogOffsetTest > testGetOffsetsBeforeNow PASSED kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionInvalidTopicOverride PASSED kafka.server.ClientQuotaManagerTest > testQuotaViolation PASSED kafka.server.ClientQuotaManagerTest > testOverrideParse PASSED kafka.server.ClientQuotaManagerTest > testQuotaParsing PASSED kafka.utils.IteratorTemplateTest > testIterator PASSED kafka.log.LogCleanerIntegrationTest > cleanerTest[0] PASSED kafka.server.LogRecoveryTest > testHWCheckpointNoFailuresMultipleLogSegments PASSED kafka.admin.AddPartitionsTest > testReplicaPlacement PASSED kafka.log.LogCleanerIntegrationTest > cleanerTest[1] PASSED kafka.log.LogCleanerIntegrationTest > cleanerTest[2] PASSED kafka.log.LogCleanerIntegrationTest > cleanerTest[3] PASSED kafka.server.LogRecoveryTest > testHWCheckpointWithFailuresMultipleLogSegments PASSED kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionEnabledByTopicOverride PASSED kafka.server.ReplicaManagerTest > testHighWaterMarkDirectoryMapping PASSED kafka.server.ReplicaManagerTest > testIllegalRequiredAcks PASSED kafka.server.ReplicaManagerTest > testHighwaterMarkRelativeDirectoryMapping PASSED kafka.server.ThrottledResponseExpirationTest > testThrottledRequest PASSED kafka.server.ThrottledResponseExpirationTest > testExpire PASSED kafka.utils.timer.TimerTest > testAlreadyExpiredTask PASSED kafka.server.LogRecoveryTest > testHWCheckpointNoFailuresSingleLogSegment PASSED kafka.api.ConsumerTest > testSimpleConsumption PASSED kafka.utils.timer.TimerTest > testTaskExpiration PASSED kafka.admin.AdminTest > testBasicPreferredReplicaElection PASSED kafka.admin.AdminTest > testPreferredReplicaJsonData PASSED kafka.api.ConsumerTest > testPartitionPauseAndResume PASSED kafka.server.LogRecoveryTest > testHWCheckpointWithFailuresSingleLogSegment PASSED kafka.coordinator.PartitionAssignorTest > testRoundRobinAssignorOneConsumerNonexistentTopic PASSED kafka.coordinator.PartitionAssignorTest > testRangeAssignorOnlyAssignsPartitionsFromSubscribedTopics PASSED kafka.coordinator.PartitionAssignorTest > testRangeAssignorOneConsumerNoTopic PASSED kafka.coordinator.PartitionAssignorTest > testRangeAssignorOneConsumerMultipleTopics PASSED kafka.coordinator.PartitionAssignorTest > testRoundRobinAssignorOnlyAssignsPartitionsFromSubscribedTopics PASSED kafka.coordinator.PartitionAssignorTest > testRoundRobinAssignorTwoConsumersOneTopicOnePartition PASSED kafka.coordinator.PartitionAssignorTest > testRangeAssignorTwoConsumersOneTopicTwoPartitions PASSED kafka.coordinator.PartitionAssignorTest > testRoundRobinAssignorTwoConsumersOneTopicTwoPartitions PASSED kafka.coordinator.PartitionAssignorTest > testRoundRobinAssignorMultipleConsumersMixedTopics PASSED kafka.coordinator.PartitionAssignorTest > testRangeAssignorTwoConsumersOneTopicOnePartition PASSED kafka.coordinator.PartitionAssignorTest > testRangeAssignorMultipleConsumersMixedTopics PASSED kafka.coordinator.PartitionAssignorTest > testRoundRobinAssignorOneConsumerNoTopic PASSED kafka.coordinator.PartitionAssignorTest > testRoundRobinAssignorOneConsumerOneTopic PASSED kafka.coordinator.PartitionAssignorTest > testRangeAssignorOneConsumerOneTopic PASSED kafka.coordinator.PartitionAssignorTest > testRangeAssignorOneConsumerNonexistentTopic PASSED kafka.coordinator.PartitionAssignorTest > testRoundRobinAssignorOneConsumerMultipleTopics PASSED kafka.coordinator.PartitionAssignorTest > testRoundRobinAssignorTwoConsumersTwoTopicsSixPartitions PASSED kafka.coordinator.PartitionAssignorTest > testRangeAssignorTwoConsumersTwoTopicsSixPartitions PASSED kafka.metrics.KafkaTimerTest > testKafkaTimer PASSED kafka.admin.DeleteConsumerGroupTest > testGroupWideDeleteInZKDoesNothingForActiveConsumerGroup PASSED kafka.admin.AdminTest > testReassigningNonExistingPartition PASSED kafka.api.ConsumerTest > testPartitionReassignmentCallback PASSED kafka.admin.DeleteConsumerGroupTest > testGroupTopicWideDeleteInZKDoesNothingForActiveGroupConsumingMultipleTopics PASSED kafka.admin.AdminTest > testPartitionReassignmentNonOverlappingReplicas PASSED kafka.admin.AdminTest > testReplicaAssignment PASSED kafka.api.ConsumerTest > testAutoOffsetReset PASSED kafka.admin.AdminTest > testPartitionReassignmentWithLeaderNotInNewReplicas PASSED kafka.admin.DeleteConsumerGroupTest > testConsumptionOnRecreatedTopicAfterTopicWideDeleteInZK PASSED kafka.api.ConsumerTest > testCommitSpecifiedOffsets PASSED kafka.admin.AdminTest > testTopicConfigChange PASSED kafka.admin.DeleteConsumerGroupTest > testTopicWideDeleteInZK PASSED kafka.admin.AdminTest > testResumePartitionReassignmentThatWasCompleted PASSED kafka.admin.AdminTest > testManualReplicaAssignment PASSED kafka.admin.DeleteConsumerGroupTest > testGroupTopicWideDeleteInZKForGroupConsumingOneTopic PASSED kafka.api.ConsumerTest > testPatternSubscription PASSED kafka.admin.AdminTest > testPartitionReassignmentWithLeaderInNewReplicas PASSED kafka.admin.DeleteConsumerGroupTest > testGroupTopicWideDeleteInZKForGroupConsumingMultipleTopics PASSED kafka.admin.AdminTest > testShutdownBroker PASSED kafka.admin.AdminTest > testTopicCreationWithCollision PASSED kafka.admin.AdminTest > testTopicCreationInZK PASSED kafka.admin.DeleteConsumerGroupTest > testGroupWideDeleteInZK PASSED kafka.integration.RollingBounceTest > testRollingBounce PASSED kafka.server.ServerGenerateBrokerIdTest > testAutoGenerateBrokerId PASSED kafka.server.ServerGenerateBrokerIdTest > testMultipleLogDirsMetaProps PASSED kafka.server.ServerGenerateBrokerIdTest > testUserConfigAndGeneratedBrokerId PASSED kafka.server.ServerGenerateBrokerIdTest > testConsistentBrokerIdFromUserConfigAndMetaProps PASSED kafka.coordinator.CoordinatorMetadataTest > testBindGroupToTopicsAlreadyListenedOn PASSED kafka.coordinator.CoordinatorMetadataTest > testGetGroup PASSED kafka.coordinator.CoordinatorMetadataTest > testBindNonexistentGroupToTopics PASSED kafka.coordinator.CoordinatorMetadataTest > testBindGroupToTopicsNotListenedOn PASSED kafka.coordinator.CoordinatorMetadataTest > testUnbindNonexistentGroupFromTopics PASSED kafka.coordinator.CoordinatorMetadataTest > testAddGroupReturnsPreexistingGroupIfItAlreadyExists PASSED kafka.coordinator.CoordinatorMetadataTest > testUnbindGroupFromTopicsListenedOnByNoOtherGroup PASSED kafka.coordinator.CoordinatorMetadataTest > testRemoveNonexistentGroup PASSED kafka.coordinator.CoordinatorMetadataTest > testUnbindGroupFromTopicsNotListenedOn PASSED kafka.coordinator.CoordinatorMetadataTest > testUnbindGroupFromTopicsListenedOnByOtherGroups PASSED kafka.coordinator.CoordinatorMetadataTest > testRemoveGroupWithNoOtherGroupsBoundToItsTopics PASSED kafka.coordinator.CoordinatorMetadataTest > testRemoveGroupWithOtherGroupsBoundToItsTopics PASSED kafka.coordinator.CoordinatorMetadataTest > testGetNonexistentGroup 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.admin.DeleteTopicTest > testDeleteTopicWithCleaner PASSED kafka.admin.DeleteTopicTest > testResumeDeleteTopicOnControllerFailover PASSED kafka.admin.DeleteTopicTest > testResumeDeleteTopicWithRecoveredFollower PASSED kafka.admin.DeleteTopicTest > testDeleteTopicAlreadyMarkedAsDeleted PASSED kafka.admin.DeleteTopicTest > testPartitionReassignmentDuringDeleteTopic PASSED kafka.admin.DeleteTopicTest > testDeleteNonExistingTopic PASSED kafka.admin.DeleteTopicTest > testRecreateTopicAfterDeletion PASSED kafka.admin.DeleteTopicTest > testAddPartitionDuringDeleteTopic PASSED kafka.admin.DeleteTopicTest > testDeleteTopicWithAllAliveReplicas PASSED kafka.admin.DeleteTopicTest > testDeleteTopicDuringAddPartition PASSED 538 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://<https://builds.apache.org/job/Kafka-trunk/ws/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: 5 mins 48.512 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