[ 
https://issues.apache.org/jira/browse/FLINK-38501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18115987#comment-18115987
 ] 

Martijn Visser commented on FLINK-38501:
----------------------------------------

This is not confined to {{test_cron_azure core}}. In the eight days 2026-09-09 
to 2026-09-16 the
same fork-start failure hit 14 runs on all four maintained branches, on both 
Azure and GitHub
Actions, on JDK 8, 11, 17 and 21, and under the default, AdaptiveScheduler and 
Hadoop 3.1.3
profiles. Ten were nightlies (10 of the 52 nightlies in that window) and four 
were push runs.

master: https://github.com/apache/flink/actions/runs/34732018337 , 
https://github.com/apache/flink/actions/runs/34867973433 , 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=79017
release-2.3: https://github.com/apache/flink/actions/runs/34427845031 , 
https://github.com/apache/flink/actions/runs/34732019779 , 
https://github.com/apache/flink/actions/runs/34798011697 , 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=79010
release-2.2: 
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=79001
release-1.20: https://github.com/apache/flink/actions/runs/34666580182 , 
https://github.com/apache/flink/actions/runs/34919682822 , 
https://github.com/apache/flink/actions/runs/35007036738

{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test (default-test) on 
project flink-runtime:
[ERROR] ExecutionException The forked VM terminated without properly saying 
goodbye. VM crash or System.exit called?
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 239
[ERROR] Crashed tests:
[ERROR] org.apache.flink.runtime.memory.MemoryManagerConcurrentModReleaseTest
{code}

The class under "Crashed tests" is different every time -- WorkerCounterTest, 
ConnectionUtilsTest,
ResourceManagerJobMasterTest, BlobClientTest, SSLUtilsTest, 
ResourceManagerHATest,
MemoryManagerConcurrentModReleaseTest -- and the fork never produced any test 
output, so it is the
fork that fails to start rather than any of those suites.

> Tests crashed for Flink Runtime in test_cron_azure core
> -------------------------------------------------------
>
>                 Key: FLINK-38501
>                 URL: https://issues.apache.org/jira/browse/FLINK-38501
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 2.2.0
>            Reporter: Ruan Hang
>            Priority: Major
>
> Details:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=70172&view=logs&j=77a9d8e1-d610-59b3-fc2a-4766541e0e33&t=25baecb7-cea0-597a-6b01-188b1478210d]
> {code:java}
> Oct 11 05:56:17 05:56:17.488 [ERROR] at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
>  Oct 11 05:56:17 05:56:17.491 [ERROR] at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294) Oct 11 
> 05:56:17 05:56:17.492 [ERROR] at 
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192) Oct 11 
> 05:56:17 05:56:17.492 [ERROR] at 
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105) Oct 11 05:56:17 
> 05:56:17.492 [ERROR] at 
> org.apache.maven.cli.MavenCli.execute(MavenCli.java:960) Oct 11 05:56:17 
> 05:56:17.492 [ERROR] at 
> org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293) Oct 11 05:56:17 
> 05:56:17.492 [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:196) 
> Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> java.base/java.lang.reflect.Method.invoke(Method.java:568) Oct 11 05:56:17 
> 05:56:17.492 [ERROR] at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) 
> Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) Oct 
> 11 05:56:17 05:56:17.492 [ERROR] at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method) Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> java.base/java.lang.reflect.Method.invoke(Method.java:568) Oct 11 05:56:17 
> 05:56:17.492 [ERROR] at 
> org.apache.maven.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:52)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:161) 
> Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:73) Oct 
> 11 05:56:17 05:56:17.492 [ERROR] Caused by: 
> org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM 
> terminated without properly saying goodbye. VM crash or System.exit called? 
> Oct 11 05:56:17 05:56:17.492 [ERROR] Command was /bin/sh -c cd 
> '/__w/1/s/flink-runtime' && '/usr/lib/jvm/jdk-17.0.7+7/bin/java' 
> '-XX:+UseG1GC' '-Xms256m' '-XX:+IgnoreUnrecognizedVMOptions' 
> '--add-opens=java.base/java.util=ALL-UNNAMED' 
> '--add-opens=java.base/java.lang=ALL-UNNAMED' 
> '--add-opens=java.base/java.net=ALL-UNNAMED' 
> '--add-opens=java.base/java.io=ALL-UNNAMED' 
> '--add-opens=java.base/java.util.concurrent=ALL-UNNAMED' 
> '-Djunit.platform.reflection.search.useLegacySemantics=true' '-Xmx768m' 
> '-jar' 
> '/__w/1/s/flink-runtime/target/surefire/surefirebooter-20251011054804265_83.jar'
>  '/__w/1/s/flink-runtime/target/surefire' '2025-10-11T05-45-25_360-jvmRun3' 
> 'surefire-20251011054804265_79tmp' 'surefire_24-20251011054804265_82tmp' Oct 
> 11 05:56:17 05:56:17.492 [ERROR] Error occurred in starting fork, check 
> output in log Oct 11 05:56:17 05:56:17.492 [ERROR] Process Exit Code: 239 Oct 
> 11 05:56:17 05:56:17.492 [ERROR] at 
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:643)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.lambda$runSuitesForkOnceMultiple$3(ForkStarter.java:350)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) Oct 11 
> 05:56:17 05:56:17.492 [ERROR] at 
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
>  Oct 11 05:56:17 05:56:17.492 [ERROR] at 
> java.base/java.lang.Thread.run(Thread.java:833) Oct 11 05:56:17 05:56:17.492 
> [ERROR] -> [Help 1] Oct 11 05:56:17 05:56:17.492 [ERROR] Oct 11 05:56:17 
> 05:56:17.492 [ERROR] To see the full stack trace of the errors, re-run Maven 
> with the -e switch. Oct 11 05:56:17 05:56:17.492 [ERROR] Re-run Maven using 
> the -X switch to enable full debug logging. Oct 11 05:56:17 05:56:17.492 
> [ERROR] Oct 11 05:56:17 05:56:17.492 [ERROR] For more information about the 
> errors and possible solutions, please read the following articles: Oct 11 
> 05:56:17 05:56:17.492 [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Oct 
> 11 05:56:17 05:56:17.495 [ERROR] Oct 11 05:56:17 05:56:17.495 [ERROR] After 
> correcting the problems, you can resume the build with the command Oct 11 
> 05:56:17 05:56:17.495 [ERROR] mvn <args> -rf :flink-runtime
>  {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to