kou commented on PR #865: URL: https://github.com/apache/arrow-java/pull/865#issuecomment-3435424466
https://github.com/apache/arrow/pull/47915 can fix the symbol error but it seems that Java process is crashed: ```text 2025-10-23T06:05:57.7339179Z [ERROR] See /home/runner/work/arrow-java/arrow-java/dataset/target/surefire-reports for the individual test results. 2025-10-23T06:05:57.7340624Z [ERROR] See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. 2025-10-23T06:05:57.7342010Z [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? 2025-10-23T06:05:57.7362032Z [ERROR] Command was /bin/sh -c cd '/home/runner/work/arrow-java/arrow-java/dataset' && '/usr/lib/jvm/temurin-17-jdk-amd64/bin/java' '--add-reads=org.apache.arrow.dataset=com.fasterxml.jackson.databind' '--add-opens=java.base/java.nio=org.apache.arrow.dataset,org.apache.arrow.memory.core,ALL-UNNAMED' '-jar' '/home/runner/work/arrow-java/arrow-java/dataset/target/surefire/surefirebooter-20251023060545407_171.jar' '/home/runner/work/arrow-java/arrow-java/dataset/target/surefire' '2025-10-23T05-55-19_252-jvmRun1' 'surefire-20251023060545407_167tmp' 'surefire_33-20251023060545407_169tmp' 2025-10-23T06:05:57.7366551Z [ERROR] Error occurred in starting fork, check output in log 2025-10-23T06:05:57.7367142Z [ERROR] Process Exit Code: 134 2025-10-23T06:05:57.7367590Z [ERROR] Crashed tests: 2025-10-23T06:05:57.7368213Z [ERROR] org.apache.arrow.dataset.substrait.TestAceroSubstraitConsumer 2025-10-23T06:05:57.7369823Z [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? 2025-10-23T06:05:57.7374432Z [ERROR] Command was /bin/sh -c cd '/home/runner/work/arrow-java/arrow-java/dataset' && '/usr/lib/jvm/temurin-17-jdk-amd64/bin/java' '--add-reads=org.apache.arrow.dataset=com.fasterxml.jackson.databind' '--add-opens=java.base/java.nio=org.apache.arrow.dataset,org.apache.arrow.memory.core,ALL-UNNAMED' '-jar' '/home/runner/work/arrow-java/arrow-java/dataset/target/surefire/surefirebooter-20251023060545407_171.jar' '/home/runner/work/arrow-java/arrow-java/dataset/target/surefire' '2025-10-23T05-55-19_252-jvmRun1' 'surefire-20251023060545407_167tmp' 'surefire_33-20251023060545407_169tmp' 2025-10-23T06:05:57.7378464Z [ERROR] Error occurred in starting fork, check output in log 2025-10-23T06:05:57.7379052Z [ERROR] Process Exit Code: 134 2025-10-23T06:05:57.7379495Z [ERROR] Crashed tests: 2025-10-23T06:05:57.7380123Z [ERROR] org.apache.arrow.dataset.substrait.TestAceroSubstraitConsumer 2025-10-23T06:05:57.7381305Z [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:456) 2025-10-23T06:05:57.7382800Z [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkOnceMultiple(ForkStarter.java:358) 2025-10-23T06:05:57.7384130Z [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:296) 2025-10-23T06:05:57.7385567Z [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:250) 2025-10-23T06:05:57.7386899Z [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1337) 2025-10-23T06:05:57.7388551Z [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1135) 2025-10-23T06:05:57.7390302Z [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:969) 2025-10-23T06:05:57.7391570Z [ERROR] at jdk.internal.reflect.GeneratedMethodAccessor25.invoke(Unknown Source) 2025-10-23T06:05:57.7392808Z [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2025-10-23T06:05:57.7393916Z [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:569) 2025-10-23T06:05:57.7394713Z [ERROR] at com.gradle.maven.cache.extension.c.n.a(SourceFile:53) 2025-10-23T06:05:57.7395641Z [ERROR] at com.gradle.maven.cache.extension.c.d.a(SourceFile:27) 2025-10-23T06:05:57.7396382Z [ERROR] at com.gradle.maven.cache.extension.c.q.a(SourceFile:23) 2025-10-23T06:05:57.7397145Z [ERROR] at com.gradle.maven.cache.extension.c.j.a(SourceFile:28) 2025-10-23T06:05:57.7397904Z [ERROR] at com.gradle.maven.cache.extension.c.p.a(SourceFile:27) 2025-10-23T06:05:57.7398647Z [ERROR] at com.gradle.maven.cache.extension.c.b.c(SourceFile:118) 2025-10-23T06:05:57.7399405Z [ERROR] at com.gradle.maven.cache.extension.c.b.a(SourceFile:62) 2025-10-23T06:05:57.7400154Z [ERROR] at com.gradle.maven.cache.extension.c.g.a(SourceFile:27) 2025-10-23T06:05:57.7400901Z [ERROR] at com.gradle.maven.cache.extension.c.a.a(SourceFile:46) 2025-10-23T06:05:57.7401607Z [ERROR] at com.gradle.maven.cache.extension.c.o.a(SourceFile:18) 2025-10-23T06:05:57.7402319Z [ERROR] at com.gradle.maven.cache.extension.c.a.a(SourceFile:46) 2025-10-23T06:05:57.7403012Z [ERROR] at com.gradle.maven.cache.extension.c.c.a(SourceFile:26) 2025-10-23T06:05:57.7403767Z [ERROR] at com.gradle.maven.cache.extension.c.h$1.run(SourceFile:35) 2025-10-23T06:05:57.7404749Z [ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(SourceFile:30) 2025-10-23T06:05:57.7406286Z [ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(SourceFile:27) 2025-10-23T06:05:57.7407496Z [ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(SourceFile:67) 2025-10-23T06:05:57.7408598Z [ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(SourceFile:60) 2025-10-23T06:05:57.7409694Z [ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(SourceFile:167) 2025-10-23T06:05:57.7410874Z [ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(SourceFile:60) 2025-10-23T06:05:57.7411981Z [ERROR] at org.gradle.internal.operations.DefaultBuildOperationRunner.run(SourceFile:48) 2025-10-23T06:05:57.7412947Z [ERROR] at com.gradle.maven.cache.extension.c.h.a(SourceFile:31) 2025-10-23T06:05:57.7413694Z [ERROR] at com.gradle.maven.cache.extension.c.m.a(SourceFile:80) 2025-10-23T06:05:57.7414547Z [ERROR] at com.gradle.maven.cache.extension.g.b.lambda$createProxy$0(SourceFile:76) 2025-10-23T06:05:57.7430662Z [ERROR] at jdk.proxy31/jdk.proxy31.$Proxy139.execute(Unknown Source) 2025-10-23T06:05:57.7431546Z [ERROR] at com.gradle.maven.scan.extension.internal.d.b.executeMojo(SourceFile:116) 2025-10-23T06:05:57.7432622Z [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328) 2025-10-23T06:05:57.7433731Z [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316) 2025-10-23T06:05:57.7434767Z [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) 2025-10-23T06:05:57.7442486Z [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174) 2025-10-23T06:05:57.7443657Z [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75) 2025-10-23T06:05:57.7444785Z [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162) 2025-10-23T06:05:57.7454565Z [ERROR] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39) 2025-10-23T06:05:57.7456172Z [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159) 2025-10-23T06:05:57.7457742Z [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105) 2025-10-23T06:05:57.7459393Z [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73) 2025-10-23T06:05:57.7461035Z [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53) 2025-10-23T06:05:57.7462605Z [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118) 2025-10-23T06:05:57.7463701Z [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261) 2025-10-23T06:05:57.7464635Z [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173) 2025-10-23T06:05:57.7465624Z [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101) 2025-10-23T06:05:57.7466415Z [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906) 2025-10-23T06:05:57.7467207Z [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283) 2025-10-23T06:05:57.7467980Z [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:206) 2025-10-23T06:05:57.7468918Z [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2025-10-23T06:05:57.7470166Z [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 2025-10-23T06:05:57.7471634Z [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2025-10-23T06:05:57.7472815Z [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:569) 2025-10-23T06:05:57.7473810Z [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:255) 2025-10-23T06:05:57.7475177Z [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:201) 2025-10-23T06:05:57.7476314Z [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:361) 2025-10-23T06:05:57.7477468Z [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:314) 2025-10-23T06:05:57.7479073Z [ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? 2025-10-23T06:05:57.7483583Z [ERROR] Command was /bin/sh -c cd '/home/runner/work/arrow-java/arrow-java/dataset' && '/usr/lib/jvm/temurin-17-jdk-amd64/bin/java' '--add-reads=org.apache.arrow.dataset=com.fasterxml.jackson.databind' '--add-opens=java.base/java.nio=org.apache.arrow.dataset,org.apache.arrow.memory.core,ALL-UNNAMED' '-jar' '/home/runner/work/arrow-java/arrow-java/dataset/target/surefire/surefirebooter-20251023060545407_171.jar' '/home/runner/work/arrow-java/arrow-java/dataset/target/surefire' '2025-10-23T05-55-19_252-jvmRun1' 'surefire-20251023060545407_167tmp' 'surefire_33-20251023060545407_169tmp' 2025-10-23T06:05:57.7487688Z [ERROR] Error occurred in starting fork, check output in log 2025-10-23T06:05:57.7488315Z [ERROR] Process Exit Code: 134 2025-10-23T06:05:57.7488748Z [ERROR] Crashed tests: 2025-10-23T06:05:57.7489383Z [ERROR] org.apache.arrow.dataset.substrait.TestAceroSubstraitConsumer 2025-10-23T06:05:57.7490456Z [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:643) 2025-10-23T06:05:57.7491742Z [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.lambda$null$3(ForkStarter.java:350) 2025-10-23T06:05:57.7492881Z [ERROR] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) 2025-10-23T06:05:57.7493932Z [ERROR] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) 2025-10-23T06:05:57.7495315Z [ERROR] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 2025-10-23T06:05:57.7496267Z [ERROR] at java.base/java.lang.Thread.run(Thread.java:840) 2025-10-23T06:05:57.7496821Z [ERROR] 2025-10-23T06:05:57.7497152Z [ERROR] -> [Help 1] ``` BTW, can we reduce log from Maven? We can't use GitHub Actions UI to see logs because there are too many logs. (We need to use raw log instead...) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
