See <https://builds.apache.org/job/kafka-trunk-jdk8/873/changes>
Changes:
[ismael] KAFKA-3807; Fix transient test failure caused by race on future
------------------------------------------
[...truncated 4771 lines...]
kafka.admin.DeleteConsumerGroupTest > testGroupWideDeleteInZK STARTED
kafka.admin.DeleteConsumerGroupTest > testGroupWideDeleteInZK PASSED
kafka.admin.ReassignPartitionsCommandTest > testRackAwareReassign STARTED
kafka.admin.ReassignPartitionsCommandTest > testRackAwareReassign PASSED
kafka.admin.TopicCommandTest > testCreateIfNotExists STARTED
kafka.admin.TopicCommandTest > testCreateIfNotExists PASSED
kafka.admin.TopicCommandTest > testCreateAlterTopicWithRackAware STARTED
kafka.admin.TopicCommandTest > testCreateAlterTopicWithRackAware PASSED
kafka.admin.TopicCommandTest > testTopicDeletion STARTED
kafka.admin.TopicCommandTest > testTopicDeletion PASSED
kafka.admin.TopicCommandTest > testConfigPreservationAcrossPartitionAlteration
STARTED
kafka.admin.TopicCommandTest > testConfigPreservationAcrossPartitionAlteration
PASSED
kafka.admin.TopicCommandTest > testAlterIfExists STARTED
kafka.admin.TopicCommandTest > testAlterIfExists PASSED
kafka.admin.TopicCommandTest > testDeleteIfExists STARTED
kafka.admin.TopicCommandTest > testDeleteIfExists PASSED
kafka.admin.AdminTest > testBasicPreferredReplicaElection STARTED
kafka.admin.AdminTest > testBasicPreferredReplicaElection PASSED
kafka.admin.AdminTest > testPreferredReplicaJsonData STARTED
kafka.admin.AdminTest > testPreferredReplicaJsonData PASSED
kafka.admin.AdminTest > testReassigningNonExistingPartition STARTED
kafka.admin.AdminTest > testReassigningNonExistingPartition PASSED
kafka.admin.AdminTest > testGetBrokerMetadatas STARTED
kafka.admin.AdminTest > testGetBrokerMetadatas PASSED
kafka.admin.AdminTest > testBootstrapClientIdConfig STARTED
kafka.admin.AdminTest > testBootstrapClientIdConfig PASSED
kafka.admin.AdminTest > testPartitionReassignmentNonOverlappingReplicas STARTED
kafka.admin.AdminTest > testPartitionReassignmentNonOverlappingReplicas PASSED
kafka.admin.AdminTest > testReplicaAssignment STARTED
kafka.admin.AdminTest > testReplicaAssignment PASSED
kafka.admin.AdminTest > testPartitionReassignmentWithLeaderNotInNewReplicas
STARTED
kafka.admin.AdminTest > testPartitionReassignmentWithLeaderNotInNewReplicas
PASSED
kafka.admin.AdminTest > testTopicConfigChange STARTED
kafka.admin.AdminTest > testTopicConfigChange PASSED
kafka.admin.AdminTest > testResumePartitionReassignmentThatWasCompleted STARTED
kafka.admin.AdminTest > testResumePartitionReassignmentThatWasCompleted PASSED
kafka.admin.AdminTest > testManualReplicaAssignment STARTED
kafka.admin.AdminTest > testManualReplicaAssignment PASSED
kafka.admin.AdminTest > testPartitionReassignmentWithLeaderInNewReplicas STARTED
kafka.admin.AdminTest > testPartitionReassignmentWithLeaderInNewReplicas PASSED
kafka.admin.AdminTest > testShutdownBroker STARTED
kafka.admin.AdminTest > testShutdownBroker PASSED
kafka.admin.AdminTest > testTopicCreationWithCollision STARTED
kafka.admin.AdminTest > testTopicCreationWithCollision PASSED
kafka.admin.AdminTest > testTopicCreationInZK STARTED
kafka.admin.AdminTest > testTopicCreationInZK PASSED
kafka.admin.DeleteTopicTest > testDeleteTopicWithCleaner STARTED
ERROR: Could not install GRADLE_2_4_RC_2_HOME
java.lang.NullPointerException
at
hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(ToolEnvBuildWrapper.java:46)
at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:931)
at hudson.plugins.git.GitSCM.getParamExpandedRepos(GitSCM.java:404)
at
hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:609)
at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:574)
at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:381)
at hudson.scm.SCM.poll(SCM.java:398)
at hudson.model.AbstractProject._poll(AbstractProject.java:1446)
at hudson.model.AbstractProject.poll(AbstractProject.java:1349)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:528)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:557)
at
hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:119)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
kafka.admin.DeleteTopicTest > testDeleteTopicWithCleaner PASSED
kafka.admin.DeleteTopicTest > testResumeDeleteTopicOnControllerFailover STARTED
kafka.admin.DeleteTopicTest > testResumeDeleteTopicOnControllerFailover PASSED
kafka.admin.DeleteTopicTest > testResumeDeleteTopicWithRecoveredFollower STARTED
kafka.admin.DeleteTopicTest > testResumeDeleteTopicWithRecoveredFollower PASSED
kafka.admin.DeleteTopicTest > testDeleteTopicAlreadyMarkedAsDeleted STARTED
kafka.admin.DeleteTopicTest > testDeleteTopicAlreadyMarkedAsDeleted PASSED
kafka.admin.DeleteTopicTest > testPartitionReassignmentDuringDeleteTopic STARTED
kafka.admin.DeleteTopicTest > testPartitionReassignmentDuringDeleteTopic PASSED
kafka.admin.DeleteTopicTest > testDeleteNonExistingTopic STARTED
kafka.admin.DeleteTopicTest > testDeleteNonExistingTopic PASSED
kafka.admin.DeleteTopicTest > testRecreateTopicAfterDeletion STARTED
kafka.admin.DeleteTopicTest > testRecreateTopicAfterDeletion PASSED
kafka.admin.DeleteTopicTest > testAddPartitionDuringDeleteTopic STARTED
kafka.admin.DeleteTopicTest > testAddPartitionDuringDeleteTopic PASSED
kafka.admin.DeleteTopicTest > testDeleteTopicWithAllAliveReplicas STARTED
kafka.admin.DeleteTopicTest > testDeleteTopicWithAllAliveReplicas PASSED
kafka.admin.DeleteTopicTest > testDeleteTopicDuringAddPartition STARTED
kafka.admin.DeleteTopicTest > testDeleteTopicDuringAddPartition PASSED
kafka.admin.AclCommandTest > testInvalidAuthorizerProperty STARTED
kafka.admin.AclCommandTest > testInvalidAuthorizerProperty PASSED
kafka.admin.AclCommandTest > testAclCli STARTED
kafka.admin.AclCommandTest > testAclCli PASSED
kafka.admin.AclCommandTest > testProducerConsumerCli STARTED
kafka.admin.AclCommandTest > testProducerConsumerCli PASSED
kafka.api.SaslMultiMechanismConsumerTest > testMultipleBrokerMechanisms STARTED
kafka.api.SaslMultiMechanismConsumerTest > testMultipleBrokerMechanisms PASSED
kafka.api.SaslMultiMechanismConsumerTest > testCoordinatorFailover STARTED
kafka.api.SaslMultiMechanismConsumerTest > testCoordinatorFailover PASSED
kafka.api.SaslMultiMechanismConsumerTest > testSimpleConsumption STARTED
kafka.api.SaslMultiMechanismConsumerTest > testSimpleConsumption PASSED
kafka.api.ApiUtilsTest > testShortStringNonASCII STARTED
kafka.api.ApiUtilsTest > testShortStringNonASCII PASSED
kafka.api.ApiUtilsTest > testShortStringASCII STARTED
kafka.api.ApiUtilsTest > testShortStringASCII PASSED
kafka.api.QuotasTest > testProducerConsumerOverrideUnthrottled STARTED
kafka.api.QuotasTest > testProducerConsumerOverrideUnthrottled PASSED
kafka.api.QuotasTest > testThrottledProducerConsumer STARTED
kafka.api.QuotasTest > testThrottledProducerConsumer PASSED
kafka.api.ProducerBounceTest > testBrokerFailure STARTED
kafka.api.ProducerBounceTest > testBrokerFailure PASSED
kafka.api.ProducerFailureHandlingTest > testCannotSendToInternalTopic STARTED
kafka.api.ProducerFailureHandlingTest > testCannotSendToInternalTopic PASSED
kafka.api.ProducerFailureHandlingTest > testTooLargeRecordWithAckOne STARTED
kafka.api.ProducerFailureHandlingTest > testTooLargeRecordWithAckOne PASSED
kafka.api.ProducerFailureHandlingTest > testWrongBrokerList STARTED
kafka.api.ProducerFailureHandlingTest > testWrongBrokerList PASSED
kafka.api.ProducerFailureHandlingTest > testNotEnoughReplicas STARTED
kafka.api.ProducerFailureHandlingTest > testNotEnoughReplicas PASSED
kafka.api.ProducerFailureHandlingTest > testNonExistentTopic STARTED
kafka.api.ProducerFailureHandlingTest > testNonExistentTopic PASSED
kafka.api.ProducerFailureHandlingTest > testInvalidPartition STARTED
kafka.api.ProducerFailureHandlingTest > testInvalidPartition PASSED
kafka.api.ProducerFailureHandlingTest > testSendAfterClosed STARTED
kafka.api.ProducerFailureHandlingTest > testSendAfterClosed PASSED
kafka.api.ProducerFailureHandlingTest > testTooLargeRecordWithAckZero STARTED
kafka.api.ProducerFailureHandlingTest > testTooLargeRecordWithAckZero PASSED
kafka.api.ProducerFailureHandlingTest >
testNotEnoughReplicasAfterBrokerShutdown STARTED
kafka.api.ProducerFailureHandlingTest >
testNotEnoughReplicasAfterBrokerShutdown PASSED
kafka.api.PlaintextConsumerTest > testPartitionsForAutoCreate STARTED
kafka.api.PlaintextConsumerTest > testPartitionsForAutoCreate PASSED
kafka.api.PlaintextConsumerTest > testShrinkingTopicSubscriptions STARTED
kafka.api.PlaintextConsumerTest > testShrinkingTopicSubscriptions PASSED
kafka.api.PlaintextConsumerTest > testMaxPollIntervalMs STARTED
kafka.api.PlaintextConsumerTest > testMaxPollIntervalMs PASSED
kafka.api.PlaintextConsumerTest > testSubsequentPatternSubscription STARTED
Build timed out (after 180 minutes). Marking the build as failed.
Build was aborted
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