See <https://builds.apache.org/job/kafka-trunk-jdk8/577/changes>
Changes: [junrao] KAFKA-3517; Add documentation for SASL/PLAIN ------------------------------------------ [...truncated 4065 lines...] kafka.admin.AdminRackAwareTest > testAssignmentWithRackAwareWithUnevenReplicas PASSED kafka.admin.AdminRackAwareTest > testSkipBrokerWithReplicaAlreadyAssigned PASSED kafka.admin.AdminRackAwareTest > testAssignmentWithRackAware PASSED kafka.admin.AdminRackAwareTest > testRackAwareExpansion PASSED kafka.admin.AdminRackAwareTest > testAssignmentWith2ReplicasRackAwareWith6Partitions PASSED kafka.admin.AdminRackAwareTest > testAssignmentWith2ReplicasRackAwareWith6PartitionsAnd3Brokers PASSED kafka.admin.AdminRackAwareTest > testGetRackAlternatedBrokerListAndAssignReplicasToBrokers PASSED kafka.admin.AdminRackAwareTest > testMoreReplicasThanRacks PASSED kafka.admin.AdminRackAwareTest > testSingleRack PASSED kafka.admin.AdminRackAwareTest > testAssignmentWithRackAwareWithRandomStartIndex PASSED kafka.admin.AdminRackAwareTest > testLargeNumberPartitionsAssignment PASSED kafka.admin.AdminRackAwareTest > testLessReplicasThanRacks PASSED kafka.admin.AdminTest > testBasicPreferredReplicaElection PASSED kafka.admin.AdminTest > testPreferredReplicaJsonData PASSED kafka.admin.AdminTest > testReassigningNonExistingPartition PASSED kafka.admin.AdminTest > testGetBrokerMetadatas PASSED kafka.admin.AdminTest > testBootstrapClientIdConfig PASSED kafka.admin.AdminTest > testPartitionReassignmentNonOverlappingReplicas PASSED kafka.admin.AdminTest > testReplicaAssignment PASSED kafka.admin.AdminTest > testPartitionReassignmentWithLeaderNotInNewReplicas PASSED kafka.admin.AdminTest > testTopicConfigChange PASSED kafka.admin.AdminTest > testResumePartitionReassignmentThatWasCompleted PASSED kafka.admin.AdminTest > testManualReplicaAssignment PASSED kafka.admin.AdminTest > testPartitionReassignmentWithLeaderInNewReplicas PASSED kafka.admin.AdminTest > testShutdownBroker PASSED kafka.admin.AdminTest > testTopicCreationWithCollision PASSED kafka.admin.AdminTest > testTopicCreationInZK PASSED kafka.admin.ReassignPartitionsCommandTest > testRackAwareReassign PASSED kafka.admin.DeleteConsumerGroupTest > testGroupWideDeleteInZKDoesNothingForActiveConsumerGroup PASSED kafka.admin.DeleteConsumerGroupTest > testGroupTopicWideDeleteInZKDoesNothingForActiveGroupConsumingMultipleTopics PASSED kafka.admin.DeleteConsumerGroupTest > testConsumptionOnRecreatedTopicAfterTopicWideDeleteInZK PASSED kafka.admin.DeleteConsumerGroupTest > testTopicWideDeleteInZK PASSED kafka.admin.DeleteConsumerGroupTest > testGroupTopicWideDeleteInZKForGroupConsumingOneTopic PASSED kafka.admin.DeleteConsumerGroupTest > testGroupTopicWideDeleteInZKForGroupConsumingMultipleTopics PASSED kafka.admin.DeleteConsumerGroupTest > testGroupWideDeleteInZK PASSED kafka.admin.TopicCommandTest > testCreateIfNotExists PASSED kafka.admin.TopicCommandTest > testCreateAlterTopicWithRackAware PASSED kafka.admin.TopicCommandTest > testTopicDeletion PASSED kafka.admin.TopicCommandTest > testConfigPreservationAcrossPartitionAlteration PASSED kafka.admin.TopicCommandTest > testAlterIfExists PASSED kafka.admin.TopicCommandTest > testDeleteIfExists 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 kafka.admin.ConfigCommandTest > testArgumentParse PASSED kafka.admin.AddPartitionsTest > testReplicaPlacementAllServers PASSED kafka.admin.AddPartitionsTest > testWrongReplicaCount PASSED kafka.admin.AddPartitionsTest > testReplicaPlacementPartialServers PASSED kafka.admin.AddPartitionsTest > testTopicDoesNotExist PASSED kafka.admin.AddPartitionsTest > testIncrementPartitions PASSED kafka.admin.AddPartitionsTest > testManualAssignmentOfReplicas PASSED kafka.message.MessageCompressionTest > testCompressSize PASSED kafka.message.MessageCompressionTest > testSimpleCompressDecompress PASSED kafka.message.MessageTest > testChecksum PASSED kafka.message.MessageTest > testInvalidTimestamp PASSED kafka.message.MessageTest > testIsHashable PASSED kafka.message.MessageTest > testInvalidTimestampAndMagicValueCombination PASSED kafka.message.MessageTest > testExceptionMapping PASSED kafka.message.MessageTest > testFieldValues PASSED kafka.message.MessageTest > testInvalidMagicByte PASSED kafka.message.MessageTest > testEquality PASSED kafka.message.MessageTest > testMessageFormatConversion PASSED kafka.message.ByteBufferMessageSetTest > testMessageWithProvidedOffsetSeq PASSED kafka.message.ByteBufferMessageSetTest > testValidBytes PASSED kafka.message.ByteBufferMessageSetTest > testValidBytesWithCompression PASSED kafka.message.ByteBufferMessageSetTest > testOffsetAssignmentAfterMessageFormatConversion PASSED kafka.message.ByteBufferMessageSetTest > testIteratorIsConsistent PASSED kafka.message.ByteBufferMessageSetTest > testAbsoluteOffsetAssignment PASSED kafka.message.ByteBufferMessageSetTest > testCreateTime PASSED kafka.message.ByteBufferMessageSetTest > testInvalidCreateTime PASSED kafka.message.ByteBufferMessageSetTest > testWrittenEqualsRead PASSED kafka.message.ByteBufferMessageSetTest > testLogAppendTime PASSED kafka.message.ByteBufferMessageSetTest > testWriteTo PASSED kafka.message.ByteBufferMessageSetTest > testEquals PASSED kafka.message.ByteBufferMessageSetTest > testSizeInBytes PASSED kafka.message.ByteBufferMessageSetTest > testIterator PASSED kafka.message.ByteBufferMessageSetTest > testRelativeOffsetAssignment PASSED kafka.message.MessageWriterTest > testWithNoCompressionAttribute PASSED kafka.message.MessageWriterTest > testWithCompressionAttribute PASSED kafka.message.MessageWriterTest > testBufferingOutputStream PASSED kafka.message.MessageWriterTest > testWithKey PASSED kafka.metrics.KafkaTimerTest > testKafkaTimer PASSED kafka.common.TopicTest > testInvalidTopicNames PASSED kafka.common.TopicTest > testTopicHasCollision PASSED kafka.common.TopicTest > testTopicHasCollisionChars PASSED kafka.common.ZkNodeChangeNotificationListenerTest > testProcessNotification PASSED kafka.common.ConfigTest > testInvalidGroupIds PASSED kafka.common.ConfigTest > testInvalidClientIds PASSED kafka.integration.AutoOffsetResetTest > testResetToLatestWhenOffsetTooLow PASSED kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooLow PASSED kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooHigh PASSED kafka.integration.AutoOffsetResetTest > testResetToLatestWhenOffsetTooHigh PASSED kafka.integration.SaslPlaintextTopicMetadataTest > testIsrAfterBrokerShutDownAndJoinsBack PASSED kafka.integration.SaslPlaintextTopicMetadataTest > testAutoCreateTopicWithCollision PASSED kafka.integration.SaslPlaintextTopicMetadataTest > testAliveBrokerListWithNoTopics PASSED ERROR: Could not install JDK1_8_0_45_HOME java.lang.NullPointerException at hudson.plugins.toolenv.ToolEnvBuildWrapper$1.buildEnvVars(ToolEnvBuildWrapper.java:46) at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:947) at hudson.plugins.git.GitSCM.getParamExpandedRepos(GitSCM.java:390) at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:577) at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:527) at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:381) at hudson.scm.SCM.poll(SCM.java:398) at hudson.model.AbstractProject._poll(AbstractProject.java:1453) at hudson.model.AbstractProject.poll(AbstractProject.java:1356) at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:526) at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:555) at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:119) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) 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:947) at hudson.plugins.git.GitSCM.getParamExpandedRepos(GitSCM.java:390) at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:577) at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:527) at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:381) at hudson.scm.SCM.poll(SCM.java:398) at hudson.model.AbstractProject._poll(AbstractProject.java:1453) at hudson.model.AbstractProject.poll(AbstractProject.java:1356) at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:526) at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:555) at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:119) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Build timed out (after 120 minutes). Marking the build as failed. Build was aborted Recording test results Setting JDK1_8_0_45_HOME=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_45 Setting GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2 Setting JDK1_8_0_45_HOME=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_45 Setting GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2