Matthias Pohl created FLINK-30140: ------------------------------------- Summary: flink-runtime intergration tests fail due to Process Exit Code: 239 Key: FLINK-30140 URL: https://issues.apache.org/jira/browse/FLINK-30140 Project: Flink Issue Type: Bug Reporter: Matthias Pohl Attachments: logs-ci-test_ci_finegrained_resource_management-1668425271.zip
[This build|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43124&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8&l=8177] failed with a 239 exit code in {{flink-runtime}} without any specific test being revealed: {code:java} Nov 14 11:40:46 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on project flink-runtime: There are test failures. Nov 14 11:40:46 [ERROR] Nov 14 11:40:46 [ERROR] Please refer to /__w/2/s/flink-runtime/target/surefire-reports for the individual test results. Nov 14 11:40:46 [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. Nov 14 11:40:46 [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Nov 14 11:40:46 [ERROR] Command was /bin/sh -c cd /__w/2/s/flink-runtime && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -XX:+UseG1GC -Xms256m -Xmx768m -jar /__w/2/s/flink-runtime/target/surefire/surefirebooter1852368249697011408.jar /__w/2/s/flink-runtime/target/surefire 2022-11-14T11-36-53_855-jvmRun4 surefire376251412927954214tmp surefire_22793960051744290914tmp Nov 14 11:40:46 [ERROR] Error occurred in starting fork, check output in log Nov 14 11:40:46 [ERROR] Process Exit Code: 239 Nov 14 11:40:46 [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Nov 14 11:40:46 [ERROR] Command was /bin/sh -c cd /__w/2/s/flink-runtime && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -XX:+UseG1GC -Xms256m -Xmx768m -jar /__w/2/s/flink-runtime/target/surefire/surefirebooter1852368249697011408.jar /__w/2/s/flink-runtime/target/surefire 2022-11-14T11-36-53_855-jvmRun4 surefire376251412927954214tmp surefire_22793960051744290914tmp Nov 14 11:40:46 [ERROR] Error occurred in starting fork, check output in log Nov 14 11:40:46 [ERROR] Process Exit Code: 239 Nov 14 11:40:46 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:532) Nov 14 11:40:46 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkOnceMultiple(ForkStarter.java:405) Nov 14 11:40:46 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:321) Nov 14 11:40:46 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:266) Nov 14 11:40:46 [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1314) Nov 14 11:40:46 [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1159) Nov 14 11:40:46 [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:932) Nov 14 11:40:46 [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132) Nov 14 11:40:46 [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) Nov 14 11:40:46 [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) Nov 14 11:40:46 [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) Nov 14 11:40:46 [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) Nov 14 11:40:46 [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) Nov 14 11:40:46 [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) Nov 14 11:40:46 [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120) Nov 14 11:40:46 [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355) Nov 14 11:40:46 [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155) Nov 14 11:40:46 [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584) Nov 14 11:40:46 [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216) Nov 14 11:40:46 [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:160) Nov 14 11:40:46 [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Nov 14 11:40:46 [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) Nov 14 11:40:46 [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Nov 14 11:40:46 [ERROR] at java.lang.reflect.Method.invoke(Method.java:498) Nov 14 11:40:46 [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) Nov 14 11:40:46 [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) Nov 14 11:40:46 [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) Nov 14 11:40:46 [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) Nov 14 11:40:46 [ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Nov 14 11:40:46 [ERROR] Command was /bin/sh -c cd /__w/2/s/flink-runtime && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -XX:+UseG1GC -Xms256m -Xmx768m -jar /__w/2/s/flink-runtime/target/surefire/surefirebooter1852368249697011408.jar /__w/2/s/flink-runtime/target/surefire 2022-11-14T11-36-53_855-jvmRun4 surefire376251412927954214tmp surefire_22793960051744290914tmp Nov 14 11:40:46 [ERROR] Error occurred in starting fork, check output in log Nov 14 11:40:46 [ERROR] Process Exit Code: 239 Nov 14 11:40:46 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:748) Nov 14 11:40:46 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$700(ForkStarter.java:121) Nov 14 11:40:46 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:393) Nov 14 11:40:46 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:370) Nov 14 11:40:46 [ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:266) Nov 14 11:40:46 [ERROR] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) Nov 14 11:40:46 [ERROR] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) Nov 14 11:40:46 [ERROR] at java.lang.Thread.run(Thread.java:748) Nov 14 11:40:46 [ERROR] -> [Help 1] Nov 14 11:40:46 [ERROR] Nov 14 11:40:46 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. Nov 14 11:40:46 [ERROR] Re-run Maven using the -X switch to enable full debug logging. Nov 14 11:40:46 [ERROR] Nov 14 11:40:46 [ERROR] For more information about the errors and possible solutions, please read the following articles: Nov 14 11:40:46 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Nov 14 11:40:47 Process exited with EXIT CODE: 1 {code} The corresponding build logs do not reveal anything. I attached the logs -- This message was sent by Atlassian Jira (v8.20.10#820010)