You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Martijn Visser (Jira)" <ji...@apache.org> on 2022/05/23 11:47:00 UTC

[jira] [Closed] (FLINK-23349) GroupWindowITCase JVM crash on azure

     [ https://issues.apache.org/jira/browse/FLINK-23349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Visser closed FLINK-23349.
----------------------------------
    Resolution: Cannot Reproduce

> GroupWindowITCase JVM crash on azure
> ------------------------------------
>
>                 Key: FLINK-23349
>                 URL: https://issues.apache.org/jira/browse/FLINK-23349
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Planner
>    Affects Versions: 1.13.1
>            Reporter: Xintong Song
>            Priority: Not a Priority
>              Labels: auto-deprioritized-major, auto-deprioritized-minor, test-stability
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=20259&view=logs&j=e25d5e7e-2a9c-5589-4940-0b638d75a414&t=a6e0f756-5bb9-5ea8-a468-5f60db442a29&l=7071
> {code}
> Jul 10 00:33:15 [WARNING] The requested profile "skip-webui-build" could not be activated because it does not exist.
> Jul 10 00:33:15 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (integration-tests) on project flink-table-planner-blink_2.11: There are test failures.
> Jul 10 00:33:15 [ERROR] 
> Jul 10 00:33:15 [ERROR] Please refer to /__w/2/s/flink-table/flink-table-planner-blink/target/surefire-reports for the individual test results.
> Jul 10 00:33:15 [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
> Jul 10 00:33:15 [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
> Jul 10 00:33:15 [ERROR] Command was /bin/sh -c cd /__w/2/s/flink-table/flink-table-planner-blink/target && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m -Dmvn.forkNumber=2 -XX:+UseG1GC -jar /__w/2/s/flink-table/flink-table-planner-blink/target/surefire/surefirebooter5796421165616152697.jar /__w/2/s/flink-table/flink-table-planner-blink/target/surefire 2021-07-10T00-11-59_293-jvmRun2 surefire2979574177234673483tmp surefire_43322038510540240744tmp
> Jul 10 00:33:15 [ERROR] Error occurred in starting fork, check output in log
> Jul 10 00:33:15 [ERROR] Process Exit Code: 127
> Jul 10 00:33:15 [ERROR] Crashed tests:
> Jul 10 00:33:15 [ERROR] org.apache.flink.table.planner.runtime.stream.table.GroupWindowITCase
> Jul 10 00:33:15 [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
> Jul 10 00:33:15 [ERROR] Command was /bin/sh -c cd /__w/2/s/flink-table/flink-table-planner-blink/target && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m -Dmvn.forkNumber=2 -XX:+UseG1GC -jar /__w/2/s/flink-table/flink-table-planner-blink/target/surefire/surefirebooter5796421165616152697.jar /__w/2/s/flink-table/flink-table-planner-blink/target/surefire 2021-07-10T00-11-59_293-jvmRun2 surefire2979574177234673483tmp surefire_43322038510540240744tmp
> Jul 10 00:33:15 [ERROR] Error occurred in starting fork, check output in log
> Jul 10 00:33:15 [ERROR] Process Exit Code: 127
> Jul 10 00:33:15 [ERROR] Crashed tests:
> Jul 10 00:33:15 [ERROR] org.apache.flink.table.planner.runtime.stream.table.GroupWindowITCase
> Jul 10 00:33:15 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:510)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkOnceMultiple(ForkStarter.java:382)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:297)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1183)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:857)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
> Jul 10 00:33:15 [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> Jul 10 00:33:15 [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> Jul 10 00:33:15 [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Jul 10 00:33:15 [ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
> Jul 10 00:33:15 [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> Jul 10 00:33:15 [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> Jul 10 00:33:15 [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> Jul 10 00:33:15 [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Jul 10 00:33:15 [ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
> Jul 10 00:33:15 [ERROR] Command was /bin/sh -c cd /__w/2/s/flink-table/flink-table-planner-blink/target && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m -Dmvn.forkNumber=2 -XX:+UseG1GC -jar /__w/2/s/flink-table/flink-table-planner-blink/target/surefire/surefirebooter5796421165616152697.jar /__w/2/s/flink-table/flink-table-planner-blink/target/surefire 2021-07-10T00-11-59_293-jvmRun2 surefire2979574177234673483tmp surefire_43322038510540240744tmp
> Jul 10 00:33:15 [ERROR] Error occurred in starting fork, check output in log
> Jul 10 00:33:15 [ERROR] Process Exit Code: 127
> Jul 10 00:33:15 [ERROR] Crashed tests:
> Jul 10 00:33:15 [ERROR] org.apache.flink.table.planner.runtime.stream.table.GroupWindowITCase
> Jul 10 00:33:15 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:669)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:115)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:371)
> Jul 10 00:33:15 [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter$1.call(ForkStarter.java:347)
> Jul 10 00:33:15 [ERROR] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> Jul 10 00:33:15 [ERROR] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> Jul 10 00:33:15 [ERROR] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> Jul 10 00:33:15 [ERROR] at java.lang.Thread.run(Thread.java:748)
> Jul 10 00:33:15 [ERROR] -> [Help 1]
> Jul 10 00:33:15 [ERROR] 
> Jul 10 00:33:15 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> Jul 10 00:33:15 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> Jul 10 00:33:15 [ERROR] 
> Jul 10 00:33:15 [ERROR] For more information about the errors and possible solutions, please read the following articles:
> Jul 10 00:33:15 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> Jul 10 00:33:15 [ERROR] 
> Jul 10 00:33:15 [ERROR] After correcting the problems, you can resume the build with the command
> Jul 10 00:33:15 [ERROR]   mvn <goals> -rf :flink-table-planner-blink_2.11
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)