chia7712 commented on PR #17426: URL: https://github.com/apache/kafka/pull/17426#issuecomment-2495295817
@mjsax I can't reproduce the error. Could you please clean (`./gradlew clean`) project and try it again? ``` jenkins@50cc5fcf9828:~/repo$ ./gradlew clean systemTestLibs > Configure project : Starting build with version 4.0.0-SNAPSHOT (commit id d36b24f4) using Gradle 8.10.2, Java 11 and Scala 2.13.15 Build properties: ignoreFailures=false, maxParallelForks=24, maxScalacThreads=8, maxTestRetries=0 > Task :raft:processMessages MessageGenerator: processed 1 Kafka message JSON files(s). > Task :transaction-coordinator:processMessages MessageGenerator: processed 2 Kafka message JSON files(s). > Task :storage:processMessages MessageGenerator: processed 5 Kafka message JSON files(s). > Task :share-coordinator:processMessages MessageGenerator: processed 4 Kafka message JSON files(s). > Task :streams:processMessages MessageGenerator: processed 1 Kafka message JSON files(s). > Task :metadata:processMessages MessageGenerator: processed 25 Kafka message JSON files(s). > Task :group-coordinator:processMessages MessageGenerator: processed 32 Kafka message JSON files(s). > Task :clients:processMessages MessageGenerator: processed 186 Kafka message JSON files(s). > Task :clients:processTestMessages MessageGenerator: processed 4 Kafka message JSON files(s). > Task :clients:compileTestJava Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 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.10.2/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 36s ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
