[
https://issues.apache.org/jira/browse/FLINK-24573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17449678#comment-17449678
]
Matthias edited comment on FLINK-24573 at 11/26/21, 10:20 PM:
--------------------------------------------------------------
We experienced the same odd behavior on our Flink fork pointing to
{{{}release-1.14{}}}. It happened in the test phase, though. ...in contrast to
the integration tests in the ticket's description. I've attached the logs of
the failed build.
No specific test failure is listed even though the error logs at the end state
that there are test failures.
was (Author: mapohl):
We experienced the same odd behavior on our Flink fork pointing to
{{{}release-1.14{}}}. It happened in the test phase, though. ...in contrast to
the integration tests in the ticket's description. I've attached the logs of
the failed build.
> ZooKeeperJobGraphsStoreITCase crashes JVM
> -----------------------------------------
>
> Key: FLINK-24573
> URL: https://issues.apache.org/jira/browse/FLINK-24573
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.14.0
> Reporter: Dawid Wysakowicz
> Priority: Major
> Labels: test-stability
> Attachments: logs-ci_build-test_ci_build_core-1637952435.zip
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=25123&view=logs&j=a549b384-c55a-52c0-c451-00e0477ab6db&t=eef5922c-08d9-5ba3-7299-8393476594e7&l=8375
> {code}
> Oct 17 00:15:16 [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test
> (integration-tests) on project flink-runtime: There are test failures.
> Oct 17 00:15:16 [ERROR]
> Oct 17 00:15:16 [ERROR] Please refer to
> /__w/1/s/flink-runtime/target/surefire-reports for the individual test
> results.
> Oct 17 00:15:16 [ERROR] Please refer to dump files (if any exist)
> [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
> Oct 17 00:15:16 [ERROR] ExecutionException The forked VM terminated without
> properly saying goodbye. VM crash or System.exit called?
> Oct 17 00:15:16 [ERROR] Command was /bin/sh -c cd
> /__w/1/s/flink-runtime/target &&
> /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m
> -Dmvn.forkNumber=2 -XX:+UseG1GC -jar
> /__w/1/s/flink-runtime/target/surefire/surefirebooter6284072213813812385.jar
> /__w/1/s/flink-runtime/target/surefire 2021-10-16T23-44-38_893-jvmRun2
> surefire134157100872108937tmp surefire_819867287453033687541tmp
> Oct 17 00:15:16 [ERROR] Error occurred in starting fork, check output in log
> Oct 17 00:15:16 [ERROR] Process Exit Code: 239
> Oct 17 00:15:16 [ERROR] Crashed tests:
> Oct 17 00:15:16 [ERROR]
> org.apache.flink.runtime.jobmanager.ZooKeeperJobGraphsStoreITCase
> Oct 17 00:15:16 [ERROR]
> org.apache.maven.surefire.booter.SurefireBooterForkException:
> ExecutionException The forked VM terminated without properly saying goodbye.
> VM crash or System.exit called?
> Oct 17 00:15:16 [ERROR] Command was /bin/sh -c cd
> /__w/1/s/flink-runtime/target &&
> /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xms256m -Xmx2048m
> -Dmvn.forkNumber=2 -XX:+UseG1GC -jar
> /__w/1/s/flink-runtime/target/surefire/surefirebooter6284072213813812385.jar
> /__w/1/s/flink-runtime/target/surefire 2021-10-16T23-44-38_893-jvmRun2
> surefire134157100872108937tmp surefire_819867287453033687541tmp
> Oct 17 00:15:16 [ERROR] Error occurred in starting fork, check output in log
> Oct 17 00:15:16 [ERROR] Process Exit Code: 239
> Oct 17 00:15:16 [ERROR] Crashed tests:
> Oct 17 00:15:16 [ERROR]
> org.apache.flink.runtime.jobmanager.ZooKeeperJobGraphsStoreITCase
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:510)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:457)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:298)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:246)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1183)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1011)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:857)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
> Oct 17 00:15:16 [ERROR] at
> org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
> Oct 17 00:15:16 [ERROR] at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> Oct 17 00:15:16 [ERROR] at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> Oct 17 00:15:16 [ERROR] at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Oct 17 00:15:16 [ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
> Oct 17 00:15:16 [ERROR] at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> Oct 17 00:15:16 [ERROR] at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)