See <https://builds.apache.org/job/kafka-trunk-jdk7/1545/changes>
Changes:
[jason] KAFKA-4183; Corrected Kafka Connect's JSON Converter to properly convert
------------------------------------------
[...truncated 1940 lines...]
kafka.api.SslConsumerTest > testCoordinatorFailover STARTED
kafka.api.SslConsumerTest > testCoordinatorFailover PASSED
kafka.api.SslConsumerTest > testSimpleConsumption STARTED
kafka.api.SslConsumerTest > testSimpleConsumption PASSED
kafka.api.SaslPlainPlaintextConsumerTest > testCoordinatorFailover STARTED
kafka.api.SaslPlainPlaintextConsumerTest > testCoordinatorFailover PASSED
kafka.api.SaslPlainPlaintextConsumerTest > testSimpleConsumption STARTED
kafka.api.SaslPlainPlaintextConsumerTest > testSimpleConsumption PASSED
kafka.api.AuthorizerIntegrationTest > testCommitWithTopicWrite STARTED
kafka.api.AuthorizerIntegrationTest > testCommitWithTopicWrite PASSED
kafka.api.AuthorizerIntegrationTest > testConsumeWithNoTopicAccess STARTED
kafka.api.AuthorizerIntegrationTest > testConsumeWithNoTopicAccess PASSED
kafka.api.AuthorizerIntegrationTest >
testCreatePermissionNeededToReadFromNonExistentTopic STARTED
kafka.api.AuthorizerIntegrationTest >
testCreatePermissionNeededToReadFromNonExistentTopic PASSED
kafka.api.AuthorizerIntegrationTest > testDeleteWithWildCardAuth STARTED
kafka.api.AuthorizerIntegrationTest > testDeleteWithWildCardAuth PASSED
kafka.api.AuthorizerIntegrationTest > testOffsetFetchWithNoAccess STARTED
kafka.api.AuthorizerIntegrationTest > testOffsetFetchWithNoAccess PASSED
kafka.api.AuthorizerIntegrationTest > testListOfsetsWithTopicDescribe STARTED
kafka.api.AuthorizerIntegrationTest > testListOfsetsWithTopicDescribe PASSED
kafka.api.AuthorizerIntegrationTest > testProduceWithTopicRead STARTED
kafka.api.AuthorizerIntegrationTest > testProduceWithTopicRead PASSED
kafka.api.AuthorizerIntegrationTest > testListOffsetsWithNoTopicAccess STARTED
kafka.api.AuthorizerIntegrationTest > testListOffsetsWithNoTopicAccess PASSED
kafka.api.AuthorizerIntegrationTest >
testCreatePermissionNeededForWritingToNonExistentTopic STARTED
kafka.api.AuthorizerIntegrationTest >
testCreatePermissionNeededForWritingToNonExistentTopic PASSED
kafka.api.AuthorizerIntegrationTest >
testSimpleConsumeWithOffsetLookupAndNoGroupAccess STARTED
kafka.api.AuthorizerIntegrationTest >
testSimpleConsumeWithOffsetLookupAndNoGroupAccess PASSED
kafka.api.AuthorizerIntegrationTest > testConsumeWithTopicDescribe STARTED
kafka.api.AuthorizerIntegrationTest > testConsumeWithTopicDescribe PASSED
kafka.api.AuthorizerIntegrationTest > testOffsetFetchWithNoTopicAccess STARTED
kafka.api.AuthorizerIntegrationTest > testOffsetFetchWithNoTopicAccess PASSED
kafka.api.AuthorizerIntegrationTest > testCommitWithNoTopicAccess STARTED
kafka.api.AuthorizerIntegrationTest > testCommitWithNoTopicAccess PASSED
kafka.api.AuthorizerIntegrationTest > testProduceWithNoTopicAccess STARTED
kafka.api.AuthorizerIntegrationTest > testProduceWithNoTopicAccess PASSED
kafka.api.AuthorizerIntegrationTest > testProduceWithTopicWrite STARTED
kafka.api.AuthorizerIntegrationTest > testProduceWithTopicWrite PASSED
kafka.api.AuthorizerIntegrationTest > testAuthorization STARTED
kafka.api.AuthorizerIntegrationTest > testAuthorization PASSED
kafka.api.AuthorizerIntegrationTest > testUnauthorizedDeleteWithDescribe STARTED
kafka.api.AuthorizerIntegrationTest > testUnauthorizedDeleteWithDescribe PASSED
kafka.api.AuthorizerIntegrationTest > testConsumeWithTopicAndGroupRead STARTED
kafka.api.AuthorizerIntegrationTest > testConsumeWithTopicAndGroupRead PASSED
kafka.api.AuthorizerIntegrationTest > testUnauthorizedDeleteWithoutDescribe
STARTED
kafka.api.AuthorizerIntegrationTest > testUnauthorizedDeleteWithoutDescribe
PASSED
kafka.api.AuthorizerIntegrationTest > testConsumeWithTopicWrite STARTED
kafka.api.AuthorizerIntegrationTest > testConsumeWithTopicWrite PASSED
kafka.api.AuthorizerIntegrationTest > testOffsetFetchWithNoGroupAccess STARTED
kafka.api.AuthorizerIntegrationTest > testOffsetFetchWithNoGroupAccess PASSED
kafka.api.AuthorizerIntegrationTest > testCommitWithNoAccess STARTED
kafka.api.AuthorizerIntegrationTest > testCommitWithNoAccess PASSED
kafka.api.AuthorizerIntegrationTest > testCommitWithNoGroupAccess STARTED
kafka.api.AuthorizerIntegrationTest > testCommitWithNoGroupAccess PASSED
kafka.api.AuthorizerIntegrationTest > testConsumeWithNoAccess STARTED
kafka.api.AuthorizerIntegrationTest > testConsumeWithNoAccess PASSED
kafka.api.AuthorizerIntegrationTest > testOffsetFetchWithTopicAndGroupRead
STARTED
kafka.api.AuthorizerIntegrationTest > testOffsetFetchWithTopicAndGroupRead
PASSED
kafka.api.AuthorizerIntegrationTest > testCommitWithTopicDescribe STARTED
kafka.api.AuthorizerIntegrationTest > testCommitWithTopicDescribe PASSED
kafka.api.AuthorizerIntegrationTest > testProduceWithTopicDescribe STARTED
kafka.api.AuthorizerIntegrationTest > testProduceWithTopicDescribe PASSED
kafka.api.AuthorizerIntegrationTest > testOffsetFetchTopicDescribe STARTED
kafka.api.AuthorizerIntegrationTest > testOffsetFetchTopicDescribe PASSED
kafka.api.AuthorizerIntegrationTest > testCommitWithTopicAndGroupRead STARTED
kafka.api.AuthorizerIntegrationTest > testCommitWithTopicAndGroupRead PASSED
kafka.api.AuthorizerIntegrationTest >
testSimpleConsumeWithExplicitSeekAndNoGroupAccess STARTED
kafka.api.AuthorizerIntegrationTest >
testSimpleConsumeWithExplicitSeekAndNoGroupAccess PASSED
kafka.api.AdminClientTest > testDescribeGroup STARTED
kafka.api.AdminClientTest > testDescribeGroup PASSED
kafka.api.AdminClientTest > testDescribeConsumerGroup STARTED
kafka.api.AdminClientTest > testDescribeConsumerGroup PASSED
kafka.api.AdminClientTest > testListGroups STARTED
kafka.api.AdminClientTest > testListGroups PASSED
kafka.api.AdminClientTest > testDescribeConsumerGroupForNonExistentGroup STARTED
kafka.api.AdminClientTest > testDescribeConsumerGroupForNonExistentGroup PASSED
kafka.api.ProducerBounceTest > testBrokerFailure STARTED
kafka.api.ProducerBounceTest > testBrokerFailure PASSED
kafka.api.ClientQuotasTest > testProducerConsumerOverrideUnthrottled STARTED
kafka.api.ClientQuotasTest > testProducerConsumerOverrideUnthrottled PASSED
kafka.api.ClientQuotasTest > testThrottledProducerConsumer STARTED
kafka.api.ClientQuotasTest > testThrottledProducerConsumer PASSED
kafka.api.test.ProducerCompressionTest > testCompression[0] STARTED
kafka.api.test.ProducerCompressionTest > testCompression[0] PASSED
kafka.api.test.ProducerCompressionTest > testCompression[1] STARTED
kafka.api.test.ProducerCompressionTest > testCompression[1] PASSED
kafka.api.test.ProducerCompressionTest > testCompression[2] STARTED
kafka.api.test.ProducerCompressionTest > testCompression[2] PASSED
kafka.api.test.ProducerCompressionTest > testCompression[3] STARTED
kafka.api.test.ProducerCompressionTest > testCompression[3] PASSED
kafka.api.SaslPlainSslEndToEndAuthorizationTest > testNoConsumeAcl STARTED
kafka.api.SaslPlainSslEndToEndAuthorizationTest > testNoConsumeAcl PASSED
kafka.api.SaslPlainSslEndToEndAuthorizationTest > testProduceConsumeViaAssign
STARTED
kafka.api.SaslPlainSslEndToEndAuthorizationTest > testProduceConsumeViaAssign
PASSED
kafka.api.SaslPlainSslEndToEndAuthorizationTest > testNoProduceAcl STARTED
kafka.api.SaslPlainSslEndToEndAuthorizationTest > testNoProduceAcl PASSED
kafka.api.SaslPlainSslEndToEndAuthorizationTest > testNoGroupAcl STARTED
kafka.api.SaslPlainSslEndToEndAuthorizationTest > testNoGroupAcl PASSED
kafka.api.SaslPlainSslEndToEndAuthorizationTest >
testProduceConsumeViaSubscribe STARTED
kafka.api.SaslPlainSslEndToEndAuthorizationTest >
testProduceConsumeViaSubscribe PASSED
kafka.api.ConsumerBounceTest > testSeekAndCommitWithBrokerFailures STARTED
kafka.api.ConsumerBounceTest > testSeekAndCommitWithBrokerFailures PASSED
kafka.api.ConsumerBounceTest > testConsumptionWithBrokerFailures 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.api.ConsumerBounceTest > testConsumptionWithBrokerFailures PASSED
kafka.api.SaslPlaintextConsumerTest > testCoordinatorFailover STARTED
:kafka-trunk-jdk7:core:test FAILED
:test_core_2_10 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: 1 hrs 25 mins 29.842 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
ERROR: Step ?Publish JUnit test result report? failed: No test report files
were found. Configuration error?
Setting
GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2