When I run this locally, I always get 

`...$ ./gradlew cleanTest test

> Configure project :
Building project 'core' with Scala version 2.11.12
Building project 'streams-scala' with Scala version 2.11.12

> Task :rat
Rat report: ~/.../kafka/build/rat/rat-report.html

> Task :clients:compileTestJava
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.

> Task :clients:checkstyleTest FAILED
[ant:checkstyle] [ERROR] 
~/...../kafka/clients/src/test/java/org/apache/kafka/clients/consumer/internals/FetcherTest.java:114:1:
 NCSS for this class is 1,509 (max allowed is 1,500). [JavaNCSS]

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':clients:checkstyleTest'.
> Checkstyle rule violations were found. See the report at: 
> file:///...../kafka/clients/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

BUILD FAILED in 10s
31 actionable tasks: 3 executed, 28 up-to-date`

I am not sure what 
"~/...../kafka/clients/src/test/java/org/apache/kafka/clients/consumer/internals/FetcherTest.java:114:1:
 NCSS for this class is 1,509 (max allowed is 1,500). [JavaNCSS]" means.

[ Full content available at: https://github.com/apache/kafka/pull/5289 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to