See <https://builds.apache.org/job/kafka-trunk-jdk7/1892/changes>
Changes: [ismael] KAFKA-4664; Update docs/protocol.html with KIP-97 information [me] MINOR: Update copyright year in the NOTICE file. ------------------------------------------ [...truncated 63 lines...] :kafka-trunk-jdk7:clients:processTestResources :kafka-trunk-jdk7:clients:testClasses :kafka-trunk-jdk7:core:compileJava UP-TO-DATE :kafka-trunk-jdk7:core:compileScala <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/api/OffsetCommitRequest.scala>:79: value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see corresponding Javadoc for more information. org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/common/OffsetMetadataAndError.scala>:36: value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see corresponding Javadoc for more information. commitTimestamp: Long = org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP, ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/common/OffsetMetadataAndError.scala>:37: value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see corresponding Javadoc for more information. expireTimestamp: Long = org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP) { ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/coordinator/GroupMetadataManager.scala>:501: value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see corresponding Javadoc for more information. if (offsetAndMetadata.expireTimestamp == org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaApis.scala>:323: value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see corresponding Javadoc for more information. if (partitionData.timestamp == OffsetCommitRequest.DEFAULT_TIMESTAMP) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/client/ClientUtils.scala>:94: class ProducerConfig in package producer is deprecated: This class has been deprecated and will be removed in a future release. Please use org.apache.kafka.clients.producer.ProducerConfig instead. val producerConfig = new ProducerConfig(props) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/client/ClientUtils.scala>:95: method fetchTopicMetadata in object ClientUtils is deprecated: This method has been deprecated and will be removed in a future release. fetchTopicMetadata(topics, brokers, producerConfig, correlationId) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/metrics/KafkaMetricsGroup.scala>:187: object ProducerRequestStatsRegistry in package producer is deprecated: This object has been deprecated and will be removed in a future release. ProducerRequestStatsRegistry.removeProducerRequestStats(clientId) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/network/BlockingChannel.scala>:129: method readFromReadableChannel in class NetworkReceive is deprecated: see corresponding Javadoc for more information. response.readFromReadableChannel(channel) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaApis.scala>:323: value timestamp in class PartitionData is deprecated: see corresponding Javadoc for more information. if (partitionData.timestamp == OffsetCommitRequest.DEFAULT_TIMESTAMP) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaApis.scala>:326: value timestamp in class PartitionData is deprecated: see corresponding Javadoc for more information. offsetRetention + partitionData.timestamp ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaApis.scala>:578: method offsetData in class ListOffsetRequest is deprecated: see corresponding Javadoc for more information. val (authorizedRequestInfo, unauthorizedRequestInfo) = offsetRequest.offsetData.asScala.partition { ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaApis.scala>:578: class PartitionData in object ListOffsetRequest is deprecated: see corresponding Javadoc for more information. val (authorizedRequestInfo, unauthorizedRequestInfo) = offsetRequest.offsetData.asScala.partition { ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaApis.scala>:583: constructor PartitionData in class PartitionData is deprecated: see corresponding Javadoc for more information. new ListOffsetResponse.PartitionData(Errors.UNKNOWN_TOPIC_OR_PARTITION.code, List[JLong]().asJava) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaApis.scala>:608: constructor PartitionData in class PartitionData is deprecated: see corresponding Javadoc for more information. (topicPartition, new ListOffsetResponse.PartitionData(Errors.NONE.code, offsets.map(new JLong(_)).asJava)) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaApis.scala>:615: constructor PartitionData in class PartitionData is deprecated: see corresponding Javadoc for more information. (topicPartition, new ListOffsetResponse.PartitionData(Errors.forException(e).code, List[JLong]().asJava)) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaApis.scala>:618: constructor PartitionData in class PartitionData is deprecated: see corresponding Javadoc for more information. (topicPartition, new ListOffsetResponse.PartitionData(Errors.forException(e).code, List[JLong]().asJava)) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/ReplicaFetcherThread.scala>:269: class PartitionData in object ListOffsetRequest is deprecated: see corresponding Javadoc for more information. val partitions = Map(topicPartition -> new ListOffsetRequest.PartitionData(earliestOrLatest, 1)) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/ReplicaFetcherThread.scala>:282: value offsets in class PartitionData is deprecated: see corresponding Javadoc for more information. partitionData.offsets.get(0) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:45: class OldProducer in package producer is deprecated: This class has been deprecated and will be removed in a future release. Please use org.apache.kafka.clients.producer.KafkaProducer instead. new OldProducer(getOldProducerProps(config)) ^ <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:47: class NewShinyProducer in package producer is deprecated: This class has been deprecated and will be removed in a future release. Please use org.apache.kafka.clients.producer.KafkaProducer instead. new NewShinyProducer(getNewProducerProps(config)) ^ 21 warnings found :kafka-trunk-jdk7:core:processResources UP-TO-DATE :kafka-trunk-jdk7:core:classes :kafka-trunk-jdk7:core:checkstyleMain :kafka-trunk-jdk7:core:compileTestJava UP-TO-DATE :kafka-trunk-jdk7:core:compileTestScala <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/test/scala/unit/kafka/metrics/MetricsTest.scala>:88: method createAndShutdownStep in class MetricsTest is deprecated: This test has been deprecated and it will be removed in a future release createAndShutdownStep("group0", "consumer0", "producer0") ^ one warning found :kafka-trunk-jdk7:core:processTestResources :kafka-trunk-jdk7:core:testClasses :kafka-trunk-jdk7:core:checkstyleTest UP-TO-DATE :kafka-trunk-jdk7:core:test kafka.tools.MirrorMakerIntegrationTest > testCommaSeparatedRegex STARTED kafka.tools.MirrorMakerIntegrationTest > testCommaSeparatedRegex PASSED kafka.tools.MirrorMakerTest > testDefaultMirrorMakerMessageHandlerWithNoTimestampInSourceMessage STARTED kafka.tools.MirrorMakerTest > testDefaultMirrorMakerMessageHandlerWithNoTimestampInSourceMessage PASSED kafka.tools.MirrorMakerTest > testDefaultMirrorMakerMessageHandler STARTED kafka.tools.MirrorMakerTest > testDefaultMirrorMakerMessageHandler PASSED kafka.tools.ConsoleConsumerTest > shouldLimitReadsToMaxMessageLimit STARTED kafka.tools.ConsoleConsumerTest > shouldLimitReadsToMaxMessageLimit PASSED kafka.tools.ConsoleConsumerTest > shouldParseValidNewConsumerValidConfig STARTED kafka.tools.ConsoleConsumerTest > shouldParseValidNewConsumerValidConfig PASSED kafka.tools.ConsoleConsumerTest > shouldStopWhenOutputCheckErrorFails STARTED kafka.tools.ConsoleConsumerTest > shouldStopWhenOutputCheckErrorFails PASSED kafka.tools.ConsoleConsumerTest > shouldParseValidNewSimpleConsumerValidConfigWithStringOffset STARTED kafka.tools.ConsoleConsumerTest > shouldParseValidNewSimpleConsumerValidConfigWithStringOffset PASSED kafka.tools.ConsoleConsumerTest > shouldParseConfigsFromFile STARTED kafka.tools.ConsoleConsumerTest > shouldParseConfigsFromFile PASSED kafka.tools.ConsoleConsumerTest > shouldParseValidNewSimpleConsumerValidConfigWithNumericOffset STARTED kafka.tools.ConsoleConsumerTest > shouldParseValidNewSimpleConsumerValidConfigWithNumericOffset PASSED kafka.tools.ConsoleConsumerTest > testDefaultConsumer STARTED kafka.tools.ConsoleConsumerTest > testDefaultConsumer PASSED kafka.tools.ConsoleConsumerTest > shouldParseValidOldConsumerValidConfig STARTED kafka.tools.ConsoleConsumerTest > shouldParseValidOldConsumerValidConfig PASSED kafka.tools.ConsoleProducerTest > testParseKeyProp STARTED kafka.tools.ConsoleProducerTest > testParseKeyProp PASSED kafka.tools.ConsoleProducerTest > testValidConfigsOldProducer STARTED kafka.tools.ConsoleProducerTest > testValidConfigsOldProducer PASSED kafka.tools.ConsoleProducerTest > testInvalidConfigs STARTED kafka.tools.ConsoleProducerTest > testInvalidConfigs PASSED kafka.tools.ConsoleProducerTest > testValidConfigsNewProducer STARTED kafka.tools.ConsoleProducerTest > testValidConfigsNewProducer PASSED kafka.tools.ReplicaVerificationToolTest > testReplicaBufferVerifyChecksum STARTED kafka.tools.ReplicaVerificationToolTest > testReplicaBufferVerifyChecksum PASSED kafka.zk.ZKEphemeralTest > testOverlappingSessions[0] STARTED kafka.zk.ZKEphemeralTest > testOverlappingSessions[0] PASSED kafka.zk.ZKEphemeralTest > testEphemeralNodeCleanup[0] STARTED kafka.zk.ZKEphemeralTest > testEphemeralNodeCleanup[0] PASSED kafka.zk.ZKEphemeralTest > testZkWatchedEphemeral[0] STARTED kafka.zk.ZKEphemeralTest > testZkWatchedEphemeral[0] PASSED kafka.zk.ZKEphemeralTest > testSameSession[0] STARTED kafka.zk.ZKEphemeralTest > testSameSession[0] PASSED kafka.zk.ZKEphemeralTest > testOverlappingSessions[1] STARTED kafka.zk.ZKEphemeralTest > testOverlappingSessions[1] PASSED kafka.zk.ZKEphemeralTest > testEphemeralNodeCleanup[1] STARTED kafka.zk.ZKEphemeralTest > testEphemeralNodeCleanup[1] PASSED kafka.zk.ZKEphemeralTest > testZkWatchedEphemeral[1] STARTED kafka.zk.ZKEphemeralTest > testZkWatchedEphemeral[1] PASSED kafka.zk.ZKEphemeralTest > testSameSession[1] STARTED kafka.zk.ZKEphemeralTest > testSameSession[1] PASSED kafka.zk.ZKPathTest > testCreatePersistentSequentialThrowsException STARTED kafka.zk.ZKPathTest > testCreatePersistentSequentialThrowsException PASSED kafka.zk.ZKPathTest > testCreatePersistentSequentialExists STARTED kafka.zk.ZKPathTest > testCreatePersistentSequentialExists PASSED kafka.zk.ZKPathTest > testCreateEphemeralPathExists STARTED kafka.zk.ZKPathTest > testCreateEphemeralPathExists PASSED kafka.zk.ZKPathTest > testCreatePersistentPath STARTED kafka.zk.ZKPathTest > testCreatePersistentPath PASSED kafka.zk.ZKPathTest > testMakeSurePersistsPathExistsThrowsException STARTED kafka.zk.ZKPathTest > testMakeSurePersistsPathExistsThrowsException PASSED kafka.zk.ZKPathTest > testCreateEphemeralPathThrowsException STARTED kafka.zk.ZKPathTest > testCreateEphemeralPathThrowsException PASSED kafka.zk.ZKPathTest > testCreatePersistentPathThrowsException STARTED kafka.zk.ZKPathTest > testCreatePersistentPathThrowsException PASSED kafka.zk.ZKPathTest > testMakeSurePersistsPathExists STARTED kafka.zk.ZKPathTest > testMakeSurePersistsPathExists PASSED kafka.server.LogOffsetTest > testFetchOffsetsBeforeWithChangingSegmentSize STARTED kafka.server.LogOffsetTest > testFetchOffsetsBeforeWithChangingSegmentSize PASSED kafka.server.LogOffsetTest > testGetOffsetsBeforeEarliestTime STARTED kafka.server.LogOffsetTest > testGetOffsetsBeforeEarliestTime PASSED kafka.server.LogOffsetTest > testGetOffsetsForUnknownTopic STARTED kafka.server.LogOffsetTest > testGetOffsetsForUnknownTopic PASSED kafka.server.LogOffsetTest > testEmptyLogsGetOffsets STARTED Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x000000078ab00000, 134742016, 0) failed; error='Cannot allocate memory' (errno=12) # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (malloc) failed to allocate 134742016 bytes for committing reserved memory. # An error report file with more information is saved as: # <https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/hs_err_pid7122.log> :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: 3 mins 10.896 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