Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.05 KB | None | 0 0
  1. Apache Maven 3.3.9 (NON-CANONICAL_2015-11-23T13:17:27+03:00_root; 2015-11-23T11:17:27+01:00)
  2. Maven home: /opt/maven
  3. Java version: 1.8.0_112, vendor: Oracle Corporation
  4. Java home: /usr/lib/jvm/java-8-openjdk/jre
  5. Default locale: en_US, platform encoding: UTF-8
  6. OS name: "linux", version: "4.8.13-1-arch", arch: "amd64", family: "unix"
  7. ---
  8. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project a-common: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
  9. [ERROR] Command was /bin/sh -c cd /home/poison/files/dev/isas/a-common && /usr/lib/jvm/java-8-openjdk/jre/bin/java -XX:-UseSplitVerifier -jar /home/poison/files/dev/isas/a-common/target/surefire/surefirebooter7096070623346593677.jar /home/poison/files/dev/isas/a-common/target/surefire/surefire3048999170602782772tmp /home/poison/files/dev/isas/a-common/target/surefire/surefire_02866186908470364489tmp
  10. [ERROR] -> [Help 1]
  11. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project a-common: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
  12. Command was /bin/sh -c cd /home/poison/files/dev/isas/a-common && /usr/lib/jvm/java-8-openjdk/jre/bin/java -XX:-UseSplitVerifier -jar /home/poison/files/dev/isas/a-common/target/surefire/surefirebooter7096070623346593677.jar /home/poison/files/dev/isas/a-common/target/surefire/surefire3048999170602782772tmp /home/poison/files/dev/isas/a-common/target/surefire/surefire_02866186908470364489tmp
  13. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
  14. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  15. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  16. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  17. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  18. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  19. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  20. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  21. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  22. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  23. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  24. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  25. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  27. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  28. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  29. at java.lang.reflect.Method.invoke(Method.java:498)
  30. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  31. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  32. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  33. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  34. Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
  35. Command was /bin/sh -c cd /home/poison/files/dev/isas/a-common && /usr/lib/jvm/java-8-openjdk/jre/bin/java -XX:-UseSplitVerifier -jar /home/poison/files/dev/isas/a-common/target/surefire/surefirebooter7096070623346593677.jar /home/poison/files/dev/isas/a-common/target/surefire/surefire3048999170602782772tmp /home/poison/files/dev/isas/a-common/target/surefire/surefire_02866186908470364489tmp
  36. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145)
  37. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  38. ... 20 more
  39. Caused by: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
  40. Command was /bin/sh -c cd /home/poison/files/dev/isas/a-common && /usr/lib/jvm/java-8-openjdk/jre/bin/java -XX:-UseSplitVerifier -jar /home/poison/files/dev/isas/a-common/target/surefire/surefirebooter7096070623346593677.jar /home/poison/files/dev/isas/a-common/target/surefire/surefire3048999170602782772tmp /home/poison/files/dev/isas/a-common/target/surefire/surefire_02866186908470364489tmp
  41. at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:590)
  42. at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:460)
  43. at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:229)
  44. at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:201)
  45. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1026)
  46. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:862)
  47. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755)
  48. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  49. ... 21 more
  50.  
  51. ---
  52. $ ls -lah /home/poison/files/dev/isas/a-common/target/surefire/surefirebooter7096070623346593677.jar
  53. -rw-r--r-- 1 poison users 676 Jan 16 14:45 /home/poison/files/dev/isas/a-common/target/surefire/surefirebooter7096070623346593677.jar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement