See
<https://ci-builds.apache.org/job/Kafka/job/kafka/job/trunk/2582/display/redirect>
Changes:
------------------------------------------
[...truncated 2764 lines...]
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala:1539:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala:1548:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/integration/kafka/server/KRaftClusterTest.scala:717:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/integration/UncleanLeaderElectionTest.scala:342:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/log/LogConfigTest.scala:405:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/log/OffsetIndexTest.scala:52:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/server/DynamicBrokerConfigTest.scala:201:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/server/DynamicBrokerConfigTest.scala:680:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/server/DynamicConfigChangeTest.scala:459:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala:591:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala:738:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala:765:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/server/LogDirFailureTest.scala:74:4:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/tools/ConsoleProducerTest.scala:263:2:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/tools/MirrorMakerTest.scala:29:2:
@nowarn annotation does not suppress any warnings
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/utils/TestUtils.scala:409:4:
@nowarn annotation does not suppress any warnings
35 warnings found
one error found
> Task :core:compileTestScala FAILED
> Task :core:compileScala
Unexpected javac output: warning: [options] bootstrap class path not set in
conjunction with -source 8
warning: [options] source value 8 is obsolete and will be removed in a future
release
warning: [options] target value 8 is obsolete and will be removed in a future
release
warning: [options] To suppress warnings about obsolete options, use
-Xlint:-options.
/home/jenkins/workspace/Kafka_kafka_trunk/core/src/main/java/kafka/log/remote/RemoteLogManager.java:235:
warning: [removal] AccessController in java.security has been deprecated and
marked for removal
return java.security.AccessController.doPrivileged(new
PrivilegedAction<RemoteStorageManager>() {
^
/home/jenkins/workspace/Kafka_kafka_trunk/core/src/main/java/kafka/log/remote/RemoteLogManager.java:257:
warning: [removal] AccessController in java.security has been deprecated and
marked for removal
return java.security.AccessController.doPrivileged(new
PrivilegedAction<RemoteLogMetadataManager>() {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note:
/home/jenkins/workspace/Kafka_kafka_trunk/core/src/main/java/kafka/log/remote/RemoteLogManager.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
6 warnings.
> Task :core:classes
> Task :core:compileTestJava NO-SOURCE
> Task :shell:compileJava
> Task :shell:classes
> Task :core:checkstyleMain
> Task :shell:checkstyleMain
> Task :shell:spotbugsMain
> Task :core:compileScala
[Warn] /home/jenkins/.gradle/workers/warning:[options] bootstrap class path not
set in conjunction with -source 8
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/main/java/kafka/log/remote/RemoteLogManager.java:235:
[removal] AccessController in java.security has been deprecated and marked
for removal
[Warn]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/main/java/kafka/log/remote/RemoteLogManager.java:257:
[removal] AccessController in java.security has been deprecated and marked
for removal
> Task :core:classes
> Task :core:compileTestJava NO-SOURCE
> Task :core:checkstyleMain
> Task :shell:compileJava
> Task :shell:classes
> Task :shell:checkstyleMain
> Task :shell:spotbugsMain
> Task :clients:check
> Task :core:spotbugsMain
> Task :core:compileTestScala
> Task :clients:check
> Task :core:spotbugsMain
[Error]
/home/jenkins/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:6178:23:
value latest is not a member of object
org.apache.kafka.server.common.MetadataVersion
one error found
> Task :core:compileTestScala FAILED
> Task :core:compileTestScala
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':core:compileTestScala'.
> Compilation failed
* Try:
> Run with --info option to get more log output.
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
For more on this, please refer to
https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings
in the Gradle documentation.
BUILD FAILED in 6m 32s
264 actionable tasks: 212 executed, 52 up-to-date
Publishing build scan...
https://ge.apache.org/s/776w6bbbnvl42
See the profiling report at:
file:///home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk@2/build/reports/profile/profile-2024-01-18-02-31-15.html
A fine-grained performance profile is available: use the --scan option.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':core:compileTestScala'.
> Compilation failed
* Try:
> Run with --info option to get more log output.
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
For more on this, please refer to
https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings
in the Gradle documentation.
BUILD FAILED in 6m 33s
261 actionable tasks: 208 executed, 53 up-to-date
Publishing build scan...
https://ge.apache.org/s/glubuy47pl3y4
See the profiling report at:
file:///home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/build/reports/profile/profile-2024-01-18-02-31-18.html
A fine-grained performance profile is available: use the --scan option.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 11 and Scala 2.13
[Error]
/home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:6178:23:
value latest is not a member of object
org.apache.kafka.server.common.MetadataVersion
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 8 and Scala 2.12
one error found
> Task :core:compileTestScala FAILED
> Task :core:spotbugsMain
> Task :core:spotbugsMain
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':core:compileTestScala'.
> Compilation failed
* Try:
> Run with --info option to get more log output.
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
For more on this, please refer to
https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings
in the Gradle documentation.
BUILD FAILED in 7m 43s
264 actionable tasks: 212 executed, 52 up-to-date
Publishing build scan...
https://ge.apache.org/s/2znesmat2qcsg
See the profiling report at:
file:///home/jenkins/workspace/Kafka_kafka_trunk/build/reports/profile/profile-2024-01-18-02-31-30.html
A fine-grained performance profile is available: use the --scan option.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 21 and Scala 2.13
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':core:compileTestScala'.
> Compilation failed
* Try:
> Run with --info option to get more log output.
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
For more on this, please refer to
https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings
in the Gradle documentation.
BUILD FAILED in 8m
264 actionable tasks: 212 executed, 52 up-to-date
Publishing build scan...
https://ge.apache.org/s/l2h4x2i57aju4
See the profiling report at:
file:///home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk/build/reports/profile/profile-2024-01-18-02-31-24.html
A fine-grained performance profile is available: use the --scan option.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch JDK 17 and Scala 2.13
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] node
Running on builds56 in /home/jenkins/jenkins-agent/workspace/Kafka_kafka_trunk
[Pipeline] {
[Pipeline] step