See <https://builds.apache.org/job/kafka-trunk-jdk7/1589/changes>
Changes: [ismael] KAFKA-4225; Replication Quotas: Control Leader & Follower Limit ------------------------------------------ [...truncated 4864 lines...] kafka.coordinator.GroupMetadataManagerTest > testCommitOffset STARTED kafka.coordinator.GroupMetadataManagerTest > testCommitOffset PASSED kafka.coordinator.GroupMetadataManagerTest > testStoreGroupErrorMapping STARTED kafka.coordinator.GroupMetadataManagerTest > testStoreGroupErrorMapping PASSED kafka.coordinator.GroupMetadataManagerTest > testCommitOffsetFailure STARTED kafka.coordinator.GroupMetadataManagerTest > testCommitOffsetFailure PASSED kafka.coordinator.GroupMetadataManagerTest > testExpireOffset STARTED kafka.coordinator.GroupMetadataManagerTest > testExpireOffset PASSED kafka.coordinator.GroupMetadataManagerTest > testExpireOffsetsWithActiveGroup STARTED kafka.coordinator.GroupMetadataManagerTest > testExpireOffsetsWithActiveGroup PASSED kafka.coordinator.GroupMetadataManagerTest > testStoreEmptyGroup STARTED kafka.coordinator.GroupMetadataManagerTest > testStoreEmptyGroup PASSED kafka.coordinator.MemberMetadataTest > testMatchesSupportedProtocols STARTED kafka.coordinator.MemberMetadataTest > testMatchesSupportedProtocols PASSED kafka.coordinator.MemberMetadataTest > testMetadata STARTED kafka.coordinator.MemberMetadataTest > testMetadata PASSED kafka.coordinator.MemberMetadataTest > testMetadataRaisesOnUnsupportedProtocol STARTED kafka.coordinator.MemberMetadataTest > testMetadataRaisesOnUnsupportedProtocol PASSED kafka.coordinator.MemberMetadataTest > testVoteForPreferredProtocol STARTED kafka.coordinator.MemberMetadataTest > testVoteForPreferredProtocol PASSED kafka.coordinator.MemberMetadataTest > testVoteRaisesOnNoSupportedProtocols STARTED kafka.coordinator.MemberMetadataTest > testVoteRaisesOnNoSupportedProtocols PASSED kafka.metrics.KafkaTimerTest > testKafkaTimer STARTED kafka.metrics.KafkaTimerTest > testKafkaTimer PASSED kafka.metrics.MetricsTest > testMetricsReporterAfterDeletingTopic STARTED kafka.metrics.MetricsTest > testMetricsReporterAfterDeletingTopic PASSED kafka.metrics.MetricsTest > testBrokerTopicMetricsUnregisteredAfterDeletingTopic STARTED kafka.metrics.MetricsTest > testBrokerTopicMetricsUnregisteredAfterDeletingTopic PASSED kafka.metrics.MetricsTest > testClusterIdMetric STARTED kafka.metrics.MetricsTest > testClusterIdMetric PASSED kafka.metrics.MetricsTest > testMetricsLeak STARTED kafka.metrics.MetricsTest > testMetricsLeak PASSED kafka.message.MessageWriterTest > testWithNoCompressionAttribute STARTED kafka.message.MessageWriterTest > testWithNoCompressionAttribute PASSED kafka.message.MessageWriterTest > testWithCompressionAttribute STARTED kafka.message.MessageWriterTest > testWithCompressionAttribute PASSED kafka.message.MessageWriterTest > testBufferingOutputStream STARTED kafka.message.MessageWriterTest > testBufferingOutputStream PASSED kafka.message.MessageWriterTest > testWithKey STARTED kafka.message.MessageWriterTest > testWithKey PASSED kafka.message.MessageTest > testChecksum STARTED kafka.message.MessageTest > testChecksum PASSED kafka.message.MessageTest > testInvalidTimestamp STARTED kafka.message.MessageTest > testInvalidTimestamp PASSED kafka.message.MessageTest > testIsHashable STARTED kafka.message.MessageTest > testIsHashable PASSED kafka.message.MessageTest > testInvalidTimestampAndMagicValueCombination STARTED kafka.message.MessageTest > testInvalidTimestampAndMagicValueCombination PASSED kafka.message.MessageTest > testExceptionMapping STARTED kafka.message.MessageTest > testExceptionMapping PASSED kafka.message.MessageTest > testFieldValues STARTED kafka.message.MessageTest > testFieldValues PASSED kafka.message.MessageTest > testInvalidMagicByte STARTED kafka.message.MessageTest > testInvalidMagicByte PASSED kafka.message.MessageTest > testEquality STARTED kafka.message.MessageTest > testEquality PASSED kafka.message.MessageTest > testMessageFormatConversion STARTED kafka.message.MessageTest > testMessageFormatConversion PASSED kafka.message.MessageCompressionTest > testCompressSize STARTED kafka.message.MessageCompressionTest > testCompressSize PASSED kafka.message.MessageCompressionTest > testLZ4FramingV0 STARTED kafka.message.MessageCompressionTest > testLZ4FramingV0 PASSED kafka.message.MessageCompressionTest > testLZ4FramingV1 STARTED kafka.message.MessageCompressionTest > testLZ4FramingV1 PASSED kafka.message.MessageCompressionTest > testSimpleCompressDecompress STARTED kafka.message.MessageCompressionTest > testSimpleCompressDecompress PASSED kafka.message.ByteBufferMessageSetTest > testMessageWithProvidedOffsetSeq STARTED kafka.message.ByteBufferMessageSetTest > testMessageWithProvidedOffsetSeq PASSED kafka.message.ByteBufferMessageSetTest > testWriteFullyTo STARTED kafka.message.ByteBufferMessageSetTest > testWriteFullyTo PASSED kafka.message.ByteBufferMessageSetTest > testValidBytes STARTED kafka.message.ByteBufferMessageSetTest > testValidBytes PASSED kafka.message.ByteBufferMessageSetTest > testValidBytesWithCompression STARTED kafka.message.ByteBufferMessageSetTest > testValidBytesWithCompression PASSED kafka.message.ByteBufferMessageSetTest > testWriteToChannelThatConsumesPartially STARTED kafka.message.ByteBufferMessageSetTest > testWriteToChannelThatConsumesPartially PASSED kafka.message.ByteBufferMessageSetTest > testOffsetAssignmentAfterMessageFormatConversion STARTED kafka.message.ByteBufferMessageSetTest > testOffsetAssignmentAfterMessageFormatConversion PASSED kafka.message.ByteBufferMessageSetTest > testIteratorIsConsistent STARTED kafka.message.ByteBufferMessageSetTest > testIteratorIsConsistent PASSED kafka.message.ByteBufferMessageSetTest > testAbsoluteOffsetAssignment STARTED kafka.message.ByteBufferMessageSetTest > testAbsoluteOffsetAssignment PASSED kafka.message.ByteBufferMessageSetTest > testCreateTime STARTED kafka.message.ByteBufferMessageSetTest > testCreateTime PASSED kafka.message.ByteBufferMessageSetTest > testInvalidCreateTime STARTED kafka.message.ByteBufferMessageSetTest > testInvalidCreateTime PASSED kafka.message.ByteBufferMessageSetTest > testWrittenEqualsRead STARTED kafka.message.ByteBufferMessageSetTest > testWrittenEqualsRead PASSED kafka.message.ByteBufferMessageSetTest > testLogAppendTime STARTED kafka.message.ByteBufferMessageSetTest > testLogAppendTime PASSED kafka.message.ByteBufferMessageSetTest > testWriteTo STARTED kafka.message.ByteBufferMessageSetTest > testWriteTo PASSED kafka.message.ByteBufferMessageSetTest > testEquals STARTED kafka.message.ByteBufferMessageSetTest > testEquals PASSED kafka.message.ByteBufferMessageSetTest > testSizeInBytes STARTED kafka.message.ByteBufferMessageSetTest > testSizeInBytes PASSED kafka.message.ByteBufferMessageSetTest > testIterator STARTED kafka.message.ByteBufferMessageSetTest > testIterator PASSED kafka.message.ByteBufferMessageSetTest > testRelativeOffsetAssignment STARTED kafka.message.ByteBufferMessageSetTest > testRelativeOffsetAssignment PASSED kafka.api.RackAwareAutoTopicCreationTest > testAutoCreateTopic STARTED kafka.api.RackAwareAutoTopicCreationTest > testAutoCreateTopic 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.SaslPlainPlaintextConsumerTest > testCoordinatorFailover STARTED kafka.api.SaslPlainPlaintextConsumerTest > testCoordinatorFailover PASSED kafka.api.SaslPlainPlaintextConsumerTest > testSimpleConsumption STARTED kafka.api.SaslPlainPlaintextConsumerTest > testSimpleConsumption PASSED kafka.api.SaslPlaintextConsumerTest > testCoordinatorFailover STARTED :kafka-trunk-jdk7:core:test FAILED :test_core_2_11 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 21 mins 6.71 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 GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2