See <https://builds.apache.org/job/kafka-trunk-jdk7/744/changes>
Changes:
[cshapi] KAFKA-2681: Added SASL documentation
------------------------------------------
[...truncated 67 lines...]
^
<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/server/KafkaApis.scala>:264:
value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see
corresponding Javadoc for more information.
if (offsetAndMetadata.commitTimestamp ==
org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaServer.scala>:293:
a pure expression does nothing in statement position; you may be omitting
necessary parentheses
ControllerStats.uncleanLeaderElectionRate
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaServer.scala>:294:
a pure expression does nothing in statement position; you may be omitting
necessary parentheses
ControllerStats.leaderElectionTimer
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/OffsetManager.scala>:380:
value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see
corresponding Javadoc for more information.
if (value.expireTimestamp ==
org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:115:
value METADATA_FETCH_TIMEOUT_CONFIG in object ProducerConfig is deprecated:
see corresponding Javadoc for more information.
props.put(ProducerConfig.METADATA_FETCH_TIMEOUT_CONFIG,
config.metadataFetchTimeoutMs.toString)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:117:
value TIMEOUT_CONFIG in object ProducerConfig is deprecated: see corresponding
Javadoc for more information.
props.put(ProducerConfig.TIMEOUT_CONFIG, config.requestTimeoutMs.toString)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:121:
value BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see
corresponding Javadoc for more information.
props.put(ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "false")
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/EndToEndLatency.scala>:75:
value BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see
corresponding Javadoc for more information.
producerProps.put(ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "true")
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/MirrorMaker.scala>:194:
value BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see
corresponding Javadoc for more information.
maybeSetDefaultProperty(producerProps,
ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "true")
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/controller/ControllerChannelManager.scala>:389:
class BrokerEndPoint in object UpdateMetadataRequest is deprecated: see
corresponding Javadoc for more information.
new UpdateMetadataRequest.BrokerEndPoint(brokerEndPoint.id,
brokerEndPoint.host, brokerEndPoint.port)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/controller/ControllerChannelManager.scala>:391:
constructor UpdateMetadataRequest in class UpdateMetadataRequest is
deprecated: see corresponding Javadoc for more information.
new UpdateMetadataRequest(controllerId, controllerEpoch,
liveBrokers.asJava, partitionStates.asJava)
^
<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)
^
there were 15 feature warning(s); re-run with -feature for details
16 warnings found
:kafka-trunk-jdk7:core:processResources UP-TO-DATE
:kafka-trunk-jdk7:core:classes
:kafka-trunk-jdk7:clients:compileTestJavaNote:
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java>
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:kafka-trunk-jdk7:clients:processTestResources
:kafka-trunk-jdk7:clients:testClasses
:kafka-trunk-jdk7:core:copyDependantLibs
:kafka-trunk-jdk7:core:jar
:jar_core_2_11_7
Building project 'core' with Scala version 2.11.7
:kafka-trunk-jdk7:clients:compileJava UP-TO-DATE
:kafka-trunk-jdk7:clients:processResources UP-TO-DATE
:kafka-trunk-jdk7:clients:classes UP-TO-DATE
:kafka-trunk-jdk7:clients:determineCommitId UP-TO-DATE
:kafka-trunk-jdk7:clients:createVersionFile
:kafka-trunk-jdk7:clients:jar UP-TO-DATE
:kafka-trunk-jdk7:log4j-appender:compileJava UP-TO-DATE
:kafka-trunk-jdk7:log4j-appender:processResources UP-TO-DATE
:kafka-trunk-jdk7:log4j-appender:classes UP-TO-DATE
:kafka-trunk-jdk7:log4j-appender:jar UP-TO-DATE
: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>:78:
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/server/KafkaApis.scala>:264:
value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see
corresponding Javadoc for more information.
if (offsetAndMetadata.commitTimestamp ==
org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaServer.scala>:293:
a pure expression does nothing in statement position; you may be omitting
necessary parentheses
ControllerStats.uncleanLeaderElectionRate
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaServer.scala>:294:
a pure expression does nothing in statement position; you may be omitting
necessary parentheses
ControllerStats.leaderElectionTimer
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/OffsetManager.scala>:380:
value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see
corresponding Javadoc for more information.
if (value.expireTimestamp ==
org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:115:
value METADATA_FETCH_TIMEOUT_CONFIG in object ProducerConfig is deprecated:
see corresponding Javadoc for more information.
props.put(ProducerConfig.METADATA_FETCH_TIMEOUT_CONFIG,
config.metadataFetchTimeoutMs.toString)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:117:
value TIMEOUT_CONFIG in object ProducerConfig is deprecated: see corresponding
Javadoc for more information.
props.put(ProducerConfig.TIMEOUT_CONFIG, config.requestTimeoutMs.toString)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:121:
value BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see
corresponding Javadoc for more information.
props.put(ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "false")
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/EndToEndLatency.scala>:75:
value BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see
corresponding Javadoc for more information.
producerProps.put(ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "true")
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/MirrorMaker.scala>:194:
value BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see
corresponding Javadoc for more information.
maybeSetDefaultProperty(producerProps,
ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "true")
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/admin/AclCommand.scala>:234:
method readLine in class DeprecatedConsole is deprecated: Use the method in
scala.io.StdIn
Console.readLine().equalsIgnoreCase("y")
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/admin/TopicCommand.scala>:353:
method readLine in class DeprecatedConsole is deprecated: Use the method in
scala.io.StdIn
if (!Console.readLine().equalsIgnoreCase("y")) {
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/controller/ControllerChannelManager.scala>:389:
class BrokerEndPoint in object UpdateMetadataRequest is deprecated: see
corresponding Javadoc for more information.
new UpdateMetadataRequest.BrokerEndPoint(brokerEndPoint.id,
brokerEndPoint.host, brokerEndPoint.port)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/controller/ControllerChannelManager.scala>:391:
constructor UpdateMetadataRequest in class UpdateMetadataRequest is
deprecated: see corresponding Javadoc for more information.
new UpdateMetadataRequest(controllerId, controllerEpoch,
liveBrokers.asJava, partitionStates.asJava)
^
<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)
^
there were 15 feature warnings; re-run with -feature for details
18 warnings found
:kafka-trunk-jdk7:core:processResources UP-TO-DATE
:kafka-trunk-jdk7:core:classes
:kafka-trunk-jdk7:clients:compileTestJava UP-TO-DATE
:kafka-trunk-jdk7:clients:processTestResources UP-TO-DATE
:kafka-trunk-jdk7:clients:testClasses UP-TO-DATE
:kafka-trunk-jdk7:core:copyDependantLibs
:kafka-trunk-jdk7:core:jar
:clients:compileJava UP-TO-DATE
:clients:processResources UP-TO-DATE
:clients:classes UP-TO-DATE
:clients:determineCommitId UP-TO-DATE
:clients:createVersionFile
:clients:jar UP-TO-DATE
:log4j-appender:compileJava UP-TO-DATE
:log4j-appender:processResources UP-TO-DATE
:log4j-appender:classes UP-TO-DATE
:log4j-appender:jar UP-TO-DATE
:core:compileJava UP-TO-DATE
:core:compileScala
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/api/OffsetCommitRequest.scala>:78:
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/server/KafkaApis.scala>:264:
value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see
corresponding Javadoc for more information.
if (offsetAndMetadata.commitTimestamp ==
org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaServer.scala>:293:
a pure expression does nothing in statement position; you may be omitting
necessary parentheses
ControllerStats.uncleanLeaderElectionRate
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/KafkaServer.scala>:294:
a pure expression does nothing in statement position; you may be omitting
necessary parentheses
ControllerStats.leaderElectionTimer
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/server/OffsetManager.scala>:380:
value DEFAULT_TIMESTAMP in object OffsetCommitRequest is deprecated: see
corresponding Javadoc for more information.
if (value.expireTimestamp ==
org.apache.kafka.common.requests.OffsetCommitRequest.DEFAULT_TIMESTAMP)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:115:
value METADATA_FETCH_TIMEOUT_CONFIG in object ProducerConfig is deprecated:
see corresponding Javadoc for more information.
props.put(ProducerConfig.METADATA_FETCH_TIMEOUT_CONFIG,
config.metadataFetchTimeoutMs.toString)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:117:
value TIMEOUT_CONFIG in object ProducerConfig is deprecated: see corresponding
Javadoc for more information.
props.put(ProducerConfig.TIMEOUT_CONFIG, config.requestTimeoutMs.toString)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/ConsoleProducer.scala>:121:
value BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see
corresponding Javadoc for more information.
props.put(ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "false")
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/EndToEndLatency.scala>:75:
value BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see
corresponding Javadoc for more information.
producerProps.put(ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "true")
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/tools/MirrorMaker.scala>:194:
value BLOCK_ON_BUFFER_FULL_CONFIG in object ProducerConfig is deprecated: see
corresponding Javadoc for more information.
maybeSetDefaultProperty(producerProps,
ProducerConfig.BLOCK_ON_BUFFER_FULL_CONFIG, "true")
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/controller/ControllerChannelManager.scala>:389:
class BrokerEndPoint in object UpdateMetadataRequest is deprecated: see
corresponding Javadoc for more information.
new UpdateMetadataRequest.BrokerEndPoint(brokerEndPoint.id,
brokerEndPoint.host, brokerEndPoint.port)
^
<https://builds.apache.org/job/kafka-trunk-jdk7/ws/core/src/main/scala/kafka/controller/ControllerChannelManager.scala>:391:
constructor UpdateMetadataRequest in class UpdateMetadataRequest is
deprecated: see corresponding Javadoc for more information.
new UpdateMetadataRequest(controllerId, controllerEpoch,
liveBrokers.asJava, partitionStates.asJava)
^
<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)
^
there were 15 feature warning(s); re-run with -feature for details
16 warnings found
:core:processResources UP-TO-DATE
:core:classes
:clients:compileTestJava UP-TO-DATE
:clients:processTestResources UP-TO-DATE
:clients:testClasses UP-TO-DATE
:core:copyDependantLibs UP-TO-DATE
:core:jar UP-TO-DATE
:examples:compileJava
:examples:processResources UP-TO-DATE
:examples:classes
:examples:jar
:streams:compileJavaNote: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:streams:processResources UP-TO-DATE
:streams:classes
:clients:javadoc<https://builds.apache.org/job/kafka-trunk-jdk7/ws/clients/src/main/java/org/apache/kafka/clients/consumer/KafkaConsumer.java>:1166:
warning - Tag @link: reference not found: WakeupException
1 warning
:clients:javadocJar
:clients:srcJar
:clients:testJar
:clients:signArchives SKIPPED
:streams:copyDependantLibs
:streams:jar
:tools:compileJava
:tools:processResources UP-TO-DATE
:tools:classes
:tools:copyDependantLibs
:tools:jar
:contrib:hadoop-consumer:compileJavaNote: Some input files use or override a
deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:contrib:hadoop-consumer:processResources UP-TO-DATE
:contrib:hadoop-consumer:classes
:contrib:hadoop-consumer:jar
:contrib:hadoop-producer:compileJava
:contrib:hadoop-producer:processResources UP-TO-DATE
:contrib:hadoop-producer:classes
:contrib:hadoop-producer:jar
FAILURE: Build failed with an exception.
* What went wrong:
Could not add entry
'<https://builds.apache.org/job/kafka-trunk-jdk7/ws/contrib/hadoop-producer/build/libs/kafka-hadoop-producer-0.9.0.0-SNAPSHOT.jar'>
to cache fileHashes.bin
(<https://builds.apache.org/job/kafka-trunk-jdk7/ws/.gradle/2.8/taskArtifacts/fileHashes.bin).>
> Corrupted FreeListBlock 530210 found in cache
> '<https://builds.apache.org/job/kafka-trunk-jdk7/ws/.gradle/2.8/taskArtifacts/fileHashes.bin'.>
* 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: 4 mins 14.471 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
ERROR: Publisher '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
Setting
JDK_1_7U51_HOME=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk-1.7u51