[
https://issues.apache.org/jira/browse/SUREFIRE-1339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17071712#comment-17071712
]
Michael Osipov commented on SUREFIRE-1339:
------------------------------------------
Strange, I see these:
{noformat}
[INFO] --- maven-invoker-plugin:3.2.0:run (integration-test) @
maven-failsafe-plugin ---
[INFO] Building: jetty-war-test-failing/pom.xml
[INFO] run post-build script verify.bsh
[INFO] jetty-war-test-failing/pom.xml ................... SUCCESS
(14.8 s)
[INFO] Building: jetty-war-test-passing/pom.xml
[INFO] run post-build script verify.bsh
[INFO] The build exited with code 1. See
/var/osipovmi/Projekte/maven-surefire/maven-failsafe-plugin/target/it/jetty-war-test-passing/build.log
for details.
[INFO] jetty-war-test-passing/pom.xml ................... FAILED (6.5
s)
[INFO] Building: multiple-summaries-failing/pom.xml
[INFO] multiple-summaries-failing/pom.xml ............... SUCCESS
(5.7 s)
[INFO] Building: multiple-summaries/pom.xml
[INFO] The build exited with code 1. See
/var/osipovmi/Projekte/maven-surefire/maven-failsafe-plugin/target/it/multiple-summaries/build.log
for details.
[INFO] multiple-summaries/pom.xml ....................... FAILED (5.5
s)
[INFO] Building: working-directory/pom.xml
[INFO] working-directory/pom.xml ........................ SUCCESS
(4.5 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 3, Failed: 2, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[ERROR] The following builds failed:
[ERROR] * jetty-war-test-passing/pom.xml
[ERROR] * multiple-summaries/pom.xml
{noformat}
{noformat}
[INFO] Stopped ServerConnector@4a37191a{HTTP/1.1}{0.0.0.0:8084}
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.718 s
[INFO] Finished at: 2020-03-31T13:52:45+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-SNAPSHOT:verify (ver
ify) on project jetty-war-test: There are test failures.
[ERROR]
[ERROR] Please refer to
/var/osipovmi/Projekte/maven-surefire/maven-failsafe-plugin/target/it/jetty-war-
test-passing/target/failsafe-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump,
[date]-jvmRun[N].dump and [date].dumpstre
am.
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: There was
an error in the forked p
rocessjava.lang.ClassNotFoundException:
org.apache.maven.surefire.junit.JUnit3Provider
[ERROR] org.apache.maven.surefire.util.SurefireReflectionException:
java.lang.ClassNotFoundException: or
g.apache.maven.surefire.junit.JUnit3Provider
[ERROR] at
org.apache.maven.surefire.util.ReflectionUtils.loadClass(ReflectionUtils.java:222)
[ERROR] at
org.apache.maven.surefire.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:121)
[ERROR] at
org.apache.maven.surefire.booter.ForkedBooter.createProviderInCurrentClassloader(ForkedBooter.java:436)
[ERROR] at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:374)
[ERROR] at
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
[ERROR] at
org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:462)
{noformat}
Is something fishy with master?
> Forked JVM hangs in FreeBSD when reuseForks=true
> ------------------------------------------------
>
> Key: SUREFIRE-1339
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1339
> Project: Maven Surefire
> Issue Type: Bug
> Components: Maven Failsafe Plugin, Maven Surefire Plugin
> Environment: FreeBSD
> Reporter: Tibor Digana
> Assignee: Tibor Digana
> Priority: Major
> Fix For: Backlog
>
>
> The event RUN_CLASS is not received by forked JVM after started.
> The events are received as soon as the JVM exited.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)