[jira] [Created] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
Andrew Onischuk created SUREFIRE-1408: - Summary: Surefire tests constantly fail due to fork issue. Key: SUREFIRE-1408 URL: https://issues.apache.org/jira/browse/SUREFIRE-1408 Project: Maven Surefire Issue Type: Bug Affects Versions: 2.20 Reporter: Andrew Onischuk Priority: Blocker Fix For: 2.20.2 Our project cannot run the tests for some reason we have this error. This is blocking 100% of test runs. A big blocker for our project. {noformat} [WARNING] Tests run: 4830, Failures: 0, Errors: 0, Skipped: 35 [INFO] [INFO] [INFO] Reactor Summary: [INFO] [INFO] Ambari Views .. SUCCESS [4.001s] [INFO] utility ... SUCCESS [1.057s] [INFO] Ambari Metrics Common . SUCCESS [14.892s] [INFO] Ambari Server . FAILURE [28:40.637s] [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 29:01.548s [INFO] Finished at: Wed Sep 06 13:53:46 EEST 2017 [INFO] Final Memory: 49M/583M [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project ambari-server: There are test failures. [ERROR] [ERROR] Please refer to /tmp/ambari_test_java/ambari-server/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream. [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp surefire_494835328994998108571tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.controller.AmbariServerTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter5127210523160415183.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun1 surefire5729106817171066937tmp surefire_5004808314434139002513tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter3901662057959462367.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun2 surefire1724459552574953042tmp surefire_5012934123283689072947tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.controller.metrics.ganglia.GangliaPropertyProviderTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter8706425108380679609.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun4 surefire3030080908304903958tmp surefire_5025412729838224505067tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [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 /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar /tmp/ambari_test_java/ambari-server
[jira] [Commented] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16155240#comment-16155240 ] Andrew Onischuk commented on SUREFIRE-1408: --- [~tibor17], can you please help on this one? > Surefire tests constantly fail due to fork issue. > - > > Key: SUREFIRE-1408 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1408 > Project: Maven Surefire > Issue Type: Bug >Affects Versions: 2.20 >Reporter: Andrew Onischuk >Priority: Blocker > Fix For: 2.20.2 > > > Our project cannot run the tests for some reason we have this error. This is > blocking 100% of test runs. A big blocker for our project. > {noformat} > [WARNING] Tests run: 4830, Failures: 0, Errors: 0, Skipped: 35 > [INFO] > [INFO] > > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Views .. SUCCESS [4.001s] > [INFO] utility ... SUCCESS [1.057s] > [INFO] Ambari Metrics Common . SUCCESS [14.892s] > [INFO] Ambari Server . FAILURE > [28:40.637s] > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 29:01.548s > [INFO] Finished at: Wed Sep 06 13:53:46 EEST 2017 > [INFO] Final Memory: 49M/583M > [INFO] > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on > project ambari-server: There are test failures. > [ERROR] > [ERROR] Please refer to > /tmp/ambari_test_java/ambari-server/target/surefire-reports for the > individual test results. > [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, > [date].dumpstream and [date]-jvmRun[N].dumpstream. > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp > surefire_494835328994998108571tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] org.apache.ambari.server.controller.AmbariServerTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter5127210523160415183.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun1 surefire5729106817171066937tmp > surefire_5004808314434139002513tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter3901662057959462367.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun2 surefire1724459552574953042tmp > surefire_5012934123283689072947tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] > org.apache.ambari.server.controller.metrics.ganglia.GangliaPropertyProviderTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter8706425108380679609.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3030080908304903958tmp > surefire_5025412729838224505067tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] org.apache.maven.
[jira] [Updated] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Onischuk updated SUREFIRE-1408: -- Description: Our project cannot run the tests for some reason we have this error. This is blocking 100% of test runs. A big blocker for our project. {noformat} [WARNING] Tests run: 4830, Failures: 0, Errors: 0, Skipped: 35 [INFO] [INFO] [INFO] Reactor Summary: [INFO] [INFO] Ambari Views .. SUCCESS [4.001s] [INFO] utility ... SUCCESS [1.057s] [INFO] Ambari Metrics Common . SUCCESS [14.892s] [INFO] Ambari Server . FAILURE [28:40.637s] [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 29:01.548s [INFO] Finished at: Wed Sep 06 13:53:46 EEST 2017 [INFO] Final Memory: 49M/583M [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project ambari-server: There are test failures. [ERROR] [ERROR] Please refer to /tmp/ambari_test_java/ambari-server/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream. [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp surefire_494835328994998108571tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.controller.AmbariServerTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter5127210523160415183.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun1 surefire5729106817171066937tmp surefire_5004808314434139002513tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter3901662057959462367.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun2 surefire1724459552574953042tmp surefire_5012934123283689072947tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.controller.metrics.ganglia.GangliaPropertyProviderTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter8706425108380679609.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun4 surefire3030080908304903958tmp surefire_5025412729838224505067tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [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 /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp surefire_494835328994998108571tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed test
[jira] [Updated] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Onischuk updated SUREFIRE-1408: -- Description: Our project cannot run the tests for some reason we have this error. This is blocking 100% of test runs. A big blocker for our project. The tests which fail with this are always random. {noformat} [WARNING] Tests run: 4830, Failures: 0, Errors: 0, Skipped: 35 [INFO] [INFO] [INFO] Reactor Summary: [INFO] [INFO] Ambari Views .. SUCCESS [4.001s] [INFO] utility ... SUCCESS [1.057s] [INFO] Ambari Metrics Common . SUCCESS [14.892s] [INFO] Ambari Server . FAILURE [28:40.637s] [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 29:01.548s [INFO] Finished at: Wed Sep 06 13:53:46 EEST 2017 [INFO] Final Memory: 49M/583M [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project ambari-server: There are test failures. [ERROR] [ERROR] Please refer to /tmp/ambari_test_java/ambari-server/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream. [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp surefire_494835328994998108571tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.controller.AmbariServerTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter5127210523160415183.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun1 surefire5729106817171066937tmp surefire_5004808314434139002513tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter3901662057959462367.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun2 surefire1724459552574953042tmp surefire_5012934123283689072947tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.controller.metrics.ganglia.GangliaPropertyProviderTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter8706425108380679609.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun4 surefire3030080908304903958tmp surefire_5025412729838224505067tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [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 /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp surefire_494835328994998108571tmp [ERROR] Error occurred in starting fork, check output in log
[jira] [Updated] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Onischuk updated SUREFIRE-1408: -- Fix Version/s: (was: 2.20.2) 2.20.1 > Surefire tests constantly fail due to fork issue. > - > > Key: SUREFIRE-1408 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1408 > Project: Maven Surefire > Issue Type: Bug >Affects Versions: 2.20 >Reporter: Andrew Onischuk >Priority: Blocker > Fix For: 2.20.1 > > > Our project cannot run the tests for some reason we have this error. This is > blocking 100% of test runs. A big blocker for our project. > The tests which fail with this are always random. > {noformat} > [WARNING] Tests run: 4830, Failures: 0, Errors: 0, Skipped: 35 > [INFO] > [INFO] > > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Views .. SUCCESS [4.001s] > [INFO] utility ... SUCCESS [1.057s] > [INFO] Ambari Metrics Common . SUCCESS [14.892s] > [INFO] Ambari Server . FAILURE > [28:40.637s] > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 29:01.548s > [INFO] Finished at: Wed Sep 06 13:53:46 EEST 2017 > [INFO] Final Memory: 49M/583M > [INFO] > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on > project ambari-server: There are test failures. > [ERROR] > [ERROR] Please refer to > /tmp/ambari_test_java/ambari-server/target/surefire-reports for the > individual test results. > [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, > [date].dumpstream and [date]-jvmRun[N].dumpstream. > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp > surefire_494835328994998108571tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] org.apache.ambari.server.controller.AmbariServerTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter5127210523160415183.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun1 surefire5729106817171066937tmp > surefire_5004808314434139002513tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter3901662057959462367.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun2 surefire1724459552574953042tmp > surefire_5012934123283689072947tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] > org.apache.ambari.server.controller.metrics.ganglia.GangliaPropertyProviderTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter8706425108380679609.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3030080908304903958tmp > surefire_5025412729838224505067tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] org.a
[jira] [Created] (MJDEPS-9) Introduce failOnWarning as a named property
Matt Nelson created MJDEPS-9: Summary: Introduce failOnWarning as a named property Key: MJDEPS-9 URL: https://issues.apache.org/jira/browse/MJDEPS-9 Project: MJDEPS Issue Type: New Feature Reporter: Matt Nelson Priority: Minor Introduce {{jdeps.failOnWarning}} named property to support command line and {{}} declarations. -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[jira] [Commented] (MJDEPS-9) Introduce failOnWarning as a named property
[ https://issues.apache.org/jira/browse/MJDEPS-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16155530#comment-16155530 ] ASF GitHub Bot commented on MJDEPS-9: - GitHub user mattnelson opened a pull request: https://github.com/apache/maven-plugins/pull/128 MJDEPS-9 Introduce named property for failOnWarning Introduce `jdeps.failOnWarning` named property to support command line and `` declarations. https://issues.apache.org/jira/browse/MJDEPS-9 You can merge this pull request into a Git repository by running: $ git pull https://github.com/mattnelson/maven-plugins mjdeps-9 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/maven-plugins/pull/128.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #128 commit 141ed3ef480d1e961abc5afdeebe2a59d4ebbd4d Author: Matt Nelson Date: 2017-09-06T15:30:10Z MJDEPS-9 Introduce named property for failOnWarning > Introduce failOnWarning as a named property > --- > > Key: MJDEPS-9 > URL: https://issues.apache.org/jira/browse/MJDEPS-9 > Project: MJDEPS > Issue Type: New Feature >Reporter: Matt Nelson >Priority: Minor > > Introduce {{jdeps.failOnWarning}} named property to support command line and > {{}} declarations. -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[jira] [Commented] (MSITE-748) EmptyStackException on xdoc toc macro usage
[ https://issues.apache.org/jira/browse/MSITE-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16155663#comment-16155663 ] Steve Loughran commented on MSITE-748: -- Seen this too. Getting rid of all tags made it go away. > EmptyStackException on xdoc toc macro usage > --- > > Key: MSITE-748 > URL: https://issues.apache.org/jira/browse/MSITE-748 > Project: Maven Site Plugin > Issue Type: Bug >Affects Versions: 3.4 > Environment: Ubuntu 12.04 64bit >Reporter: Roman Ivanov >Priority: Minor > > repository https://github.com/checkstyle/checkstyle > update src/xdocs/config.xml, to add Content section conrtaining toc macro > like this: > {code} > > > > > > > > > {code} > build a site by command: > {code} > mvn -X clean site -Dlinkcheck.skip=true -Dmaven.javadoc.skip=true -DskipTests > -DskipITs -Dpmd.skip=true -Dfindbugs.skip=true -Dcobertura.skip=true > -Dcheckstyle.ant.skip=true > {code} > Exception: > {code} > [DEBUG] Generating > /home/rivanov/java/git-others/checkstyle/checkstyle/target/site/config.html > [DEBUG] Validating: > /home/rivanov/java/git-others/checkstyle/checkstyle/src/xdocs/config.xml > [DEBUG] Validating the content... > [WARNING] was already defined in , ignored in > . > [DEBUG] Unrecognized xdoc tag: at [17:70] > [DEBUG] Unrecognized xdoc tag: at [18:76] > [warn] was already defined in , ignored in . > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 27.049s > [INFO] Finished at: Wed Jun 24 21:34:25 PDT 2015 > [INFO] Final Memory: 59M/472M > [INFO] > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project > checkstyle: Execution default-site of goal > org.apache.maven.plugins:maven-site-plugin:3.4:site failed. > EmptyStackException -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute > goal org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on > project checkstyle: Execution default-site of goal > org.apache.maven.plugins:maven-site-plugin:3.4:site failed. > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) > at > org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) > at > org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:497) > at > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) > at > org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) > at > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) > at > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) > Caused by: org.apache.maven.plugin.PluginExecutionException: Execution > default-site of goal org.apache.maven.plugins:maven-site-plugin:3.4:site > failed. > at > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) > ... 19 more > Caused by: java.util.EmptyStackException > at java.util.Stack.peek(Stack.java:102) > at org.apache.maven.doxia.index.IndexingSink.peek(IndexingSink.java:292) > at org.apache.maven.doxia.index.IndexingSink.text(IndexingSink.java:239) > at > org.apache.maven.doxia.mod
[jira] [Commented] (MJAVADOC-469) javadoc-plugin does not double backslashes in argument file
[ https://issues.apache.org/jira/browse/MJAVADOC-469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16155839#comment-16155839 ] Thorsten Schöning commented on MJAVADOC-469: Here's a possible workaround for others having the same problem. It's basically doubling the available backslashes on it's own before forwarding the path as a command line arg. This needs to be done before the path is used by the Maven plugin and written to the argument file, afterwards it's too late. After Javadoc parsed the paths one can't reconstruct the path anymore because the single backslashes just disappear if they have no special meaning in front of character. While "\t" becomes a tab, "\U" just becomes "U" for Javadoc. {CODE} org.codehaus.mojo build-helper-maven-plugin create-javadoc-compat-out-dir pre-site regex-property javadoc-compat-out-dir ${project.build.directory} \\ true maven-javadoc-plugin extract-resource-info pre-site javadoc ${project.groupId} axis2-transport-testkit ${project.version} org.apache.axis2.transport.testkit.doclet.ResourceInfoDoclet false private -out "${javadoc-compat-out-dir}/resource-info.dat" [...] [...] {CODE} > javadoc-plugin does not double backslashes in argument file > --- > > Key: MJAVADOC-469 > URL: https://issues.apache.org/jira/browse/MJAVADOC-469 > Project: Maven Javadoc Plugin > Issue Type: Bug > Components: javadoc >Affects Versions: 2.10.4 >Reporter: Ilya Basin > > On Windows `generate-rest-docs` goal of `maven-jira-plugin` calls > `maven-javadoc-plugin` with: > {code}additionalparam: -output > "C:\path\to\target\classes\resourcedoc.xml"{code} > If this argument was passed to `javadoc.exe` directly, I'm pretty sure this > would work. However, the javadoc plugin generates an argument file[1] named > "options" and executes: > {code}javadoc.exe ... @options{code} > The file contains all arguments with unescaped backslashes, although javadoc > command documentation[2] suggests: > {quote}If a filename contains embedded spaces, put the whole filename in > double quotes, and double each backslash ("My Files\\Stuff.java"){quote} > javadoc plugin version "2.4" is hardcoded in jira plugin, but I see no > related changes in "2.10.4" in AbstractJavadocMojo.addCommandLineOptions() . > [1]: https://maven.apache.org/plugins/maven-javadoc-plugin/ > [2]: > http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#argumentfiles -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[jira] [Created] (MJLINK-1) Dependency Report produces exception based on JDK 9 based JAR file...
Karl Heinz Marbaise created MJLINK-1: Summary: Dependency Report produces exception based on JDK 9 based JAR file... Key: MJLINK-1 URL: https://issues.apache.org/jira/browse/MJLINK-1 Project: Maven JLink Plugin Issue Type: Improvement Affects Versions: 3.0.0-alpha-1 Reporter: Karl Heinz Marbaise Fix For: 3.0.0-alpha-2 currently a site build {{mvn -Preporting site site:stage}} produces the following error: {code} [INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.9:dependencies [WARNING] Unable to process class module-info.class in JarAnalyzer File /Users/kama/.m2/repository/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19 at org.apache.bcel.classfile.Constant.readConstant(Constant.java:161) at org.apache.bcel.classfile.ConstantPool.(ConstantPool.java:69) at org.apache.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:235) at org.apache.bcel.classfile.ClassParser.parse(ClassParser.java:143) at org.apache.maven.shared.jar.classes.JarClassesAnalysis.analyze(JarClassesAnalysis.java:96) at org.apache.maven.report.projectinfo.dependencies.Dependencies.getJarDependencyDetails(Dependencies.java:259) at org.apache.maven.report.projectinfo.dependencies.renderer.DependenciesRenderer.hasSealed(DependenciesRenderer.java:1542) at org.apache.maven.report.projectinfo.dependencies.renderer.DependenciesRenderer.renderSectionDependencyFileDetails(DependenciesRenderer.java:545) at org.apache.maven.report.projectinfo.dependencies.renderer.DependenciesRenderer.renderBody(DependenciesRenderer.java:240) at org.apache.maven.reporting.AbstractMavenReportRenderer.render(AbstractMavenReportRenderer.java:83) at org.apache.maven.report.projectinfo.DependenciesReport.executeReport(DependenciesReport.java:201) at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:255) at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:229) at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:337) at org.apache.maven.plugins.site.render.SiteMojo.renderLocale(SiteMojo.java:178) at org.apache.maven.plugins.site.render.SiteMojo.execute(SiteMojo.java:132) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345) at org.apache.maven.cli.MavenCli.main(MavenCli.java:191) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356) [INFO] Generating "Dependency Convergence" report --- maven-project-info-reports-plugin:2.9:dependency-convergence {code} Need to investigage more in depth. Seemed to be related to maven-project-info-reports-plugin. -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[jira] [Created] (MJLINK-2) Upgrade several plugins to get a working site generation
Karl Heinz Marbaise created MJLINK-2: Summary: Upgrade several plugins to get a working site generation Key: MJLINK-2 URL: https://issues.apache.org/jira/browse/MJLINK-2 Project: Maven JLink Plugin Issue Type: Dependency upgrade Affects Versions: 3.0.0-alpha-1 Reporter: Karl Heinz Marbaise Assignee: Karl Heinz Marbaise Priority: Blocker Fix For: 3.0.0-alpha-1 Several breaks during site generation. -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[jira] [Commented] (MJDEPS-9) Introduce failOnWarning as a named property
[ https://issues.apache.org/jira/browse/MJDEPS-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16155929#comment-16155929 ] Robert Scholte commented on MJDEPS-9: - I think the property should be different for {{jdkinternals}} and {{test-jdkinternals}} > Introduce failOnWarning as a named property > --- > > Key: MJDEPS-9 > URL: https://issues.apache.org/jira/browse/MJDEPS-9 > Project: MJDEPS > Issue Type: New Feature >Reporter: Matt Nelson >Priority: Minor > > Introduce {{jdeps.failOnWarning}} named property to support command line and > {{}} declarations. -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[jira] [Closed] (MJLINK-2) Upgrade several plugins to get a working site generation
[ https://issues.apache.org/jira/browse/MJLINK-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise closed MJLINK-2. Resolution: Fixed Done in [r1807521|https://svn.apache.org/r1807521] > Upgrade several plugins to get a working site generation > > > Key: MJLINK-2 > URL: https://issues.apache.org/jira/browse/MJLINK-2 > Project: Maven JLink Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.0.0-alpha-1 >Reporter: Karl Heinz Marbaise >Assignee: Karl Heinz Marbaise >Priority: Blocker > Fix For: 3.0.0-alpha-1 > > > Several breaks during site generation. It is also necessary to upgrade the > plugins like maven-plugin-plugin and maven-invoker-plugin in the reporting > section as well. May be need to investigate this more in depths. -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[jira] [Updated] (MJLINK-2) Upgrade several plugins to get a working site generation
[ https://issues.apache.org/jira/browse/MJLINK-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise updated MJLINK-2: - Description: Several breaks during site generation. It is also necessary to upgrade the plugins like maven-plugin-plugin and maven-invoker-plugin in the reporting section as well. May be need to investigate this more in depths. (was: Several breaks during site generation.) > Upgrade several plugins to get a working site generation > > > Key: MJLINK-2 > URL: https://issues.apache.org/jira/browse/MJLINK-2 > Project: Maven JLink Plugin > Issue Type: Dependency upgrade >Affects Versions: 3.0.0-alpha-1 >Reporter: Karl Heinz Marbaise >Assignee: Karl Heinz Marbaise >Priority: Blocker > Fix For: 3.0.0-alpha-1 > > > Several breaks during site generation. It is also necessary to upgrade the > plugins like maven-plugin-plugin and maven-invoker-plugin in the reporting > section as well. May be need to investigate this more in depths. -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[jira] [Commented] (MJLINK-1) Dependency Report produces exception based on JDK 9 based JAR file...
[ https://issues.apache.org/jira/browse/MJLINK-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16155956#comment-16155956 ] Hudson commented on MJLINK-1: - UNSTABLE: Integrated in Jenkins build maven-plugins #9114 (See [https://builds.apache.org/job/maven-plugins/9114/]) [MJLINK-1] Upgrade several plugins to get a working site generation o Upgraded maven-invoker-plugin, maven-site-plugin maven-javadoc-plugin also in reporting sections. (khmarbaise: [http://svn.apache.org/viewvc/?view=rev&rev=1807521]) * (edit) maven-jlink-plugin/pom.xml > Dependency Report produces exception based on JDK 9 based JAR file... > - > > Key: MJLINK-1 > URL: https://issues.apache.org/jira/browse/MJLINK-1 > Project: Maven JLink Plugin > Issue Type: Improvement >Affects Versions: 3.0.0-alpha-1 >Reporter: Karl Heinz Marbaise > Fix For: 3.0.0-alpha-2 > > > currently a site build {{mvn -Preporting site site:stage}} produces the > following error: > {code} > [INFO] Generating "Dependencies" report --- > maven-project-info-reports-plugin:2.9:dependencies > [WARNING] Unable to process class module-info.class in JarAnalyzer File > /Users/kama/.m2/repository/org/ow2/asm/asm/6.0_BETA/asm-6.0_BETA.jar > org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant > pool: 19 > at org.apache.bcel.classfile.Constant.readConstant(Constant.java:161) > at org.apache.bcel.classfile.ConstantPool.(ConstantPool.java:69) > at > org.apache.bcel.classfile.ClassParser.readConstantPool(ClassParser.java:235) > at org.apache.bcel.classfile.ClassParser.parse(ClassParser.java:143) > at > org.apache.maven.shared.jar.classes.JarClassesAnalysis.analyze(JarClassesAnalysis.java:96) > at > org.apache.maven.report.projectinfo.dependencies.Dependencies.getJarDependencyDetails(Dependencies.java:259) > at > org.apache.maven.report.projectinfo.dependencies.renderer.DependenciesRenderer.hasSealed(DependenciesRenderer.java:1542) > at > org.apache.maven.report.projectinfo.dependencies.renderer.DependenciesRenderer.renderSectionDependencyFileDetails(DependenciesRenderer.java:545) > at > org.apache.maven.report.projectinfo.dependencies.renderer.DependenciesRenderer.renderBody(DependenciesRenderer.java:240) > at > org.apache.maven.reporting.AbstractMavenReportRenderer.render(AbstractMavenReportRenderer.java:83) > at > org.apache.maven.report.projectinfo.DependenciesReport.executeReport(DependenciesReport.java:201) > at > org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:255) > at > org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:229) > at > org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:337) > at > org.apache.maven.plugins.site.render.SiteMojo.renderLocale(SiteMojo.java:178) > at > org.apache.maven.plugins.site.render.SiteMojo.execute(SiteMojo.java:132) > at > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154) > at > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117) > at > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81) > at > org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) > at > org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107) > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993) > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:191) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289) > at > org.codehaus.plexus.classworlds.launcher.Launcher.laun
[jira] [Assigned] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana reassigned SUREFIRE-1408: -- Assignee: Tibor Digana > Surefire tests constantly fail due to fork issue. > - > > Key: SUREFIRE-1408 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1408 > Project: Maven Surefire > Issue Type: Bug >Affects Versions: 2.20 >Reporter: Andrew Onischuk >Assignee: Tibor Digana >Priority: Blocker > Fix For: 2.20.1 > > > Our project cannot run the tests for some reason we have this error. This is > blocking 100% of test runs. A big blocker for our project. > The tests which fail with this are always random. > {noformat} > [WARNING] Tests run: 4830, Failures: 0, Errors: 0, Skipped: 35 > [INFO] > [INFO] > > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Views .. SUCCESS [4.001s] > [INFO] utility ... SUCCESS [1.057s] > [INFO] Ambari Metrics Common . SUCCESS [14.892s] > [INFO] Ambari Server . FAILURE > [28:40.637s] > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 29:01.548s > [INFO] Finished at: Wed Sep 06 13:53:46 EEST 2017 > [INFO] Final Memory: 49M/583M > [INFO] > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on > project ambari-server: There are test failures. > [ERROR] > [ERROR] Please refer to > /tmp/ambari_test_java/ambari-server/target/surefire-reports for the > individual test results. > [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, > [date].dumpstream and [date]-jvmRun[N].dumpstream. > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp > surefire_494835328994998108571tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] org.apache.ambari.server.controller.AmbariServerTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter5127210523160415183.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun1 surefire5729106817171066937tmp > surefire_5004808314434139002513tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter3901662057959462367.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun2 surefire1724459552574953042tmp > surefire_5012934123283689072947tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] > org.apache.ambari.server.controller.metrics.ganglia.GangliaPropertyProviderTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter8706425108380679609.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3030080908304903958tmp > surefire_5025412729838224505067tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] org.
[jira] [Updated] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana updated SUREFIRE-1408: --- Fix Version/s: (was: 2.20.1) > Surefire tests constantly fail due to fork issue. > - > > Key: SUREFIRE-1408 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1408 > Project: Maven Surefire > Issue Type: Bug >Affects Versions: 2.20 >Reporter: Andrew Onischuk >Assignee: Tibor Digana >Priority: Blocker > > Our project cannot run the tests for some reason we have this error. This is > blocking 100% of test runs. A big blocker for our project. > The tests which fail with this are always random. > {noformat} > [WARNING] Tests run: 4830, Failures: 0, Errors: 0, Skipped: 35 > [INFO] > [INFO] > > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Views .. SUCCESS [4.001s] > [INFO] utility ... SUCCESS [1.057s] > [INFO] Ambari Metrics Common . SUCCESS [14.892s] > [INFO] Ambari Server . FAILURE > [28:40.637s] > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 29:01.548s > [INFO] Finished at: Wed Sep 06 13:53:46 EEST 2017 > [INFO] Final Memory: 49M/583M > [INFO] > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on > project ambari-server: There are test failures. > [ERROR] > [ERROR] Please refer to > /tmp/ambari_test_java/ambari-server/target/surefire-reports for the > individual test results. > [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, > [date].dumpstream and [date]-jvmRun[N].dumpstream. > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp > surefire_494835328994998108571tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] org.apache.ambari.server.controller.AmbariServerTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter5127210523160415183.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun1 surefire5729106817171066937tmp > surefire_5004808314434139002513tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter3901662057959462367.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun2 surefire1724459552574953042tmp > surefire_5012934123283689072947tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] > org.apache.ambari.server.controller.metrics.ganglia.GangliaPropertyProviderTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter8706425108380679609.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3030080908304903958tmp > surefire_5025412729838224505067tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] org.apache.maven.surefire.booter.
[jira] [Commented] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156009#comment-16156009 ] Tibor Digana commented on SUREFIRE-1408: [~aonishuk] I think you touched the issue when GC is quite long, cca 10 seconds at least. Could it be? We have it fixed in {{2.20.1}}. You can check it out with current snapshot Version {{2.21-SNAPSHOT}} if you build Surefire project from GitHub and install it in you local repo via {{mvn install -DskipTests}} and use plugin Version {{2.21-SNAPSHOT}} in your project. > Surefire tests constantly fail due to fork issue. > - > > Key: SUREFIRE-1408 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1408 > Project: Maven Surefire > Issue Type: Bug >Affects Versions: 2.20 >Reporter: Andrew Onischuk >Assignee: Tibor Digana >Priority: Blocker > > Our project cannot run the tests for some reason we have this error. This is > blocking 100% of test runs. A big blocker for our project. > The tests which fail with this are always random. > {noformat} > [WARNING] Tests run: 4830, Failures: 0, Errors: 0, Skipped: 35 > [INFO] > [INFO] > > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Views .. SUCCESS [4.001s] > [INFO] utility ... SUCCESS [1.057s] > [INFO] Ambari Metrics Common . SUCCESS [14.892s] > [INFO] Ambari Server . FAILURE > [28:40.637s] > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 29:01.548s > [INFO] Finished at: Wed Sep 06 13:53:46 EEST 2017 > [INFO] Final Memory: 49M/583M > [INFO] > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on > project ambari-server: There are test failures. > [ERROR] > [ERROR] Please refer to > /tmp/ambari_test_java/ambari-server/target/surefire-reports for the > individual test results. > [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, > [date].dumpstream and [date]-jvmRun[N].dumpstream. > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp > surefire_494835328994998108571tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] org.apache.ambari.server.controller.AmbariServerTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter5127210523160415183.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun1 surefire5729106817171066937tmp > surefire_5004808314434139002513tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter3901662057959462367.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun2 surefire1724459552574953042tmp > surefire_5012934123283689072947tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] > org.apache.ambari.server.controller.metrics.ganglia.GangliaPropertyProviderTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -
[jira] [Commented] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156014#comment-16156014 ] Tibor Digana commented on SUREFIRE-1408: [~aonishuk] I was talking about fixed issue {{SUREFIRE-1302}}. I hope it is really gone; otherwise it's a big problem then. > Surefire tests constantly fail due to fork issue. > - > > Key: SUREFIRE-1408 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1408 > Project: Maven Surefire > Issue Type: Bug >Affects Versions: 2.20 >Reporter: Andrew Onischuk >Assignee: Tibor Digana >Priority: Blocker > > Our project cannot run the tests for some reason we have this error. This is > blocking 100% of test runs. A big blocker for our project. > The tests which fail with this are always random. > {noformat} > [WARNING] Tests run: 4830, Failures: 0, Errors: 0, Skipped: 35 > [INFO] > [INFO] > > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Views .. SUCCESS [4.001s] > [INFO] utility ... SUCCESS [1.057s] > [INFO] Ambari Metrics Common . SUCCESS [14.892s] > [INFO] Ambari Server . FAILURE > [28:40.637s] > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 29:01.548s > [INFO] Finished at: Wed Sep 06 13:53:46 EEST 2017 > [INFO] Final Memory: 49M/583M > [INFO] > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on > project ambari-server: There are test failures. > [ERROR] > [ERROR] Please refer to > /tmp/ambari_test_java/ambari-server/target/surefire-reports for the > individual test results. > [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, > [date].dumpstream and [date]-jvmRun[N].dumpstream. > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp > surefire_494835328994998108571tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] org.apache.ambari.server.controller.AmbariServerTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter5127210523160415183.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun1 surefire5729106817171066937tmp > surefire_5004808314434139002513tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter3901662057959462367.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun2 surefire1724459552574953042tmp > surefire_5012934123283689072947tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] > org.apache.ambari.server.controller.metrics.ganglia.GangliaPropertyProviderTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter8706425108380679609.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3030080908304903958tmp > surefire_502541272983822450
[jira] [Commented] (SUREFIRE-1383) dependenciesToScan Does Not Leverage Classpath Elements
[ https://issues.apache.org/jira/browse/SUREFIRE-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156029#comment-16156029 ] ASF GitHub Bot commented on SUREFIRE-1383: -- Github user Tibor17 commented on the issue: https://github.com/apache/maven-surefire/pull/164 @owenfarrell Sorry I could not have a look. I was busy. Now I want to finish my code and open it for contribution. > dependenciesToScan Does Not Leverage Classpath Elements > > > Key: SUREFIRE-1383 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1383 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Surefire Plugin >Affects Versions: 2.20 >Reporter: Owen Farrell >Assignee: Tibor Digana > Fix For: 2.20.1 > > Attachments: scanned-dependencies-sample.zip > > Time Spent: 48h > Remaining Estimate: 24h > > The configuration attribute relies solely on installed > artifacts. This is an issue when the targeted dependencies were built as part > of the current session. The net result is that stale artifacts are used (i.e. > if the dependency has changed since it was last installed) or the tests are > not executed at all (if the dependency has not been previously installed. > Attached is a sample project that illustrates this issue: > Given I have a multi-module project >And the first module built includes test classes as part of the project > artifact >And subsequent modules scan the first for unit tests to execute > When I execute the _*test*_ goal (prior to any install) > Then the build should succeed >And tests should be executed with each module -- This message was sent by Atlassian JIRA (v6.4.14#64029)
[jira] [Commented] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156106#comment-16156106 ] Andrew Onischuk commented on SUREFIRE-1408: --- [~tibor17], gonna try this tomorrow. So, even if this helps, how can I integrate an unreleased version of surefire into my project pom build up? > Surefire tests constantly fail due to fork issue. > - > > Key: SUREFIRE-1408 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1408 > Project: Maven Surefire > Issue Type: Bug >Affects Versions: 2.20 >Reporter: Andrew Onischuk >Assignee: Tibor Digana >Priority: Blocker > > Our project cannot run the tests for some reason we have this error. This is > blocking 100% of test runs. A big blocker for our project. > The tests which fail with this are always random. > {noformat} > [WARNING] Tests run: 4830, Failures: 0, Errors: 0, Skipped: 35 > [INFO] > [INFO] > > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Views .. SUCCESS [4.001s] > [INFO] utility ... SUCCESS [1.057s] > [INFO] Ambari Metrics Common . SUCCESS [14.892s] > [INFO] Ambari Server . FAILURE > [28:40.637s] > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 29:01.548s > [INFO] Finished at: Wed Sep 06 13:53:46 EEST 2017 > [INFO] Final Memory: 49M/583M > [INFO] > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on > project ambari-server: There are test failures. > [ERROR] > [ERROR] Please refer to > /tmp/ambari_test_java/ambari-server/target/surefire-reports for the > individual test results. > [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, > [date].dumpstream and [date]-jvmRun[N].dumpstream. > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp > surefire_494835328994998108571tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] org.apache.ambari.server.controller.AmbariServerTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter5127210523160415183.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun1 surefire5729106817171066937tmp > surefire_5004808314434139002513tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter3901662057959462367.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun2 surefire1724459552574953042tmp > surefire_5012934123283689072947tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] > org.apache.ambari.server.controller.metrics.ganglia.GangliaPropertyProviderTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter8706425108380679609.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3030080908304903958tmp
[jira] [Commented] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156266#comment-16156266 ] Jonathan Hurley commented on SUREFIRE-1408: --- If the problem is with GC collection times, would switching GC algorithms using JVM args fix the problem temporarily until a public build is ready? > Surefire tests constantly fail due to fork issue. > - > > Key: SUREFIRE-1408 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1408 > Project: Maven Surefire > Issue Type: Bug >Affects Versions: 2.20 >Reporter: Andrew Onischuk >Assignee: Tibor Digana >Priority: Blocker > > Our project cannot run the tests for some reason we have this error. This is > blocking 100% of test runs. A big blocker for our project. > The tests which fail with this are always random. > {noformat} > [WARNING] Tests run: 4830, Failures: 0, Errors: 0, Skipped: 35 > [INFO] > [INFO] > > [INFO] Reactor Summary: > [INFO] > [INFO] Ambari Views .. SUCCESS [4.001s] > [INFO] utility ... SUCCESS [1.057s] > [INFO] Ambari Metrics Common . SUCCESS [14.892s] > [INFO] Ambari Server . FAILURE > [28:40.637s] > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 29:01.548s > [INFO] Finished at: Wed Sep 06 13:53:46 EEST 2017 > [INFO] Final Memory: 49M/583M > [INFO] > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on > project ambari-server: There are test failures. > [ERROR] > [ERROR] Please refer to > /tmp/ambari_test_java/ambari-server/target/surefire-reports for the > individual test results. > [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, > [date].dumpstream and [date]-jvmRun[N].dumpstream. > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp > surefire_494835328994998108571tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] org.apache.ambari.server.controller.AmbariServerTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter5127210523160415183.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun1 surefire5729106817171066937tmp > surefire_5004808314434139002513tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter3901662057959462367.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun2 surefire1724459552574953042tmp > surefire_5012934123283689072947tmp > [ERROR] Error occurred in starting fork, check output in log > [ERROR] Process Exit Code: 1 > [ERROR] Crashed tests: > [ERROR] > org.apache.ambari.server.controller.metrics.ganglia.GangliaPropertyProviderTest > [ERROR] ExecutionException The forked VM terminated without properly saying > goodbye. VM crash or System.exit called? > [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && > /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m > -Xms1024m -jar > /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter8706425108380679609.jar > /tmp/ambari_test_java/ambari-server/target/surefire > 2017-09-06T13-25-37_978-jvmRun4 surefire3030080908304903958tmp
[jira] [Commented] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156480#comment-16156480 ] Andrew Onischuk commented on SUREFIRE-1408: --- [~tibor17], unfortunately trying out the new version didn't help. Seems like some another bug: {noformat} [WARNING] Tests run: 4853, Failures: 0, Errors: 0, Skipped: 35 [INFO] [INFO] [INFO] Reactor Summary: [INFO] [INFO] Ambari Views .. SUCCESS [8.902s] [INFO] utility ... SUCCESS [2.627s] [INFO] Ambari Metrics Common . SUCCESS [12.924s] [INFO] Ambari Server . FAILURE [46:47.757s] [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 47:14.039s [INFO] Finished at: Thu Sep 07 01:56:25 EEST 2017 [INFO] Final Memory: 48M/602M [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21-SNAPSHOT:test (default-test) on project ambari-server: There are test failures. [ERROR] [ERROR] Please refer to /tmp/ambari/ambari-server/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream. [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx1024m -XX:MaxPermSize=512m -Xms512m -jar /tmp/ambari/ambari-server/target/surefire/surefirebooter710712537757043606.jar /tmp/ambari/ambari-server/target/surefire 2017-09-07T01-10-40_195-jvmRun4 surefire6019896026364231646tmp surefire_3593451651497156524968tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.serveraction.upgrades.AutoSkipFailedSummaryActionTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx1024m -XX:MaxPermSize=512m -Xms512m -jar /tmp/ambari/ambari-server/target/surefire/surefirebooter8091187182453714788.jar /tmp/ambari/ambari-server/target/surefire 2017-09-07T01-10-40_195-jvmRun2 surefire8930458394500713742tmp surefire_3728970667973329675373tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.controller.predicate.GreaterPredicateTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx1024m -XX:MaxPermSize=512m -Xms512m -jar /tmp/ambari/ambari-server/target/surefire/surefirebooter149253442203322312.jar /tmp/ambari/ambari-server/target/surefire 2017-09-07T01-10-40_195-jvmRun1 surefire2960730618949411220tmp surefire_3738062781352776918109tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [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 /tmp/ambari/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx1024m -XX:MaxPermSize=512m -Xms512m -jar /tmp/ambari/ambari-server/target/surefire/surefirebooter710712537757043606.jar /tmp/ambari/ambari-server/target/surefire 2017-09-07T01-10-40_195-jvmRun4 surefire6019896026364231646tmp surefire_3593451651497156524968tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.serveraction.upgrades.AutoSkipFailedSummaryActionTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx1024m -XX:MaxPermSize=512m -Xms512m -jar /tmp/ambari/ambari-server/target/surefire/surefirebooter8091187182453714788.jar /tmp/ambari/ambari-server/target/surefire 2017-09-07T01-10-40_195-jvmRun2 surefire8930458394500713742tmp surefire_3728970667973329675373tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.controlle
[jira] [Comment Edited] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156480#comment-16156480 ] Andrew Onischuk edited comment on SUREFIRE-1408 at 9/7/17 5:17 AM: --- [~tibor17], unfortunately trying out the new version didn't help. {noformat} [WARNING] Tests run: 4853, Failures: 0, Errors: 0, Skipped: 35 [INFO] [INFO] [INFO] Reactor Summary: [INFO] [INFO] Ambari Views .. SUCCESS [8.902s] [INFO] utility ... SUCCESS [2.627s] [INFO] Ambari Metrics Common . SUCCESS [12.924s] [INFO] Ambari Server . FAILURE [46:47.757s] [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 47:14.039s [INFO] Finished at: Thu Sep 07 01:56:25 EEST 2017 [INFO] Final Memory: 48M/602M [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21-SNAPSHOT:test (default-test) on project ambari-server: There are test failures. [ERROR] [ERROR] Please refer to /tmp/ambari/ambari-server/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream. [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx1024m -XX:MaxPermSize=512m -Xms512m -jar /tmp/ambari/ambari-server/target/surefire/surefirebooter710712537757043606.jar /tmp/ambari/ambari-server/target/surefire 2017-09-07T01-10-40_195-jvmRun4 surefire6019896026364231646tmp surefire_3593451651497156524968tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.serveraction.upgrades.AutoSkipFailedSummaryActionTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx1024m -XX:MaxPermSize=512m -Xms512m -jar /tmp/ambari/ambari-server/target/surefire/surefirebooter8091187182453714788.jar /tmp/ambari/ambari-server/target/surefire 2017-09-07T01-10-40_195-jvmRun2 surefire8930458394500713742tmp surefire_3728970667973329675373tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.controller.predicate.GreaterPredicateTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx1024m -XX:MaxPermSize=512m -Xms512m -jar /tmp/ambari/ambari-server/target/surefire/surefirebooter149253442203322312.jar /tmp/ambari/ambari-server/target/surefire 2017-09-07T01-10-40_195-jvmRun1 surefire2960730618949411220tmp surefire_3738062781352776918109tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [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 /tmp/ambari/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx1024m -XX:MaxPermSize=512m -Xms512m -jar /tmp/ambari/ambari-server/target/surefire/surefirebooter710712537757043606.jar /tmp/ambari/ambari-server/target/surefire 2017-09-07T01-10-40_195-jvmRun4 surefire6019896026364231646tmp surefire_3593451651497156524968tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.serveraction.upgrades.AutoSkipFailedSummaryActionTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx1024m -XX:MaxPermSize=512m -Xms512m -jar /tmp/ambari/ambari-server/target/surefire/surefirebooter8091187182453714788.jar /tmp/ambari/ambari-server/target/surefire 2017-09-07T01-10-40_195-jvmRun2 surefire8930458394500713742tmp surefire_3728970667973329675373tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari
[jira] [Updated] (SUREFIRE-1408) Surefire tests constantly fail due to fork issue.
[ https://issues.apache.org/jira/browse/SUREFIRE-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Onischuk updated SUREFIRE-1408: -- Description: Our project cannot run the tests for some reason we have this error. This is blocking 100% of test runs. A big blocker for our project. The tests which fail with this are always random. {noformat} [WARNING] Tests run: 4830, Failures: 0, Errors: 0, Skipped: 35 [INFO] [INFO] [INFO] Reactor Summary: [INFO] [INFO] Ambari Views .. SUCCESS [4.001s] [INFO] utility ... SUCCESS [1.057s] [INFO] Ambari Metrics Common . SUCCESS [14.892s] [INFO] Ambari Server . FAILURE [28:40.637s] [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 29:01.548s [INFO] Finished at: Wed Sep 06 13:53:46 EEST 2017 [INFO] Final Memory: 49M/583M [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project ambari-server: There are test failures. [ERROR] [ERROR] Please refer to /tmp/ambari_test_java/ambari-server/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream. [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp surefire_494835328994998108571tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.controller.AmbariServerTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter5127210523160415183.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun1 surefire5729106817171066937tmp surefire_5004808314434139002513tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter3901662057959462367.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun2 surefire1724459552574953042tmp surefire_5012934123283689072947tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [ERROR] Crashed tests: [ERROR] org.apache.ambari.server.controller.metrics.ganglia.GangliaPropertyProviderTest [ERROR] ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter8706425108380679609.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun4 surefire3030080908304903958tmp surefire_5025412729838224505067tmp [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 1 [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 /tmp/ambari_test_java/ambari-server && /usr/local/java/jdk1.8.0_25/jre/bin/java -Xmx2048m -XX:MaxPermSize=1024m -Xms1024m -jar /tmp/ambari_test_java/ambari-server/target/surefire/surefirebooter7964123771295668464.jar /tmp/ambari_test_java/ambari-server/target/surefire 2017-09-06T13-25-37_978-jvmRun4 surefire3196986160626902066tmp surefire_494835328994998108571tmp [ERROR] Error occurred in starting fork, check output in log