rondagostino edited a comment on pull request #11239:
URL: https://github.com/apache/kafka/pull/11239#issuecomment-904109913


   The Scala 2.12 build keeps failing.  Here's what the output says:
   
   ```
   [2021-08-21T22:09:17.177Z] Starting build with version 3.1.0-SNAPSHOT using 
Gradle 7.1.1, Java 1.8 and Scala 2.12.14
   ...
   [2021-08-21T23:38:13.720Z] DeleteTopicTest > testDeleteTopicWithCleaner() 
SKIPPED
   [2021-08-21T23:38:13.720Z]
   [2021-08-21T23:38:13.720Z] > Task :core:integrationTest FAILED
   [2021-08-21T23:38:13.720Z]
   [2021-08-21T23:38:13.720Z] FAILURE: Build failed with an exception.
   [2021-08-21T23:38:13.720Z]
   [2021-08-21T23:38:13.720Z] * What went wrong:
   [2021-08-21T23:38:13.720Z] Execution failed for task ':core:integrationTest'.
   [2021-08-21T23:38:13.720Z] > Process 'Gradle Test Executor 129' finished 
with non-zero exit value 1
   [2021-08-21T23:38:13.720Z]   This problem might be caused by incorrect test 
process configuration.
   [2021-08-21T23:38:13.720Z]   Please refer to the test execution section in 
the User Manual at 
https://docs.gradle.org/7.1.1/userguide/java_testing.html#sec:test_execution
   [2021-08-21T23:38:13.720Z]
   [2021-08-21T23:38:13.720Z] * Try:
   [2021-08-21T23:38:13.720Z] 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.
   ```
   
   I ran it locally:
   
   `$ ./gradlew -PscalaVersion=2.12 :core:integrationTest --profile --no-daemon 
--continue -PtestLoggingEvents=started,passed,skipped,failed 
-PignoreFailures=true -PmaxParallelForks=8 -PmaxTestRetries=1 
-PmaxTestRetryFailures=5 --stacktrace`
   
   ```
   Starting build with version 3.1.0-SNAPSHOT using Gradle 7.1.1, Java 1.8 and 
Scala 2.12.14
   <successfully runs 1334 tests>
   BUILD SUCCESSFUL in 35m 49s
   39 actionable tasks: 6 executed, 33 up-to-date
   ```


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to