See <https://builds.apache.org/job/kafka-0.10.0-jdk7/63/changes>
Changes:
[ismael] KAFKA-3160; Fix LZ4 Framing
------------------------------------------
[...truncated 1675 lines...]
kafka.server.EdgeCaseRequestTest > testMalformedHeaderRequest PASSED
kafka.server.EdgeCaseRequestTest > testProduceRequestWithNullClientId PASSED
kafka.server.EdgeCaseRequestTest > testInvalidApiKeyRequest PASSED
kafka.server.EdgeCaseRequestTest > testHeaderOnlyRequest PASSED
kafka.server.MetadataRequestTest > testReplicaDownResponse PASSED
kafka.server.MetadataRequestTest > testRack PASSED
kafka.server.MetadataRequestTest > testIsInternal PASSED
kafka.server.MetadataRequestTest > testControllerId PASSED
kafka.server.MetadataRequestTest > testAllTopicsRequest PASSED
kafka.server.MetadataRequestTest > testNoTopicsRequest PASSED
kafka.server.HighwatermarkPersistenceTest >
testHighWatermarkPersistenceMultiplePartitions PASSED
kafka.server.HighwatermarkPersistenceTest >
testHighWatermarkPersistenceSinglePartition PASSED
kafka.server.LogRecoveryTest > testHWCheckpointNoFailuresMultipleLogSegments
PASSED
kafka.server.LogRecoveryTest > testHWCheckpointWithFailuresMultipleLogSegments
PASSED
kafka.server.LogRecoveryTest > testHWCheckpointNoFailuresSingleLogSegment PASSED
kafka.server.LogRecoveryTest > testHWCheckpointWithFailuresSingleLogSegment
PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testIsrAfterBrokerShutDownAndJoinsBack PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAutoCreateTopicWithCollision PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokerListWithNoTopics PASSED
kafka.integration.SaslPlaintextTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.SaslPlaintextTopicMetadataTest > testGetAllTopicMetadata
PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.SaslPlaintextTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.integration.PrimitiveApiTest > testMultiProduce PASSED
kafka.integration.PrimitiveApiTest > testDefaultEncoderProducerAndFetch PASSED
kafka.integration.PrimitiveApiTest > testFetchRequestCanProperlySerialize PASSED
kafka.integration.PrimitiveApiTest > testPipelinedProduceRequests PASSED
kafka.integration.PrimitiveApiTest > testProduceAndMultiFetch PASSED
kafka.integration.PrimitiveApiTest >
testDefaultEncoderProducerAndFetchWithCompression PASSED
kafka.integration.PrimitiveApiTest > testConsumerEmptyTopic PASSED
kafka.integration.PrimitiveApiTest > testEmptyFetchRequest PASSED
kafka.integration.PlaintextTopicMetadataTest >
testIsrAfterBrokerShutDownAndJoinsBack PASSED
kafka.integration.PlaintextTopicMetadataTest > testAutoCreateTopicWithCollision
PASSED
kafka.integration.PlaintextTopicMetadataTest > testAliveBrokerListWithNoTopics
PASSED
kafka.integration.PlaintextTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.PlaintextTopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.integration.PlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.PlaintextTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.PlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.integration.SslTopicMetadataTest > testIsrAfterBrokerShutDownAndJoinsBack
PASSED
kafka.integration.SslTopicMetadataTest > testAutoCreateTopicWithCollision PASSED
kafka.integration.SslTopicMetadataTest > testAliveBrokerListWithNoTopics PASSED
kafka.integration.SslTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.SslTopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.integration.SslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.SslTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.SslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.integration.AutoOffsetResetTest > testResetToLatestWhenOffsetTooLow PASSED
kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooLow
PASSED
kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooHigh
PASSED
kafka.integration.AutoOffsetResetTest > testResetToLatestWhenOffsetTooHigh
PASSED
kafka.integration.MinIsrConfigTest > testDefaultKafkaConfig PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionEnabled
PASSED
kafka.integration.UncleanLeaderElectionTest >
testCleanLeaderElectionDisabledByTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionDisabled
PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionInvalidTopicOverride PASSED
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)
ERROR: Could not install JDK_1_7U51_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)
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionEnabledByTopicOverride PASSED
kafka.integration.FetcherTest > testFetcher PASSED
kafka.integration.SaslSslTopicMetadataTest >
testIsrAfterBrokerShutDownAndJoinsBack PASSED
kafka.integration.SaslSslTopicMetadataTest > testAutoCreateTopicWithCollision
PASSED
kafka.integration.SaslSslTopicMetadataTest > testAliveBrokerListWithNoTopics
PASSED
kafka.integration.SaslSslTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.SaslSslTopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.integration.SaslSslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.SaslSslTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.SaslSslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.utils.timer.TimerTaskListTest > testAll PASSED
kafka.utils.timer.TimerTest > testAlreadyExpiredTask PASSED
kafka.utils.timer.TimerTest > testTaskExpiration PASSED
kafka.utils.JsonTest > testJsonEncoding PASSED
kafka.utils.ReplicationUtilsTest > testUpdateLeaderAndIsr PASSED
kafka.utils.ReplicationUtilsTest > testGetLeaderIsrAndEpochForPartition PASSED
kafka.utils.IteratorTemplateTest > testIterator PASSED
kafka.utils.UtilsTest > testAbs PASSED
kafka.utils.UtilsTest > testReplaceSuffix PASSED
kafka.utils.UtilsTest > testCircularIterator PASSED
kafka.utils.UtilsTest > testReadBytes PASSED
kafka.utils.UtilsTest > testCsvList PASSED
kafka.utils.UtilsTest > testReadInt PASSED
kafka.utils.UtilsTest > testCsvMap PASSED
kafka.utils.UtilsTest > testInLock PASSED
kafka.utils.UtilsTest > testSwallow PASSED
kafka.utils.SchedulerTest > testMockSchedulerNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testMockSchedulerPeriodicTask PASSED
kafka.utils.SchedulerTest > testNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testRestart PASSED
kafka.utils.SchedulerTest > testReentrantTaskInMockScheduler PASSED
kafka.utils.SchedulerTest > testPeriodicTask PASSED
kafka.utils.ByteBoundedBlockingQueueTest > testByteBoundedBlockingQueue PASSED
kafka.utils.CommandLineUtilsTest > testParseEmptyArg PASSED
kafka.utils.CommandLineUtilsTest > testParseSingleArg PASSED
kafka.utils.CommandLineUtilsTest > testParseArgs PASSED
kafka.utils.CommandLineUtilsTest > testParseEmptyArgAsValid PASSED
767 tests completed, 1 failed
:kafka-0.10.0-jdk7:core:test FAILED
:test_core_2_10 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-0.10.0-jdk7/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: 58 mins 33.294 secs
Build step 'Execute shell' marked build as failure
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
JDK_1_7U51_HOME=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk-1.7u51
Setting
GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2
Setting
JDK_1_7U51_HOME=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk-1.7u51