ajamato edited a comment on pull request #12108:
URL: https://github.com/apache/beam/pull/12108#issuecomment-650409346
FYI this error was found when I ran this:
./gradlew spotlessApply && ./gradlew checkstyleMain checkstyleTest javadoc
spotbugsMain compileJava compileTestJava
> Task :sdks:java:testing:kafka-service:checkstyleTest FAILED
[ant:checkstyle] [ERROR]
/usr/local/google/home/ajamato/beam/sdks/java/testing/kafka-service/src/test/java/org/apache/beam/sdk/testing/kafka/LocalZookeeper.java:31:
You should name sfl4j Loggers as LOG. [LoggerNamingStyle]
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':sdks:java:testing:kafka-service:checkstyleTest'.
> Checkstyle rule violations were found. See the report at:
file:///usr/local/google/home/ajamato/beam/sdks/java/testing/kafka-service/build/reports/checkstyle/test.html
Checkstyle files with violations: 1
Checkstyle violations by severity: [error:1]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible
with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 3m 17s
419 actionable tasks: 72 executed, 7 from cache, 340 up-to-date
Publishing build scan...
https://gradle.com/s/37qurb3nemhr2
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]