mjwall commented on issue #2754:
URL: https://github.com/apache/accumulo/issues/2754#issuecomment-1146039222

   FWIW, I just pulled in #2569 to my 1.10 branch and immediately got this 
running `mvn clean verify`
   ```
   [INFO] Apache Accumulo Maven Plugin ....................... SKIPPED          
                                                                                
                                                                                
                                                                               
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  42.187 s                                                 
                                                                                
                                                                                
                                                                               
   [INFO] Finished at: 2022-06-03T14:14:52Z
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4:test (default-test) on 
project accumulo-fate: There are test failures.
   [ERROR]
   [ERROR] Please refer to 
/home/mjwall/src/oss/accumulo-mjwall-1.10/fate/target/surefire-reports for the 
individual test results.
   [ERROR] Please refer to dump files (if any exist) [date].dump, 
[date]-jvmRun[N].dump and [date].dumpstream.
   [ERROR] ExecutionException The forked VM terminated without properly saying 
goodbye. VM crash or System.exit called?
   [ERROR] Command was /bin/sh -c cd 
/home/mjwall/src/oss/accumulo-mjwall-1.10/fate && 
/home/mjwall/opt/jdk-11.0.14/bin/java -Xmx1G -jar 
/home/mjwall/src/oss/accumulo-mjwall-1.10/fate/target/surefire/surefirebooter5780153386212598703.jar
 /home/mjwall/src/oss/accumulo-mjwall-1.10/fate/target/surefire 
2022-06-03T14-14-30
   _316-jvmRun6 surefire16622590161902785932tmp surefire_88617873131608458531tmp
   [ERROR] Process Exit Code: 0
   [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: 
ExecutionException The forked VM terminated without properly saying goodbye. VM 
crash or System.exit called?                                                    
                                                                                
      
   [ERROR] Command was /bin/sh -c cd 
/home/mjwall/src/oss/accumulo-mjwall-1.10/fate && 
/home/mjwall/opt/jdk-11.0.14/bin/java -Xmx1G -jar 
/home/mjwall/src/oss/accumulo-mjwall-1.10/fate/target/surefire/surefirebooter5780153386212598703.jar
 /home/mjwall/src/oss/accumulo-mjwall-1.10/fate/target/surefire 
2022-06-03T14-14-30
   _316-jvmRun6 surefire16622590161902785932tmp surefire_88617873131608458531tmp
   [ERROR] Process Exit Code: 0
   [ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:513)
   [ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:460)
   [ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:301)
   [ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:249)
   [ERROR]         at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1217)
   [ERROR]         at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1063)
   [ERROR]         at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:889)
   [ERROR]         at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
   [ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:301)
   [ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:211)
   [ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:165)
   [ERROR]         at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:157)
   [ERROR]         at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:121)
   [ERROR]         at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
   [ERROR]         at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
   [ERROR]         at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:127)
   [ERROR]         at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:294)
   [ERROR]         at 
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
   [ERROR]         at 
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
   [ERROR]         at org.apache.maven.cli.MavenCli.execute(MavenCli.java:960)
   [ERROR]         at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
   [ERROR]         at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
   [ERROR]         at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [ERROR]         at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [ERROR]         at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [ERROR]         at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [ERROR]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
   [ERROR]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
   [ERROR]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
   [ERROR]         at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
   [ERROR] Caused by: 
org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM 
terminated without properly saying goodbye. VM crash or System.exit called?
   [ERROR] Command was /bin/sh -c cd 
/home/mjwall/src/oss/accumulo-mjwall-1.10/fate && 
/home/mjwall/opt/jdk-11.0.14/bin/java -Xmx1G -jar 
/home/mjwall/src/oss/accumulo-mjwall-1.10/fate/target/surefire/surefirebooter5780153386212598703.jar
 /home/mjwall/src/oss/accumulo-mjwall-1.10/fate/target/surefire 
2022-06-03T14-14-30
   _316-jvmRun6 surefire16622590161902785932tmp surefire_88617873131608458531tmp
   [ERROR] Process Exit Code: 0
   [ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:690)
   [ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$600(ForkStarter.java:118)
   [ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:447)
   [ERROR]         at 
org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:423)
   [ERROR]         at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [ERROR]         at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [ERROR]         at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [ERROR]         at java.base/java.lang.Thread.run(Thread.java:834)
   [ERROR]
   [ERROR] -> [Help 1]
   [ERROR]
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR]
   [ERROR] For more information about the errors and possible solutions, please 
read the following articles:
   [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
   [ERROR]
   [ERROR] After correcting the problems, you can resume the build with the 
command
   [ERROR]   mvn <args> -rf :accumulo-fate
   ```
   
   Rerunning `mvn clean verify` passed successfully


-- 
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]

Reply via email to