[ https://issues.apache.org/jira/browse/KAFKA-14233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Luke Chen updated KAFKA-14233: ------------------------------ Description: Recently, we got a lot of build failed (and terminated) with Failed messages look like this: {code:java} FAILURE: Build failed with an exception. [2022-09-14T09:51:52.190Z] [2022-09-14T09:51:52.190Z] * What went wrong: [2022-09-14T09:51:52.190Z] Execution failed for task ':core:unitTest'. [2022-09-14T09:51:52.190Z] > Process 'Gradle Test Executor 128' finished with non-zero exit value 1 [2022-09-14T09:51:52.190Z] This problem might be caused by incorrect test process configuration. [2022-09-14T09:51:52.190Z] Please refer to the test execution section in the User Manual at https://docs.gradle.org/7.5.1/userguide/java_testing.html#sec:test_execution [2022-09-14T09:51:52.190Z] [2022-09-14T09:51:52.190Z] * Try: [2022-09-14T09:51:52.190Z] > Run with --stacktrace option to get the stack trace. [2022-09-14T09:51:52.190Z] > Run with --info or --debug option to get more log output. [2022-09-14T09:51:52.190Z] > Run with --scan to get full insights. [2022-09-14T09:51:52.190Z] [2022-09-14T09:51:52.190Z] * Get more help at https://help.gradle.org [2022-09-14T09:51:52.190Z] [2022-09-14T09:51:52.190Z] BUILD FAILED in 2h 36m 27s{code} was: Failed messages look like this: {code:java} FAILURE: Build failed with an exception. [2022-09-14T09:51:52.190Z] [2022-09-14T09:51:52.190Z] * What went wrong: [2022-09-14T09:51:52.190Z] Execution failed for task ':core:unitTest'. [2022-09-14T09:51:52.190Z] > Process 'Gradle Test Executor 128' finished with non-zero exit value 1 [2022-09-14T09:51:52.190Z] This problem might be caused by incorrect test process configuration. [2022-09-14T09:51:52.190Z] Please refer to the test execution section in the User Manual at https://docs.gradle.org/7.5.1/userguide/java_testing.html#sec:test_execution [2022-09-14T09:51:52.190Z] [2022-09-14T09:51:52.190Z] * Try: [2022-09-14T09:51:52.190Z] > Run with --stacktrace option to get the stack trace. [2022-09-14T09:51:52.190Z] > Run with --info or --debug option to get more log output. [2022-09-14T09:51:52.190Z] > Run with --scan to get full insights. [2022-09-14T09:51:52.190Z] [2022-09-14T09:51:52.190Z] * Get more help at https://help.gradle.org [2022-09-14T09:51:52.190Z] [2022-09-14T09:51:52.190Z] BUILD FAILED in 2h 36m 27s{code} > Jenkins build failed with task ':core:unitTest' exit value 1 > ------------------------------------------------------------ > > Key: KAFKA-14233 > URL: https://issues.apache.org/jira/browse/KAFKA-14233 > Project: Kafka > Issue Type: Test > Reporter: Luke Chen > Assignee: Luke Chen > Priority: Major > > Recently, we got a lot of build failed (and terminated) with Failed messages > look like this: > {code:java} > FAILURE: Build failed with an exception. > [2022-09-14T09:51:52.190Z] > [2022-09-14T09:51:52.190Z] * What went wrong: > [2022-09-14T09:51:52.190Z] Execution failed for task ':core:unitTest'. > [2022-09-14T09:51:52.190Z] > Process 'Gradle Test Executor 128' finished with > non-zero exit value 1 > [2022-09-14T09:51:52.190Z] This problem might be caused by incorrect test > process configuration. > [2022-09-14T09:51:52.190Z] Please refer to the test execution section in > the User Manual at > https://docs.gradle.org/7.5.1/userguide/java_testing.html#sec:test_execution > [2022-09-14T09:51:52.190Z] > [2022-09-14T09:51:52.190Z] * Try: > [2022-09-14T09:51:52.190Z] > Run with --stacktrace option to get the stack > trace. > [2022-09-14T09:51:52.190Z] > Run with --info or --debug option to get more > log output. > [2022-09-14T09:51:52.190Z] > Run with --scan to get full insights. > [2022-09-14T09:51:52.190Z] > [2022-09-14T09:51:52.190Z] * Get more help at https://help.gradle.org > [2022-09-14T09:51:52.190Z] > [2022-09-14T09:51:52.190Z] BUILD FAILED in 2h 36m 27s{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)