See <https://builds.apache.org/job/kafka-trunk-jdk8/81/changes>
Changes:
[cshapi] HOTFIX: log4j-appender not getting built
------------------------------------------
[...truncated 147 lines...]
^
<https://builds.apache.org/job/kafka-trunk-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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
warning: [options] bootstrap class path not set in conjunction with -source 1.7
1 warning
:kafka-trunk-jdk8:core:processResources UP-TO-DATE
:kafka-trunk-jdk8:core:classes
:kafka-trunk-jdk8:clients:compileTestJava UP-TO-DATE
:kafka-trunk-jdk8:clients:processTestResources UP-TO-DATE
:kafka-trunk-jdk8:clients:testClasses UP-TO-DATE
:kafka-trunk-jdk8:core:copyDependantLibs
:kafka-trunk-jdk8: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:compileScalaJava HotSpot(TM) 64-Bit Server VM warning: ignoring option
MaxPermSize=512m; support was removed in 8.0
<https://builds.apache.org/job/kafka-trunk-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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-jdk8/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
warning: [options] bootstrap class path not set in conjunction with -source 1.7
1 warning
: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:compileJavawarning: [options] bootstrap class path not set in
conjunction with -source 1.7
1 warning
:examples:processResources UP-TO-DATE
:examples:classes
:examples:jar
:streams:compileJavawarning: [options] bootstrap class path not set in
conjunction with -source 1.7
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
:streams:processResources UP-TO-DATE
:streams:classes
:clients:javadoc<https://builds.apache.org/job/kafka-trunk-jdk8/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:compileJavawarning: [options] bootstrap class path not set in
conjunction with -source 1.7
1 warning
:tools:processResources UP-TO-DATE
:tools:classes
:tools:copyDependantLibs
:tools:jar
:contrib:hadoop-consumer:compileJavawarning: [options] bootstrap class path not
set in conjunction with -source 1.7
Note: 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.
1 warning
:contrib:hadoop-consumer:processResources UP-TO-DATE
:contrib:hadoop-consumer:classes
:contrib:hadoop-consumer:jar
:contrib:hadoop-producer:compileJavawarning: [options] bootstrap class path not
set in conjunction with -source 1.7
1 warning
:contrib:hadoop-producer:processResources UP-TO-DATE
:contrib:hadoop-producer:classes
:contrib:hadoop-producer:jar
:copycat:api:compileJavawarning: [options] bootstrap class path not set in
conjunction with -source 1.7
Note:
<https://builds.apache.org/job/kafka-trunk-jdk8/ws/copycat/api/src/main/java/org/apache/kafka/copycat/data/Struct.java>
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
:copycat:api:processResources UP-TO-DATE
:copycat:api:classes
:copycat:api:copyDependantLibs
:copycat:api:jar
:copycat:file:compileJavawarning: [options] bootstrap class path not set in
conjunction with -source 1.7
1 warning
:copycat:file:processResources UP-TO-DATE
:copycat:file:classes
:copycat:file:copyDependantLibs
:copycat:file:jar
:copycat:json:compileJavawarning: [options] bootstrap class path not set in
conjunction with -source 1.7
Note:
<https://builds.apache.org/job/kafka-trunk-jdk8/ws/copycat/json/src/main/java/org/apache/kafka/copycat/json/JsonConverter.java>
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 warning
:copycat:json:processResources UP-TO-DATE
:copycat:json:classes
:copycat:json:copyDependantLibs
:copycat:json:jar
:copycat:runtime:compileJavawarning: [options] bootstrap class path not set in
conjunction with -source 1.7
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
:copycat:runtime:processResources UP-TO-DATE
:copycat:runtime:classes
:copycat:runtime:copyDependantLibs
:copycat:runtime:jar
:jarAll
:docsJar_2_10_5
Building project 'core' with Scala version 2.10.5
:kafka-trunk-jdk8:clients:compileJava UP-TO-DATE
:kafka-trunk-jdk8:clients:processResources UP-TO-DATE
:kafka-trunk-jdk8:clients:classes UP-TO-DATE
:kafka-trunk-jdk8:clients:determineCommitId UP-TO-DATE
:kafka-trunk-jdk8:clients:createVersionFile
:kafka-trunk-jdk8:clients:jar UP-TO-DATE
:kafka-trunk-jdk8:clients:javadoc UP-TO-DATE
:kafka-trunk-jdk8:log4j-appender:compileJava UP-TO-DATE
:kafka-trunk-jdk8:log4j-appender:processResources UP-TO-DATE
:kafka-trunk-jdk8:log4j-appender:classes UP-TO-DATE
:kafka-trunk-jdk8:log4j-appender:jar UP-TO-DATE
:kafka-trunk-jdk8:core:compileJava UP-TO-DATE
:kafka-trunk-jdk8:core:compileScala UP-TO-DATE
:kafka-trunk-jdk8:core:processResources UP-TO-DATE
:kafka-trunk-jdk8:core:classes UP-TO-DATE
:kafka-trunk-jdk8:log4j-appender:javadoc
:kafka-trunk-jdk8:core:javadoc
:docsJar_2_10_5 FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Could not read entry ':core:javadoc' from cache taskArtifacts.bin
(<https://builds.apache.org/job/kafka-trunk-jdk8/ws/.gradle/2.8/taskArtifacts/taskArtifacts.bin).>
> java.io.EOFException (no error message)
* 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 8.385 secs
Build step 'Execute shell' marked build as failure
Recording test results
Setting
GRADLE_2_1_HOME=/jenkins/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1
Setting JDK1_8_0_45_HOME=/jenkins/tools/hudson.model.JDK/jdk1.8.0_45
ERROR: Publisher 'Publish JUnit test result report' failed: No test report
files were found. Configuration error?
Setting
GRADLE_2_1_HOME=/jenkins/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1
Setting JDK1_8_0_45_HOME=/jenkins/tools/hudson.model.JDK/jdk1.8.0_45