[ https://issues.apache.org/jira/browse/FLINK-34448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817869#comment-17817869 ]
Matthias Pohl edited comment on FLINK-34448 at 2/16/24 8:28 AM: ---------------------------------------------------------------- FYI: {{GroupCombineITCase}}/{{GroupReduceITCase}} were executed while the error occurred {code} grep "^Test " mvn-4.log | sed -e 's/ is running.//g' -e 's/ successfully run.//g' | sort | uniq -c | grep -v " 2" 1 Test testCheckPartitionShuffleGroupBy[Execution mode = COLLECTION](org.apache.flink.test.operators.GroupCombineITCase) 1 Test testCorrectnessOfAllGroupReduceForTuplesWithCombine[Execution mode = COLLECTION](org.apache.flink.test.operators.GroupReduceITCase) 1 Test testCorrectnessOfGroupReduceOnCustomTypeWithKeyExtractorAndCombine[Execution mode = COLLECTION](org.apache.flink.test.operators.GroupReduceITCase) 1 Test testCorrectnessOfGroupReduceOnTuplesWithCombine[Execution mode = COLLECTION](org.apache.flink.test.operators.GroupReduceITCase) 1 Test testRestartTM[delegated state backend type = org.apache.flink.runtime.state.hashmap.HashMapStateBackend@29a60c27](org.apache.flink.test.checkpointing.ChangelogLocalRecoveryITCase) {code} was (Author: mapohl): FYI: {{GroupCombineITCase}} was being executed while the error occurred {code} grep "^Test " mvn-4.log | sed -e 's/ is running.//g' -e 's/ successfully run.//g' | sort | uniq -c | grep -v " 2" 1 Test testCheckPartitionShuffleGroupBy[Execution mode = COLLECTION](org.apache.flink.test.operators.GroupCombineITCase) 1 Test testCorrectnessOfAllGroupReduceForTuplesWithCombine[Execution mode = COLLECTION](org.apache.flink.test.operators.GroupReduceITCase) 1 Test testCorrectnessOfGroupReduceOnCustomTypeWithKeyExtractorAndCombine[Execution mode = COLLECTION](org.apache.flink.test.operators.GroupReduceITCase) 1 Test testCorrectnessOfGroupReduceOnTuplesWithCombine[Execution mode = COLLECTION](org.apache.flink.test.operators.GroupReduceITCase) 1 Test testRestartTM[delegated state backend type = org.apache.flink.runtime.state.hashmap.HashMapStateBackend@29a60c27](org.apache.flink.test.checkpointing.ChangelogLocalRecoveryITCase) {code} > ChangelogLocalRecoveryITCase#testRestartTM failed fatally with 127 exit code > ---------------------------------------------------------------------------- > > Key: FLINK-34448 > URL: https://issues.apache.org/jira/browse/FLINK-34448 > Project: Flink > Issue Type: Bug > Components: Runtime / Coordination > Affects Versions: 1.20.0 > Reporter: Matthias Pohl > Priority: Critical > Labels: test-stability > > https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=57550&view=logs&j=2c3cbe13-dee0-5837-cf47-3053da9a8a78&t=b78d9d30-509a-5cea-1fef-db7abaa325ae&l=8897 > \ > {code} > Feb 16 02:43:47 02:43:47.142 [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:3.2.2:test (integration-tests) > on project flink-tests: > Feb 16 02:43:47 02:43:47.142 [ERROR] > Feb 16 02:43:47 02:43:47.142 [ERROR] Please refer to > /__w/1/s/flink-tests/target/surefire-reports for the individual test results. > Feb 16 02:43:47 02:43:47.142 [ERROR] Please refer to dump files (if any > exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. > Feb 16 02:43:47 02:43:47.142 [ERROR] ExecutionException The forked VM > terminated without properly saying goodbye. VM crash or System.exit called? > Feb 16 02:43:47 02:43:47.142 [ERROR] Command was /bin/sh -c cd > '/__w/1/s/flink-tests' && '/usr/lib/jvm/jdk-11.0.19+7/bin/java' > '-XX:+UseG1GC' '-Xms256m' '-XX:+IgnoreUnrecognizedVMOptions' > '--add-opens=java.base/java.util=ALL-UNNAMED' > '--add-opens=java.base/java.io=ALL-UNNAMED' '-Xmx1536m' '-jar' > '/__w/1/s/flink-tests/target/surefire/surefirebooter-20240216015747138_560.jar' > '/__w/1/s/flink-tests/target/surefire' '2024-02-16T01-57-43_286-jvmRun4' > 'surefire-20240216015747138_558tmp' 'surefire_185-20240216015747138_559tmp' > Feb 16 02:43:47 02:43:47.142 [ERROR] Error occurred in starting fork, check > output in log > Feb 16 02:43:47 02:43:47.142 [ERROR] Process Exit Code: 127 > Feb 16 02:43:47 02:43:47.142 [ERROR] Crashed tests: > Feb 16 02:43:47 02:43:47.142 [ERROR] > org.apache.flink.test.checkpointing.ChangelogLocalRecoveryITCase > Feb 16 02:43:47 02:43:47.142 [ERROR] > org.apache.maven.surefire.booter.SurefireBooterForkException: > ExecutionException The forked VM terminated without properly saying goodbye. > VM crash or System.exit called? > Feb 16 02:43:47 02:43:47.142 [ERROR] Command was /bin/sh -c cd > '/__w/1/s/flink-tests' && '/usr/lib/jvm/jdk-11.0.19+7/bin/java' > '-XX:+UseG1GC' '-Xms256m' '-XX:+IgnoreUnrecognizedVMOptions' > '--add-opens=java.base/java.util=ALL-UNNAMED' > '--add-opens=java.base/java.io=ALL-UNNAMED' '-Xmx1536m' '-jar' > '/__w/1/s/flink-tests/target/surefire/surefirebooter-20240216015747138_560.jar' > '/__w/1/s/flink-tests/target/surefire' '2024-02-16T01-57-43_286-jvmRun4' > 'surefire-20240216015747138_558tmp' 'surefire_185-20240216015747138_559tmp' > Feb 16 02:43:47 02:43:47.142 [ERROR] Error occurred in starting fork, check > output in log > Feb 16 02:43:47 02:43:47.142 [ERROR] Process Exit Code: 127 > Feb 16 02:43:47 02:43:47.142 [ERROR] Crashed tests: > Feb 16 02:43:47 02:43:47.142 [ERROR] > org.apache.flink.test.checkpointing.ChangelogLocalRecoveryITCase > Feb 16 02:43:47 02:43:47.142 [ERROR] at > org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:456) > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)