You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/01/31 14:07:07 UTC

Build failed in Jenkins: Maven TLP » maven-surefire » no_user.dir #2

See https://builds.apache.org/job/maven-box/job/maven-surefire/job/no_user.dir/2/

No changes.

2 tests failed.
FAILED:  org.apache.maven.surefire.its.JUnitPlatformEnginesIT.platform[1.4.0-SNAPSHOT]

Error Message:

Expected: <[\[DEBUG\] test\(compact\) classpath:  test-classes  classes  junit-jupiter-engine-5\.4\.0-SNAPSHOT\.jar  apiguardian-api-1\.0\.0\.jar  junit-platform-engine-1\.4\.0-SNAPSHOT\.jar  junit-platform-commons-1\.4\.0-SNAPSHOT\.jar  opentest4j-1\.1\.1\.jar  junit-jupiter-api-5\.4\.0-SNAPSHOT\.jar]>
     but: was <[[DEBUG] test(compact) classpath:  test-classes  classes  junit-jupiter-engine-5.4.0-SNAPSHOT.jar  apiguardian-api-1.0.0.jar  junit-platform-engine-1.4.0-SNAPSHOT.jar  opentest4j-1.1.1.jar  junit-platform-commons-1.4.0-SNAPSHOT.jar  junit-jupiter-api-5.4.0-SNAPSHOT.jar]>

Stack Trace:
java.lang.AssertionError: 

Expected: <[\[DEBUG\] test\(compact\) classpath:  test-classes  classes  junit-jupiter-engine-5\.4\.0-SNAPSHOT\.jar  apiguardian-api-1\.0\.0\.jar  junit-platform-engine-1\.4\.0-SNAPSHOT\.jar  junit-platform-commons-1\.4\.0-SNAPSHOT\.jar  opentest4j-1\.1\.1\.jar  junit-jupiter-api-5\.4\.0-SNAPSHOT\.jar]>
     but: was <[[DEBUG] test(compact) classpath:  test-classes  classes  junit-jupiter-engine-5.4.0-SNAPSHOT.jar  apiguardian-api-1.0.0.jar  junit-platform-engine-1.4.0-SNAPSHOT.jar  opentest4j-1.1.1.jar  junit-platform-commons-1.4.0-SNAPSHOT.jar  junit-jupiter-api-5.4.0-SNAPSHOT.jar]>
	at org.apache.maven.surefire.its.JUnitPlatformEnginesIT.platform(JUnitPlatformEnginesIT.java:111)


FAILED:  org.apache.maven.surefire.its.WorkingDirectoryIT.testWorkingDirectoryNoFork

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/tools/maven/apache-maven-3.6.0/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M4-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/.m2/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/jacoco-it.exec,append=true,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,inclnolocationclasses=true,jmx=false -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -DforkMode=never test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Test for working directory configuration (parent)                  [pom]
[INFO] Test for working directory configuration                           [jar]
[INFO] 
[INFO] --------< org.apache.maven.plugins.surefire:working-directory >---------
[INFO] Building Test for working directory configuration (parent) 1.0-SNAPSHOT [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-cli) @ working-directory ---
[INFO] 
[INFO] -----< org.apache.maven.plugins.surefire:working-directory-child >------
[INFO] Building Test for working directory configuration 1.0-SNAPSHOT     [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-cli) @ working-directory-child ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ working-directory-child ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ working-directory-child ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ working-directory-child ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ working-directory-child ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) @ working-directory-child ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Surefire report directory: /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports
[INFO] Running workingDir.BasicTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.009 s <<< FAILURE! - in workingDir.BasicTest
[ERROR] workingDir.BasicTest.testWorkingDir  Time elapsed: 0.002 s  <<< ERROR!
java.io.IOException: No such file or directory
 at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
 at java.base/java.io.File.createNewFile(File.java:1024)
 at workingDir.BasicTest.testWorkingDir(BasicTest.java:36)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   workingDir.BasicTest#testWorkingDir IOException No such file or directory
[INFO] 
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Test for working directory configuration (parent) 1.0-SNAPSHOT:
[INFO] 
[INFO] Test for working directory configuration (parent) .. SUCCESS [  0.116 s]
[INFO] Test for working directory configuration ........... FAILURE [  2.006 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.309 s
[INFO] Finished at: 2019-01-31T12:35:23Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) on project working-directory-child: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) on project working-directory-child: There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    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)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:373)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1011)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:841)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    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)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :working-directory-child


Stack Trace:
org.apache.maven.surefire.its.fixture.SurefireVerifierException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/tools/maven/apache-maven-3.6.0/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M4-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/.m2/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/jacoco-it.exec,append=true,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,inclnolocationclasses=true,jmx=false -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -DforkMode=never test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Test for working directory configuration (parent)                  [pom]
[INFO] Test for working directory configuration                           [jar]
[INFO] 
[INFO] --------< org.apache.maven.plugins.surefire:working-directory >---------
[INFO] Building Test for working directory configuration (parent) 1.0-SNAPSHOT [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-cli) @ working-directory ---
[INFO] 
[INFO] -----< org.apache.maven.plugins.surefire:working-directory-child >------
[INFO] Building Test for working directory configuration 1.0-SNAPSHOT     [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-cli) @ working-directory-child ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ working-directory-child ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ working-directory-child ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ working-directory-child ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ working-directory-child ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) @ working-directory-child ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Surefire report directory: /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports
[INFO] Running workingDir.BasicTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.009 s <<< FAILURE! - in workingDir.BasicTest
[ERROR] workingDir.BasicTest.testWorkingDir  Time elapsed: 0.002 s  <<< ERROR!
java.io.IOException: No such file or directory
	at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.base/java.io.File.createNewFile(File.java:1024)
	at workingDir.BasicTest.testWorkingDir(BasicTest.java:36)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   workingDir.BasicTest#testWorkingDir IOException No such file or directory
[INFO] 
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Test for working directory configuration (parent) 1.0-SNAPSHOT:
[INFO] 
[INFO] Test for working directory configuration (parent) .. SUCCESS [  0.116 s]
[INFO] Test for working directory configuration ........... FAILURE [  2.006 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.309 s
[INFO] Finished at: 2019-01-31T12:35:23Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) on project working-directory-child: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) on project working-directory-child: There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    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)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:373)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1011)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:841)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    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)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :working-directory-child

	at org.apache.maven.surefire.its.WorkingDirectoryIT.testWorkingDirectoryNoFork(WorkingDirectoryIT.java:63)
Caused by: org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/tools/maven/apache-maven-3.6.0/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M4-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/.m2/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/jacoco-it.exec,append=true,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,inclnolocationclasses=true,jmx=false -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -DforkMode=never test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Test for working directory configuration (parent)                  [pom]
[INFO] Test for working directory configuration                           [jar]
[INFO] 
[INFO] --------< org.apache.maven.plugins.surefire:working-directory >---------
[INFO] Building Test for working directory configuration (parent) 1.0-SNAPSHOT [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-cli) @ working-directory ---
[INFO] 
[INFO] -----< org.apache.maven.plugins.surefire:working-directory-child >------
[INFO] Building Test for working directory configuration 1.0-SNAPSHOT     [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-cli) @ working-directory-child ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ working-directory-child ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ working-directory-child ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ working-directory-child ---
[WARNING] Using platform encoding (ISO-8859-1 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ working-directory-child ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ISO-8859-1, i.e. build is platform dependent!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) @ working-directory-child ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Surefire report directory: /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports
[INFO] Running workingDir.BasicTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.009 s <<< FAILURE! - in workingDir.BasicTest
[ERROR] workingDir.BasicTest.testWorkingDir  Time elapsed: 0.002 s  <<< ERROR!
java.io.IOException: No such file or directory
	at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.base/java.io.File.createNewFile(File.java:1024)
	at workingDir.BasicTest.testWorkingDir(BasicTest.java:36)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   workingDir.BasicTest#testWorkingDir IOException No such file or directory
[INFO] 
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Test for working directory configuration (parent) 1.0-SNAPSHOT:
[INFO] 
[INFO] Test for working directory configuration (parent) .. SUCCESS [  0.116 s]
[INFO] Test for working directory configuration ........... FAILURE [  2.006 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.309 s
[INFO] Finished at: 2019-01-31T12:35:23Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) on project working-directory-child: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) on project working-directory-child: There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    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)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:373)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1011)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:841)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    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)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :working-directory-child

	at org.apache.maven.surefire.its.WorkingDirectoryIT.testWorkingDirectoryNoFork(WorkingDirectoryIT.java:63)




Build log:
[...truncated 49511 lines...]
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire42NotExtendingTestCaseIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.692 s - in org.apache.maven.surefire.its.jiras.Surefire42NotExtendingTestCaseIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire44InnerClassTestIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.274 s - in org.apache.maven.surefire.its.jiras.Surefire44InnerClassTestIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire500PuzzlingErrorIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.435 s - in org.apache.maven.surefire.its.jiras.Surefire500PuzzlingErrorIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire510TestClassPathForkModesIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.958 s - in org.apache.maven.surefire.its.jiras.Surefire510TestClassPathForkModesIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire569RunTestFromDependencyJarsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.546 s - in org.apache.maven.surefire.its.jiras.Surefire569RunTestFromDependencyJarsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire570MultipleReportDirectoriesIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.825 s - in org.apache.maven.surefire.its.jiras.Surefire570MultipleReportDirectoriesIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire613TestCountInParallelIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.613 s - in org.apache.maven.surefire.its.jiras.Surefire613TestCountInParallelIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire621TestCountingJunit3InParallelIT
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.821 s - in org.apache.maven.surefire.its.jiras.Surefire621TestCountingJunit3InParallelIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire628ConsoleOutputBeforeAndAfterClassIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.543 s - in org.apache.maven.surefire.its.jiras.Surefire628ConsoleOutputBeforeAndAfterClassIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire634UnsettableSystemPropertiesWarningIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.135 s - in org.apache.maven.surefire.its.jiras.Surefire634UnsettableSystemPropertiesWarningIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire649EmptyStringSystemPropertiesIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.658 s - in org.apache.maven.surefire.its.jiras.Surefire649EmptyStringSystemPropertiesIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire673MockitoIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.1 s - in org.apache.maven.surefire.its.jiras.Surefire673MockitoIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire674BuildFailingWhenErrorsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.54 s - in org.apache.maven.surefire.its.jiras.Surefire674BuildFailingWhenErrorsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire674BuildFailingWhenFailsafeErrorsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.454 s - in org.apache.maven.surefire.its.jiras.Surefire674BuildFailingWhenFailsafeErrorsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire685CommaSeparatedIncludesIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.801 s - in org.apache.maven.surefire.its.jiras.Surefire685CommaSeparatedIncludesIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire697NiceSummaryIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.671 s - in org.apache.maven.surefire.its.jiras.Surefire697NiceSummaryIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire705ParallelForkTimeoutIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.372 s - in org.apache.maven.surefire.its.jiras.Surefire705ParallelForkTimeoutIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire733AllOverrridesCapturedIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.522 s - in org.apache.maven.surefire.its.jiras.Surefire733AllOverrridesCapturedIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire735ForkFailWithRedirectConsoleOutputIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.239 s - in org.apache.maven.surefire.its.jiras.Surefire735ForkFailWithRedirectConsoleOutputIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire740TruncatedCommaIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.188 s - in org.apache.maven.surefire.its.jiras.Surefire740TruncatedCommaIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire747MethodParallelWithSuiteCountIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.164 s - in org.apache.maven.surefire.its.jiras.Surefire747MethodParallelWithSuiteCountIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire772BothReportsIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.027 s - in org.apache.maven.surefire.its.jiras.Surefire772BothReportsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire772NoFailsafeReportsIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.09 s - in org.apache.maven.surefire.its.jiras.Surefire772NoFailsafeReportsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire772NoSurefireReportsIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.592 s - in org.apache.maven.surefire.its.jiras.Surefire772NoSurefireReportsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire772SpecifiedReportsIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.884 s - in org.apache.maven.surefire.its.jiras.Surefire772SpecifiedReportsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire801ForkModeNoneClassLoaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.122 s - in org.apache.maven.surefire.its.jiras.Surefire801ForkModeNoneClassLoaderIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire803MultiFailsafeExecsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.808 s - in org.apache.maven.surefire.its.jiras.Surefire803MultiFailsafeExecsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire806SpecifiedTestControlsIT
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 10.406 s - in org.apache.maven.surefire.its.jiras.Surefire806SpecifiedTestControlsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire809GroupExpressionsIT
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.27 s - in org.apache.maven.surefire.its.jiras.Surefire809GroupExpressionsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire812Log4JClassLoaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.981 s - in org.apache.maven.surefire.its.jiras.Surefire812Log4JClassLoaderIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire817SystemExitIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.37 s - in org.apache.maven.surefire.its.jiras.Surefire817SystemExitIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire818NpeIgnoresTestsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.337 s - in org.apache.maven.surefire.its.jiras.Surefire818NpeIgnoresTestsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire828EmptyGroupExprIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.856 s - in org.apache.maven.surefire.its.jiras.Surefire828EmptyGroupExprIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire832ProviderSelectionIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.964 s - in org.apache.maven.surefire.its.jiras.Surefire832ProviderSelectionIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire839TestWithoutCategoriesIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.472 s - in org.apache.maven.surefire.its.jiras.Surefire839TestWithoutCategoriesIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire847AdditionalFailureIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.328 s - in org.apache.maven.surefire.its.jiras.Surefire847AdditionalFailureIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire855AllowFailsafeUseArtifactFileIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 90.548 s - in org.apache.maven.surefire.its.jiras.Surefire855AllowFailsafeUseArtifactFileIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire901MIssingResultfileWhenNoTestsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.608 s - in org.apache.maven.surefire.its.jiras.Surefire901MIssingResultfileWhenNoTestsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire907PerThreadWithoutThreadCountIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.233 s - in org.apache.maven.surefire.its.jiras.Surefire907PerThreadWithoutThreadCountIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire920TestFailureIgnoreWithTimeoutIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.227 s - in org.apache.maven.surefire.its.jiras.Surefire920TestFailureIgnoreWithTimeoutIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire926FailureWith2ProvidersIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.858 s - in org.apache.maven.surefire.its.jiras.Surefire926FailureWith2ProvidersIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire930TestNgSuiteXmlIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.625 s - in org.apache.maven.surefire.its.jiras.Surefire930TestNgSuiteXmlIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire943ReportContentIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.076 s - in org.apache.maven.surefire.its.jiras.Surefire943ReportContentIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire946KillMainProcessInReusableForkIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.358 s - in org.apache.maven.surefire.its.jiras.Surefire946KillMainProcessInReusableForkIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire972BizarreNoClassDefIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.445 s - in org.apache.maven.surefire.its.jiras.Surefire972BizarreNoClassDefIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire975DefaultVMEncodingIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.972 s - in org.apache.maven.surefire.its.jiras.Surefire975DefaultVMEncodingIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire979WrongClassLoaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.09 s - in org.apache.maven.surefire.its.jiras.Surefire979WrongClassLoaderIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire985ParameterizedRunnerAndCategoriesIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.073 s - in org.apache.maven.surefire.its.jiras.Surefire985ParameterizedRunnerAndCategoriesIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire995CategoryInheritanceIT
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.267 s - in org.apache.maven.surefire.its.jiras.Surefire995CategoryInheritanceIT
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   JUnitPlatformEnginesIT.platform:111 
Expected: <[\[DEBUG\] test\(compact\) classpath:  test-classes  classes  junit-jupiter-engine-5\.4\.0-SNAPSHOT\.jar  apiguardian-api-1\.0\.0\.jar  junit-platform-engine-1\.4\.0-SNAPSHOT\.jar  junit-platform-commons-1\.4\.0-SNAPSHOT\.jar  opentest4j-1\.1\.1\.jar  junit-jupiter-api-5\.4\.0-SNAPSHOT\.jar]>
     but: was <[[DEBUG] test(compact) classpath:  test-classes  classes  junit-jupiter-engine-5.4.0-SNAPSHOT.jar  apiguardian-api-1.0.0.jar  junit-platform-engine-1.4.0-SNAPSHOT.jar  opentest4j-1.1.1.jar  junit-platform-commons-1.4.0-SNAPSHOT.jar  junit-jupiter-api-5.4.0-SNAPSHOT.jar]>
[ERROR] Errors: 
[ERROR]   WorkingDirectoryIT.testWorkingDirectoryNoFork:63 » SurefireVerifier Exit code ...
[INFO] 
[ERROR] Tests run: 788, Failures: 1, Errors: 1, Skipped: 141
[INFO] 
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ surefire-its ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ surefire-its ---
[INFO] Failsafe report directory: C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-2\surefire-its\target\failsafe-reports
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Maven Surefire 3.0.0-M4-SNAPSHOT:
[INFO] 
[INFO] Apache Maven Surefire .............................. SUCCESS [ 42.861 s]
[INFO] SureFire Logger API ................................ SUCCESS [ 14.448 s]
[INFO] SureFire API ....................................... SUCCESS [ 32.208 s]
[INFO] SureFire Booter .................................... SUCCESS [ 31.380 s]
[INFO] Maven Surefire Test-Grouping Support ............... SUCCESS [ 13.536 s]
[INFO] SureFire Providers ................................. SUCCESS [  2.704 s]
[INFO] Shared JUnit3 Provider Code ........................ SUCCESS [ 11.383 s]
[INFO] Shared Java 5 Provider Base ........................ SUCCESS [ 13.932 s]
[INFO] Shared JUnit4 Provider Code ........................ SUCCESS [ 13.213 s]
[INFO] Shared JUnit48 Provider Code ....................... SUCCESS [ 15.445 s]
[INFO] SureFire JUnit Runner .............................. SUCCESS [ 12.686 s]
[INFO] SureFire JUnit4 Runner ............................. SUCCESS [ 13.138 s]
[INFO] Maven Surefire Common .............................. SUCCESS [01:01 min]
[INFO] SureFire JUnitCore Runner .......................... SUCCESS [02:31 min]
[INFO] SureFire JUnit Platform Runner ..................... SUCCESS [ 23.502 s]
[INFO] SureFire TestNG Utils .............................. SUCCESS [ 11.325 s]
[INFO] SureFire TestNG Runner ............................. SUCCESS [ 12.167 s]
[INFO] ShadeFire JUnit3 Provider .......................... SUCCESS [  3.710 s]
[INFO] Surefire Report Parser ............................. SUCCESS [ 15.264 s]
[INFO] Maven Surefire Plugin .............................. SUCCESS [ 26.413 s]
[INFO] Maven Failsafe Plugin .............................. SUCCESS [02:22 min]
[INFO] Maven Surefire Report Plugin ....................... SUCCESS [ 27.349 s]
[INFO] Maven Surefire Integration Tests ................... FAILURE [  02:14 h]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:26 h
[INFO] Finished at: 2019-01-31T14:06:40Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M3:verify (default) on project surefire-its: There are test failures.
[ERROR] 
[ERROR] Please refer to C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-2\surefire-its\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].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M3:verify (default) on project surefire-its: There are test failures.

Please refer to C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-2\surefire-its\target\failsafe-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    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)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-2\surefire-its\target\failsafe-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
    at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    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)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :surefire-its
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-2\maven-failsafe-plugin\target\it to C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-2\maven-failsafe-plugin--windows-jdk12-maven3.6.x.zip
Zipped 80 entries.
Archiving C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-2\maven-failsafe-plugin--windows-jdk12-maven3.6.x.zip
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-2\surefire-its\target to C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-2\surefire-its--windows-jdk12-maven3.6.x.zip
Zipped 16261 entries.
Archiving C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-2\surefire-its--windows-jdk12-maven3.6.x.zip
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] archiveArtifacts
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] emailext

Build failed in Jenkins: Maven TLP » maven-surefire » no_user.dir #3

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://builds.apache.org/job/maven-box/job/maven-surefire/job/no_user.dir/3/

Changes:

* JDK 12 is now in the Release Candidate Phase
* [INFRA-17514] Jenkins invoker-plugin updated by INFRA

2 tests failed.
FAILED:  org.apache.maven.surefire.its.JUnitPlatformEnginesIT.platform[1.4.0-SNAPSHOT]

Error Message:

Expected: <[\[DEBUG\] test\(compact\) classpath:  test-classes  classes  junit-jupiter-engine-5\.4\.0-SNAPSHOT\.jar  apiguardian-api-1\.0\.0\.jar  junit-platform-engine-1\.4\.0-SNAPSHOT\.jar  junit-platform-commons-1\.4\.0-SNAPSHOT\.jar  opentest4j-1\.1\.1\.jar  junit-jupiter-api-5\.4\.0-SNAPSHOT\.jar]>
     but: was <[[DEBUG] test(compact) classpath:  test-classes  classes  junit-jupiter-engine-5.4.0-SNAPSHOT.jar  apiguardian-api-1.0.0.jar  junit-platform-engine-1.4.0-SNAPSHOT.jar  opentest4j-1.1.1.jar  junit-platform-commons-1.4.0-SNAPSHOT.jar  junit-jupiter-api-5.4.0-SNAPSHOT.jar]>

Stack Trace:
java.lang.AssertionError: 

Expected: <[\[DEBUG\] test\(compact\) classpath:  test-classes  classes  junit-jupiter-engine-5\.4\.0-SNAPSHOT\.jar  apiguardian-api-1\.0\.0\.jar  junit-platform-engine-1\.4\.0-SNAPSHOT\.jar  junit-platform-commons-1\.4\.0-SNAPSHOT\.jar  opentest4j-1\.1\.1\.jar  junit-jupiter-api-5\.4\.0-SNAPSHOT\.jar]>
     but: was <[[DEBUG] test(compact) classpath:  test-classes  classes  junit-jupiter-engine-5.4.0-SNAPSHOT.jar  apiguardian-api-1.0.0.jar  junit-platform-engine-1.4.0-SNAPSHOT.jar  opentest4j-1.1.1.jar  junit-platform-commons-1.4.0-SNAPSHOT.jar  junit-jupiter-api-5.4.0-SNAPSHOT.jar]>
	at org.apache.maven.surefire.its.JUnitPlatformEnginesIT.platform(JUnitPlatformEnginesIT.java:111)


FAILED:  org.apache.maven.surefire.its.WorkingDirectoryIT.testWorkingDirectoryNoFork

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/tools/maven/apache-maven-3.6.0/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M4-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/.m2/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/jacoco-it.exec,append=true,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,inclnolocationclasses=true,jmx=false -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -DforkMode=never test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Test for working directory configuration (parent)                  [pom]
[INFO] Test for working directory configuration                           [jar]
[INFO] 
[INFO] --------< org.apache.maven.plugins.surefire:working-directory >---------
[INFO] Building Test for working directory configuration (parent) 1.0-SNAPSHOT [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-cli) @ working-directory ---
[INFO] 
[INFO] -----< org.apache.maven.plugins.surefire:working-directory-child >------
[INFO] Building Test for working directory configuration 1.0-SNAPSHOT     [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-cli) @ working-directory-child ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ working-directory-child ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ working-directory-child ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ working-directory-child ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ working-directory-child ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) @ working-directory-child ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Surefire report directory: /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports
[INFO] Running workingDir.BasicTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.009 s <<< FAILURE! - in workingDir.BasicTest
[ERROR] workingDir.BasicTest.testWorkingDir  Time elapsed: 0.002 s  <<< ERROR!
java.io.IOException: No such file or directory
 at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
 at java.base/java.io.File.createNewFile(File.java:1024)
 at workingDir.BasicTest.testWorkingDir(BasicTest.java:36)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   workingDir.BasicTest#testWorkingDir IOException No such file or directory
[INFO] 
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Test for working directory configuration (parent) 1.0-SNAPSHOT:
[INFO] 
[INFO] Test for working directory configuration (parent) .. SUCCESS [  0.105 s]
[INFO] Test for working directory configuration ........... FAILURE [  1.903 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.233 s
[INFO] Finished at: 2019-02-13T12:31:13Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) on project working-directory-child: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) on project working-directory-child: There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    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)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:373)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1011)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:841)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    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)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :working-directory-child


Stack Trace:
org.apache.maven.surefire.its.fixture.SurefireVerifierException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/tools/maven/apache-maven-3.6.0/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M4-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/.m2/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/jacoco-it.exec,append=true,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,inclnolocationclasses=true,jmx=false -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -DforkMode=never test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Test for working directory configuration (parent)                  [pom]
[INFO] Test for working directory configuration                           [jar]
[INFO] 
[INFO] --------< org.apache.maven.plugins.surefire:working-directory >---------
[INFO] Building Test for working directory configuration (parent) 1.0-SNAPSHOT [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-cli) @ working-directory ---
[INFO] 
[INFO] -----< org.apache.maven.plugins.surefire:working-directory-child >------
[INFO] Building Test for working directory configuration 1.0-SNAPSHOT     [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-cli) @ working-directory-child ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ working-directory-child ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ working-directory-child ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ working-directory-child ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ working-directory-child ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) @ working-directory-child ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Surefire report directory: /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports
[INFO] Running workingDir.BasicTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.009 s <<< FAILURE! - in workingDir.BasicTest
[ERROR] workingDir.BasicTest.testWorkingDir  Time elapsed: 0.002 s  <<< ERROR!
java.io.IOException: No such file or directory
	at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.base/java.io.File.createNewFile(File.java:1024)
	at workingDir.BasicTest.testWorkingDir(BasicTest.java:36)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   workingDir.BasicTest#testWorkingDir IOException No such file or directory
[INFO] 
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Test for working directory configuration (parent) 1.0-SNAPSHOT:
[INFO] 
[INFO] Test for working directory configuration (parent) .. SUCCESS [  0.105 s]
[INFO] Test for working directory configuration ........... FAILURE [  1.903 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.233 s
[INFO] Finished at: 2019-02-13T12:31:13Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) on project working-directory-child: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) on project working-directory-child: There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    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)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:373)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1011)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:841)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    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)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :working-directory-child

	at org.apache.maven.surefire.its.WorkingDirectoryIT.testWorkingDirectoryNoFork(WorkingDirectoryIT.java:63)
Caused by: org.apache.maven.it.VerificationException: 
Exit code was non-zero: 1; command line and log = 
/home/jenkins/tools/maven/apache-maven-3.6.0/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M4-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/.m2/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/jacoco-it.exec,append=true,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,inclnolocationclasses=true,jmx=false -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -DforkMode=never test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Test for working directory configuration (parent)                  [pom]
[INFO] Test for working directory configuration                           [jar]
[INFO] 
[INFO] --------< org.apache.maven.plugins.surefire:working-directory >---------
[INFO] Building Test for working directory configuration (parent) 1.0-SNAPSHOT [1/2]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-cli) @ working-directory ---
[INFO] 
[INFO] -----< org.apache.maven.plugins.surefire:working-directory-child >------
[INFO] Building Test for working directory configuration 1.0-SNAPSHOT     [2/2]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-cli) @ working-directory-child ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ working-directory-child ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ working-directory-child ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ working-directory-child ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ working-directory-child ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) @ working-directory-child ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Surefire report directory: /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports
[INFO] Running workingDir.BasicTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.009 s <<< FAILURE! - in workingDir.BasicTest
[ERROR] workingDir.BasicTest.testWorkingDir  Time elapsed: 0.002 s  <<< ERROR!
java.io.IOException: No such file or directory
	at java.base/java.io.UnixFileSystem.createFileExclusively(Native Method)
	at java.base/java.io.File.createNewFile(File.java:1024)
	at workingDir.BasicTest.testWorkingDir(BasicTest.java:36)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   workingDir.BasicTest#testWorkingDir IOException No such file or directory
[INFO] 
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Test for working directory configuration (parent) 1.0-SNAPSHOT:
[INFO] 
[INFO] Test for working directory configuration (parent) .. SUCCESS [  0.105 s]
[INFO] Test for working directory configuration ........... FAILURE [  1.903 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.233 s
[INFO] Finished at: 2019-02-13T12:31:13Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) on project working-directory-child: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4-SNAPSHOT:test (default-test) on project working-directory-child: There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    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)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to /home/jenkins/jenkins-slave/workspace/n-box_maven-surefire_no_user.dir@2/surefire-its/target/WorkingDirectoryIT_testWorkingDirectoryNoFork/child/target/surefire-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
    at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:373)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1011)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:841)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:567)
    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)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :working-directory-child

	at org.apache.maven.surefire.its.WorkingDirectoryIT.testWorkingDirectoryNoFork(WorkingDirectoryIT.java:63)




Build log:
[...truncated 48342 lines...]
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire42NotExtendingTestCaseIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.307 s - in org.apache.maven.surefire.its.jiras.Surefire42NotExtendingTestCaseIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire44InnerClassTestIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.197 s - in org.apache.maven.surefire.its.jiras.Surefire44InnerClassTestIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire500PuzzlingErrorIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.079 s - in org.apache.maven.surefire.its.jiras.Surefire500PuzzlingErrorIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire510TestClassPathForkModesIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.401 s - in org.apache.maven.surefire.its.jiras.Surefire510TestClassPathForkModesIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire569RunTestFromDependencyJarsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.634 s - in org.apache.maven.surefire.its.jiras.Surefire569RunTestFromDependencyJarsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire570MultipleReportDirectoriesIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 52.236 s - in org.apache.maven.surefire.its.jiras.Surefire570MultipleReportDirectoriesIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire613TestCountInParallelIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.304 s - in org.apache.maven.surefire.its.jiras.Surefire613TestCountInParallelIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire621TestCountingJunit3InParallelIT
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.127 s - in org.apache.maven.surefire.its.jiras.Surefire621TestCountingJunit3InParallelIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire628ConsoleOutputBeforeAndAfterClassIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.825 s - in org.apache.maven.surefire.its.jiras.Surefire628ConsoleOutputBeforeAndAfterClassIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire634UnsettableSystemPropertiesWarningIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.645 s - in org.apache.maven.surefire.its.jiras.Surefire634UnsettableSystemPropertiesWarningIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire649EmptyStringSystemPropertiesIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.688 s - in org.apache.maven.surefire.its.jiras.Surefire649EmptyStringSystemPropertiesIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire673MockitoIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.964 s - in org.apache.maven.surefire.its.jiras.Surefire673MockitoIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire674BuildFailingWhenErrorsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.865 s - in org.apache.maven.surefire.its.jiras.Surefire674BuildFailingWhenErrorsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire674BuildFailingWhenFailsafeErrorsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.471 s - in org.apache.maven.surefire.its.jiras.Surefire674BuildFailingWhenFailsafeErrorsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire685CommaSeparatedIncludesIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.177 s - in org.apache.maven.surefire.its.jiras.Surefire685CommaSeparatedIncludesIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire697NiceSummaryIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.402 s - in org.apache.maven.surefire.its.jiras.Surefire697NiceSummaryIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire705ParallelForkTimeoutIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.648 s - in org.apache.maven.surefire.its.jiras.Surefire705ParallelForkTimeoutIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire733AllOverrridesCapturedIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.709 s - in org.apache.maven.surefire.its.jiras.Surefire733AllOverrridesCapturedIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire735ForkFailWithRedirectConsoleOutputIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.642 s - in org.apache.maven.surefire.its.jiras.Surefire735ForkFailWithRedirectConsoleOutputIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire740TruncatedCommaIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.239 s - in org.apache.maven.surefire.its.jiras.Surefire740TruncatedCommaIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire747MethodParallelWithSuiteCountIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.046 s - in org.apache.maven.surefire.its.jiras.Surefire747MethodParallelWithSuiteCountIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire772BothReportsIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.061 s - in org.apache.maven.surefire.its.jiras.Surefire772BothReportsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire772NoFailsafeReportsIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.257 s - in org.apache.maven.surefire.its.jiras.Surefire772NoFailsafeReportsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire772NoSurefireReportsIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.38 s - in org.apache.maven.surefire.its.jiras.Surefire772NoSurefireReportsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire772SpecifiedReportsIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.396 s - in org.apache.maven.surefire.its.jiras.Surefire772SpecifiedReportsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire801ForkModeNoneClassLoaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.236 s - in org.apache.maven.surefire.its.jiras.Surefire801ForkModeNoneClassLoaderIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire803MultiFailsafeExecsIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.405 s - in org.apache.maven.surefire.its.jiras.Surefire803MultiFailsafeExecsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire806SpecifiedTestControlsIT
[WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 11.499 s - in org.apache.maven.surefire.its.jiras.Surefire806SpecifiedTestControlsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire809GroupExpressionsIT
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.775 s - in org.apache.maven.surefire.its.jiras.Surefire809GroupExpressionsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire812Log4JClassLoaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.472 s - in org.apache.maven.surefire.its.jiras.Surefire812Log4JClassLoaderIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire817SystemExitIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.005 s - in org.apache.maven.surefire.its.jiras.Surefire817SystemExitIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire818NpeIgnoresTestsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.913 s - in org.apache.maven.surefire.its.jiras.Surefire818NpeIgnoresTestsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire828EmptyGroupExprIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.783 s - in org.apache.maven.surefire.its.jiras.Surefire828EmptyGroupExprIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire832ProviderSelectionIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.848 s - in org.apache.maven.surefire.its.jiras.Surefire832ProviderSelectionIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire839TestWithoutCategoriesIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.089 s - in org.apache.maven.surefire.its.jiras.Surefire839TestWithoutCategoriesIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire847AdditionalFailureIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.112 s - in org.apache.maven.surefire.its.jiras.Surefire847AdditionalFailureIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire855AllowFailsafeUseArtifactFileIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 91.687 s - in org.apache.maven.surefire.its.jiras.Surefire855AllowFailsafeUseArtifactFileIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire901MIssingResultfileWhenNoTestsIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.499 s - in org.apache.maven.surefire.its.jiras.Surefire901MIssingResultfileWhenNoTestsIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire907PerThreadWithoutThreadCountIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.973 s - in org.apache.maven.surefire.its.jiras.Surefire907PerThreadWithoutThreadCountIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire920TestFailureIgnoreWithTimeoutIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.383 s - in org.apache.maven.surefire.its.jiras.Surefire920TestFailureIgnoreWithTimeoutIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire926FailureWith2ProvidersIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.466 s - in org.apache.maven.surefire.its.jiras.Surefire926FailureWith2ProvidersIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire930TestNgSuiteXmlIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.009 s - in org.apache.maven.surefire.its.jiras.Surefire930TestNgSuiteXmlIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire943ReportContentIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.27 s - in org.apache.maven.surefire.its.jiras.Surefire943ReportContentIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire946KillMainProcessInReusableForkIT
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.007 s - in org.apache.maven.surefire.its.jiras.Surefire946KillMainProcessInReusableForkIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire972BizarreNoClassDefIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.377 s - in org.apache.maven.surefire.its.jiras.Surefire972BizarreNoClassDefIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire975DefaultVMEncodingIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.414 s - in org.apache.maven.surefire.its.jiras.Surefire975DefaultVMEncodingIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire979WrongClassLoaderIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.081 s - in org.apache.maven.surefire.its.jiras.Surefire979WrongClassLoaderIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire985ParameterizedRunnerAndCategoriesIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.071 s - in org.apache.maven.surefire.its.jiras.Surefire985ParameterizedRunnerAndCategoriesIT
[INFO] Running org.apache.maven.surefire.its.jiras.Surefire995CategoryInheritanceIT
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.883 s - in org.apache.maven.surefire.its.jiras.Surefire995CategoryInheritanceIT
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   JUnitPlatformEnginesIT.platform:111 
Expected: <[\[DEBUG\] test\(compact\) classpath:  test-classes  classes  junit-jupiter-engine-5\.4\.0-SNAPSHOT\.jar  apiguardian-api-1\.0\.0\.jar  junit-platform-engine-1\.4\.0-SNAPSHOT\.jar  junit-platform-commons-1\.4\.0-SNAPSHOT\.jar  opentest4j-1\.1\.1\.jar  junit-jupiter-api-5\.4\.0-SNAPSHOT\.jar]>
     but: was <[[DEBUG] test(compact) classpath:  test-classes  classes  junit-jupiter-engine-5.4.0-SNAPSHOT.jar  apiguardian-api-1.0.0.jar  junit-platform-engine-1.4.0-SNAPSHOT.jar  opentest4j-1.1.1.jar  junit-platform-commons-1.4.0-SNAPSHOT.jar  junit-jupiter-api-5.4.0-SNAPSHOT.jar]>
[ERROR] Errors: 
[ERROR]   WorkingDirectoryIT.testWorkingDirectoryNoFork:63 » SurefireVerifier Exit code ...
[INFO] 
[ERROR] Tests run: 788, Failures: 1, Errors: 1, Skipped: 141
[INFO] 
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ surefire-its ---
[INFO] 
[INFO] --- maven-failsafe-plugin:3.0.0-M3:verify (default) @ surefire-its ---
[INFO] Failsafe report directory: C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-3\surefire-its\target\failsafe-reports
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Maven Surefire 3.0.0-M4-SNAPSHOT:
[INFO] 
[INFO] Apache Maven Surefire .............................. SUCCESS [ 41.353 s]
[INFO] SureFire Logger API ................................ SUCCESS [ 13.475 s]
[INFO] SureFire API ....................................... SUCCESS [ 23.158 s]
[INFO] SureFire Booter .................................... SUCCESS [ 33.517 s]
[INFO] Maven Surefire Test-Grouping Support ............... SUCCESS [ 16.559 s]
[INFO] SureFire Providers ................................. SUCCESS [  3.039 s]
[INFO] Shared JUnit3 Provider Code ........................ SUCCESS [ 11.115 s]
[INFO] Shared Java 5 Provider Base ........................ SUCCESS [ 10.055 s]
[INFO] Shared JUnit4 Provider Code ........................ SUCCESS [ 10.944 s]
[INFO] Shared JUnit48 Provider Code ....................... SUCCESS [ 12.398 s]
[INFO] SureFire JUnit Runner .............................. SUCCESS [  9.439 s]
[INFO] SureFire JUnit4 Runner ............................. SUCCESS [ 10.336 s]
[INFO] Maven Surefire Common .............................. SUCCESS [ 52.427 s]
[INFO] SureFire JUnitCore Runner .......................... SUCCESS [02:21 min]
[INFO] SureFire JUnit Platform Runner ..................... SUCCESS [ 19.952 s]
[INFO] SureFire TestNG Utils .............................. SUCCESS [ 10.106 s]
[INFO] SureFire TestNG Runner ............................. SUCCESS [ 10.538 s]
[INFO] ShadeFire JUnit3 Provider .......................... SUCCESS [  2.984 s]
[INFO] Surefire Report Parser ............................. SUCCESS [ 13.297 s]
[INFO] Maven Surefire Plugin .............................. SUCCESS [ 21.890 s]
[INFO] Maven Failsafe Plugin .............................. SUCCESS [02:07 min]
[INFO] Maven Surefire Report Plugin ....................... SUCCESS [ 26.544 s]
[INFO] Maven Surefire Integration Tests ................... FAILURE [  02:14 h]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:24 h
[INFO] Finished at: 2019-02-13T14:05:07Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M3:verify (default) on project surefire-its: There are test failures.
[ERROR] 
[ERROR] Please refer to C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-3\surefire-its\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].dumpstream.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M3:verify (default) on project surefire-its: There are test failures.

Please refer to C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-3\surefire-its\target\failsafe-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    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)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-3\surefire-its\target\failsafe-reports for the individual test results.
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
    at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:271)
    at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
    at org.apache.maven.plugin.failsafe.VerifyMojo.execute (VerifyMojo.java:192)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    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:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    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)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :surefire-its
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-3\maven-failsafe-plugin\target\it to C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-3\maven-failsafe-plugin--windows-jdk12-maven3.6.x.zip
Zipped 78 entries.
Archiving C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-3\maven-failsafe-plugin--windows-jdk12-maven3.6.x.zip
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] fileExists
[Pipeline] zip
Writing zip file of C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-3\surefire-its\target to C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-3\surefire-its--windows-jdk12-maven3.6.x.zip
Zipped 16263 entries.
Archiving C:\Users\jenkins\AppData\Local\Temp\2\jenkins-maven-box-maven-surefire-no_user.dir-3\surefire-its--windows-jdk12-maven3.6.x.zip
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] archiveArtifacts
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] emailext