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 2021/02/26 07:27:22 UTC

Build failed in Jenkins: Maven » Maven TLP » maven-surefire » jdk-16-17 #17

See https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-surefire/job/jdk-16-17/17/

Changes:

* added comment
* 16.0 -> 16 and only BeanShell for 'jdk.home'

2 tests failed.
FAILED:  org.apache.maven.surefire.its.UmlautDirIT.testUmlautIsolatedClassLoader

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/tools/maven/apache-maven-3.6.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test -DuseSystemClassLoader=false
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
 at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
 at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
 at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
 at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
 at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
 at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
 at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
 at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
 at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
 at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
 at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
 at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
 at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
 at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
 at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
 at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
 at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
 at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
 at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
 at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
 at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
 at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
 at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
 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:957)
 at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:567)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
 at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.384 s
[INFO] Finished at: 2021-02-26T06:39:33Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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


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.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test -DuseSystemClassLoader=false
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
	at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
	at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
	at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
	at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
	at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
	at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
	at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
	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:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.384 s
[INFO] Finished at: 2021-02-26T06:39:33Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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

	at org.apache.maven.surefire.its.UmlautDirIT.testUmlautIsolatedClassLoader(UmlautDirIT.java:139)
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.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test -DuseSystemClassLoader=false
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
	at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
	at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
	at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
	at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
	at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
	at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
	at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
	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:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.384 s
[INFO] Finished at: 2021-02-26T06:39:33Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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

	at org.apache.maven.surefire.its.UmlautDirIT.testUmlautIsolatedClassLoader(UmlautDirIT.java:139)


FAILED:  org.apache.maven.surefire.its.UmlautDirIT.testUmlaut

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/tools/maven/apache-maven-3.6.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
 at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
 at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
 at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
 at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
 at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
 at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
 at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
 at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
 at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
 at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
 at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
 at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
 at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
 at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
 at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
 at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
 at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
 at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
 at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
 at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
 at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
 at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
 at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
 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:957)
 at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:567)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
 at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.433 s
[INFO] Finished at: 2021-02-26T06:39:36Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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


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.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
	at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
	at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
	at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
	at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
	at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
	at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
	at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
	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:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.433 s
[INFO] Finished at: 2021-02-26T06:39:36Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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

	at org.apache.maven.surefire.its.UmlautDirIT.testUmlaut(UmlautDirIT.java:128)
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.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
	at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
	at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
	at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
	at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
	at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
	at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
	at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
	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:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.433 s
[INFO] Finished at: 2021-02-26T06:39:36Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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

	at org.apache.maven.surefire.its.UmlautDirIT.testUmlaut(UmlautDirIT.java:128)




Build log:
[...truncated 27712 lines...]
[2021-02-26T07:20:00.957Z] [INFO] Total time:  01:31 h
[2021-02-26T07:20:00.957Z] [INFO] Finished at: 2021-02-25T23:19:53-08:00
[2021-02-26T07:20:00.957Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] fileExists
[Pipeline] zip
[2021-02-26T07:20:01.810Z] Writing zip file of C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\maven-failsafe-plugin\target\it to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\maven-failsafe-plugin--windows-jdk16-maven3.6.x.zip
[2021-02-26T07:20:04.342Z] Zipped 78 entries.
[2021-02-26T07:20:04.342Z] Archiving C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\maven-failsafe-plugin--windows-jdk16-maven3.6.x.zip
[2021-02-26T07:20:04.342Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] fileExists
[Pipeline] zip
[2021-02-26T07:20:04.910Z] Writing zip file of C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-its\target to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-its--windows-jdk16-maven3.6.x.zip
[2021-02-26T07:20:14.791Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.969 s - in org.apache.maven.surefire.its.jiras.Surefire828EmptyGroupExprIT
[2021-02-26T07:20:14.791Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire832ProviderSelectionIT
[2021-02-26T07:20:17.792Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.199 s - in org.apache.maven.surefire.its.jiras.Surefire832ProviderSelectionIT
[2021-02-26T07:20:17.792Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire839TestWithoutCategoriesIT
[2021-02-26T07:20:30.975Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.649 s - in org.apache.maven.surefire.its.jiras.Surefire839TestWithoutCategoriesIT
[2021-02-26T07:20:30.975Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire847AdditionalFailureIT
[2021-02-26T07:20:36.998Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.379 s - in org.apache.maven.surefire.its.jiras.Surefire847AdditionalFailureIT
[2021-02-26T07:20:36.998Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire855AllowFailsafeUseArtifactFileIT
[2021-02-26T07:21:12.213Z] Zipped 19587 entries.
[2021-02-26T07:21:12.213Z] Archiving C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-its--windows-jdk16-maven3.6.x.zip
[2021-02-26T07:21:12.214Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] archiveArtifacts
[2021-02-26T07:21:35.200Z] Archiving artifacts
[2021-02-26T07:21:35.509Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[2021-02-26T07:21:46.365Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.228 s - in org.apache.maven.surefire.its.jiras.Surefire855AllowFailsafeUseArtifactFileIT
[2021-02-26T07:21:46.365Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire901MIssingResultfileWhenNoTestsIT
[2021-02-26T07:21:46.365Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.08 s - in org.apache.maven.surefire.its.jiras.Surefire901MIssingResultfileWhenNoTestsIT
[2021-02-26T07:21:46.365Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire907PerThreadWithoutThreadCountIT
[2021-02-26T07:21:47.518Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.601 s - in org.apache.maven.surefire.its.jiras.Surefire907PerThreadWithoutThreadCountIT
[2021-02-26T07:21:47.518Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire920TestFailureIgnoreWithTimeoutIT
[Pipeline] cleanWs
[2021-02-26T07:21:54.915Z] [WS-CLEANUP] Deleting project workspace...
[2021-02-26T07:21:54.915Z] [WS-CLEANUP] Deferred wipeout is used...
[2021-02-26T07:21:55.063Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[2021-02-26T07:22:15.444Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.154 s - in org.apache.maven.surefire.its.jiras.Surefire920TestFailureIgnoreWithTimeoutIT
[2021-02-26T07:22:15.444Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire926FailureWith2ProvidersIT
[2021-02-26T07:22:18.413Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.483 s - in org.apache.maven.surefire.its.jiras.Surefire926FailureWith2ProvidersIT
[2021-02-26T07:22:18.413Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire930TestNgSuiteXmlIT
[2021-02-26T07:22:25.804Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.486 s - in org.apache.maven.surefire.its.jiras.Surefire930TestNgSuiteXmlIT
[2021-02-26T07:22:25.804Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire943ReportContentIT
[2021-02-26T07:22:59.229Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.303 s - in org.apache.maven.surefire.its.jiras.Surefire943ReportContentIT
[2021-02-26T07:22:59.229Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire946KillMainProcessInReusableForkIT
[2021-02-26T07:24:08.762Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.576 s - in org.apache.maven.surefire.its.jiras.Surefire946KillMainProcessInReusableForkIT
[2021-02-26T07:24:08.762Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire972BizarreNoClassDefIT
[2021-02-26T07:24:11.818Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.325 s - in org.apache.maven.surefire.its.jiras.Surefire972BizarreNoClassDefIT
[2021-02-26T07:24:11.818Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire975DefaultVMEncodingIT
[2021-02-26T07:24:17.742Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.819 s - in org.apache.maven.surefire.its.jiras.Surefire975DefaultVMEncodingIT
[2021-02-26T07:24:17.742Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire979WrongClassLoaderIT
[2021-02-26T07:24:23.675Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.292 s - in org.apache.maven.surefire.its.jiras.Surefire979WrongClassLoaderIT
[2021-02-26T07:24:23.675Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire985ParameterizedRunnerAndCategoriesIT
[2021-02-26T07:24:29.596Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.957 s - in org.apache.maven.surefire.its.jiras.Surefire985ParameterizedRunnerAndCategoriesIT
[2021-02-26T07:24:29.596Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire995CategoryInheritanceIT
[2021-02-26T07:25:09.779Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.479 s - in org.apache.maven.surefire.its.jiras.Surefire995CategoryInheritanceIT
[2021-02-26T07:25:09.779Z] [INFO] 
[2021-02-26T07:25:09.779Z] [INFO] Results:
[2021-02-26T07:25:09.779Z] [INFO] 
[2021-02-26T07:25:09.779Z] [WARNING] Tests run: 974, Failures: 0, Errors: 0, Skipped: 138
[2021-02-26T07:25:09.779Z] [INFO] 
[2021-02-26T07:25:09.779Z] [INFO] 
[2021-02-26T07:25:09.779Z] [INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ surefire-its ---
[2021-02-26T07:25:14.542Z] [INFO] 
[2021-02-26T07:25:14.542Z] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (default) @ surefire-its ---
[2021-02-26T07:25:14.542Z] [INFO] Failsafe report directory: C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-its\target\failsafe-reports
[2021-02-26T07:25:14.542Z] [INFO] 
[2021-02-26T07:25:14.542Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ surefire-its ---
[2021-02-26T07:25:14.542Z] [INFO] Skipping artifact installation
[2021-02-26T07:25:14.542Z] [INFO] 
[2021-02-26T07:25:14.542Z] [INFO] ----------< org.apache.maven.surefire:surefire-shared-utils >-----------
[2021-02-26T07:25:14.542Z] [INFO] Building Surefire Shared Utils 3.0.0-M6-SNAPSHOT                 [26/26]
[2021-02-26T07:25:14.542Z] [INFO] --------------------------------[ jar ]---------------------------------
[2021-02-26T07:25:14.542Z] [INFO] 
[2021-02-26T07:25:14.542Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ surefire-shared-utils ---
[2021-02-26T07:25:14.542Z] [INFO] 
[2021-02-26T07:25:14.542Z] [INFO] --- build-helper-maven-plugin:3.2.0:bsh-property (bsh-property) @ surefire-shared-utils ---
[2021-02-26T07:25:14.542Z] Beanshell found jdkHome=f:\\jenkins\\tools\\java\\latest11
[2021-02-26T07:25:14.542Z] Beanshell found jdk-release properties file=true
[2021-02-26T07:25:14.542Z] Beanshell found java version for tests 11
[2021-02-26T07:25:14.542Z] Beanshell doSkipTests=false
[2021-02-26T07:25:14.542Z] Beanshell jvm9ArgsTests=--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.math=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.base/java.util.regex=ALL-UNNAMED --add-opens java.base/java.nio.channels.spi=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/sun.nio.fs=ALL-UNNAMED --add-opens java.base/sun.nio.cs=ALL-UNNAMED --add-opens java.base/java.nio.file=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED
[2021-02-26T07:25:14.542Z] [INFO] 
[2021-02-26T07:25:14.542Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) @ surefire-shared-utils ---
[2021-02-26T07:25:14.542Z] [INFO] 
[2021-02-26T07:25:14.542Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-bytecode-version) @ surefire-shared-utils ---
[2021-02-26T07:25:14.542Z] [INFO] Adding ignore: module-info
[2021-02-26T07:25:14.542Z] [INFO] 
[2021-02-26T07:25:14.542Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ surefire-shared-utils ---
[2021-02-26T07:25:14.542Z] [INFO] 
[2021-02-26T07:25:14.542Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ surefire-shared-utils ---
[2021-02-26T07:25:14.542Z] [INFO] 
[2021-02-26T07:25:14.542Z] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ surefire-shared-utils ---
[2021-02-26T07:25:14.542Z] [INFO] Enabled default license matchers.
[2021-02-26T07:25:14.542Z] [INFO] Will parse SCM ignores for exclusions...
[2021-02-26T07:25:14.542Z] [INFO] Finished adding exclusions from SCM ignore files.
[2021-02-26T07:25:14.542Z] [INFO] 62 implicit excludes (use -debug for more details).
[2021-02-26T07:25:14.542Z] [INFO] 27 explicit excludes (use -debug for more details).
[2021-02-26T07:25:14.542Z] [INFO] 1 resources included (use -debug for more details)
[2021-02-26T07:25:14.542Z] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[2021-02-26T07:25:14.542Z] [INFO] 
[2021-02-26T07:25:14.542Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (compile-generated) @ surefire-shared-utils ---
[2021-02-26T07:25:14.542Z] [INFO] No sources to compile
[2021-02-26T07:25:14.542Z] [INFO] 
[2021-02-26T07:25:14.542Z] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ surefire-shared-utils ---
[2021-02-26T07:25:14.542Z] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[2021-02-26T07:25:14.543Z] [INFO] Copying 3 resources from 1 bundle.
[2021-02-26T07:25:14.543Z] [INFO] 
[2021-02-26T07:25:14.543Z] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ surefire-shared-utils ---
[2021-02-26T07:25:14.543Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2021-02-26T07:25:14.543Z] [INFO] skip non existing resourceDirectory C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-shared-utils\src\main\resources
[2021-02-26T07:25:14.543Z] [INFO] Copying 3 resources
[2021-02-26T07:25:14.543Z] [INFO] 
[2021-02-26T07:25:14.543Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ surefire-shared-utils ---
[2021-02-26T07:25:14.543Z] [INFO] No sources to compile
[2021-02-26T07:25:14.543Z] [INFO] 
[2021-02-26T07:25:14.543Z] [INFO] --- animal-sniffer-maven-plugin:1.17:check (signature-check) @ surefire-shared-utils ---
[2021-02-26T07:25:14.543Z] [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[2021-02-26T07:25:14.874Z] [INFO] 
[2021-02-26T07:25:14.874Z] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ surefire-shared-utils ---
[2021-02-26T07:25:14.874Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2021-02-26T07:25:14.874Z] [INFO] skip non existing resourceDirectory C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-shared-utils\src\test\resources
[2021-02-26T07:25:14.874Z] [INFO] Copying 3 resources
[2021-02-26T07:25:14.874Z] [INFO] 
[2021-02-26T07:25:14.874Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ surefire-shared-utils ---
[2021-02-26T07:25:14.874Z] [INFO] No sources to compile
[2021-02-26T07:25:14.874Z] [INFO] 
[2021-02-26T07:25:14.874Z] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ surefire-shared-utils ---
[2021-02-26T07:25:14.874Z] [INFO] 
[2021-02-26T07:25:14.874Z] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ surefire-shared-utils ---
[2021-02-26T07:25:14.874Z] [INFO] Building jar: C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-shared-utils\target\surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar
[2021-02-26T07:25:14.874Z] [INFO] 
[2021-02-26T07:25:14.874Z] [INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ surefire-shared-utils ---
[2021-02-26T07:25:14.874Z] [INFO] Skipping because packaging 'jar' is not pom.
[2021-02-26T07:25:14.874Z] [INFO] 
[2021-02-26T07:25:14.874Z] [INFO] --- maven-shade-plugin:3.2.3:shade (default) @ surefire-shared-utils ---
[2021-02-26T07:25:14.874Z] [INFO] Including org.apache.maven.shared:maven-shared-utils:jar:3.1.0 in the shaded jar.
[2021-02-26T07:25:14.874Z] [INFO] Including commons-io:commons-io:jar:2.6 in the shaded jar.
[2021-02-26T07:25:14.874Z] [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar.
[2021-02-26T07:25:14.874Z] [INFO] Including org.apache.commons:commons-compress:jar:1.20 in the shaded jar.
[2021-02-26T07:25:16.025Z] [WARNING] commons-compress-1.20.jar, commons-io-2.6.jar, commons-lang3-3.8.1.jar define 2 overlapping resources: 
[2021-02-26T07:25:16.025Z] [WARNING]   - META-INF/LICENSE.txt
[2021-02-26T07:25:16.025Z] [WARNING]   - META-INF/NOTICE.txt
[2021-02-26T07:25:16.025Z] [WARNING] maven-shared-utils-3.1.0.jar, surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar define 3 overlapping resources: 
[2021-02-26T07:25:16.025Z] [WARNING]   - META-INF/DEPENDENCIES
[2021-02-26T07:25:16.025Z] [WARNING]   - META-INF/LICENSE
[2021-02-26T07:25:16.025Z] [WARNING]   - META-INF/NOTICE
[2021-02-26T07:25:16.025Z] [WARNING] commons-compress-1.20.jar, commons-io-2.6.jar, commons-lang3-3.8.1.jar, maven-shared-utils-3.1.0.jar, surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar define 1 overlapping resources: 
[2021-02-26T07:25:16.025Z] [WARNING]   - META-INF/MANIFEST.MF
[2021-02-26T07:25:16.025Z] [WARNING] maven-shade-plugin has detected that some class files are
[2021-02-26T07:25:16.025Z] [WARNING] present in two or more JARs. When this happens, only one
[2021-02-26T07:25:16.025Z] [WARNING] single version of the class is copied to the uber jar.
[2021-02-26T07:25:16.025Z] [WARNING] Usually this is not harmful and you can skip these warnings,
[2021-02-26T07:25:16.025Z] [WARNING] otherwise try to manually exclude artifacts based on
[2021-02-26T07:25:16.025Z] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[2021-02-26T07:25:16.025Z] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[2021-02-26T07:25:16.025Z] [INFO] Replacing original artifact with shaded artifact.
[2021-02-26T07:25:16.025Z] [INFO] Replacing C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-shared-utils\target\surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar with C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-shared-utils\target\surefire-shared-utils-3.0.0-M6-SNAPSHOT-shaded.jar
[2021-02-26T07:25:16.025Z] [INFO] Dependency-reduced POM written at: C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-shared-utils\dependency-reduced-pom.xml
[2021-02-26T07:25:16.025Z] [INFO] 
[2021-02-26T07:25:16.025Z] [INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ surefire-shared-utils ---
[2021-02-26T07:25:16.484Z] [INFO] 
[2021-02-26T07:25:16.484Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ surefire-shared-utils ---
[2021-02-26T07:25:16.484Z] [INFO] Installing C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-shared-utils\target\surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\.m2\org\apache\maven\surefire\surefire-shared-utils\3.0.0-M6-SNAPSHOT\surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar
[2021-02-26T07:25:16.484Z] [INFO] Installing C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-shared-utils\dependency-reduced-pom.xml to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\.m2\org\apache\maven\surefire\surefire-shared-utils\3.0.0-M6-SNAPSHOT\surefire-shared-utils-3.0.0-M6-SNAPSHOT.pom
[2021-02-26T07:25:16.484Z] [INFO] ------------------------------------------------------------------------
[2021-02-26T07:25:16.484Z] [INFO] Reactor Summary for Apache Maven Surefire 3.0.0-M6-SNAPSHOT:
[2021-02-26T07:25:16.484Z] [INFO] 
[2021-02-26T07:25:16.484Z] [INFO] Apache Maven Surefire .............................. SUCCESS [ 49.418 s]
[2021-02-26T07:25:16.484Z] [INFO] SureFire Logger API ................................ SUCCESS [ 16.757 s]
[2021-02-26T07:25:16.484Z] [INFO] SureFire API ....................................... SUCCESS [ 30.529 s]
[2021-02-26T07:25:16.484Z] [INFO] Surefire Extensions API ............................ SUCCESS [  7.011 s]
[2021-02-26T07:25:16.484Z] [INFO] Surefire Extensions SPI ............................ SUCCESS [  2.166 s]
[2021-02-26T07:25:16.484Z] [INFO] SureFire Booter .................................... SUCCESS [ 24.107 s]
[2021-02-26T07:25:16.484Z] [INFO] Maven Surefire Test-Grouping Support ............... SUCCESS [  8.673 s]
[2021-02-26T07:25:16.484Z] [INFO] SureFire Providers ................................. SUCCESS [  0.757 s]
[2021-02-26T07:25:16.484Z] [INFO] Shared JUnit3 Provider Code ........................ SUCCESS [  4.424 s]
[2021-02-26T07:25:16.484Z] [INFO] Shared Java 5 Provider Base ........................ SUCCESS [  5.527 s]
[2021-02-26T07:25:16.484Z] [INFO] Shared JUnit4 Provider Code ........................ SUCCESS [  6.254 s]
[2021-02-26T07:25:16.484Z] [INFO] Shared JUnit48 Provider Code ....................... SUCCESS [ 10.321 s]
[2021-02-26T07:25:16.484Z] [INFO] SureFire JUnit Runner .............................. SUCCESS [  4.981 s]
[2021-02-26T07:25:16.484Z] [INFO] SureFire JUnit4 Runner ............................. SUCCESS [  4.759 s]
[2021-02-26T07:25:16.484Z] [INFO] Maven Surefire Common .............................. SUCCESS [01:20 min]
[2021-02-26T07:25:16.484Z] [INFO] SureFire JUnitCore Runner .......................... SUCCESS [02:19 min]
[2021-02-26T07:25:16.484Z] [INFO] SureFire JUnit Platform Runner ..................... SUCCESS [ 12.958 s]
[2021-02-26T07:25:16.484Z] [INFO] SureFire TestNG Utils .............................. SUCCESS [  4.817 s]
[2021-02-26T07:25:16.484Z] [INFO] SureFire TestNG Runner ............................. SUCCESS [  7.762 s]
[2021-02-26T07:25:16.484Z] [INFO] ShadeFire JUnit3 Provider .......................... SUCCESS [  1.920 s]
[2021-02-26T07:25:16.484Z] [INFO] Surefire Report Parser ............................. SUCCESS [  7.209 s]
[2021-02-26T07:25:16.484Z] [INFO] Maven Surefire Plugin .............................. SUCCESS [ 12.670 s]
[2021-02-26T07:25:16.484Z] [INFO] Maven Failsafe Plugin .............................. SUCCESS [01:17 min]
[2021-02-26T07:25:16.484Z] [INFO] Maven Surefire Report Plugin ....................... SUCCESS [ 18.479 s]
[2021-02-26T07:25:16.484Z] [INFO] Maven Surefire Integration Tests ................... SUCCESS [  01:26 h]
[2021-02-26T07:25:16.484Z] [INFO] Surefire Shared Utils .............................. SUCCESS [  2.253 s]
[2021-02-26T07:25:16.484Z] [INFO] ------------------------------------------------------------------------
[2021-02-26T07:25:16.484Z] [INFO] BUILD SUCCESS
[2021-02-26T07:25:16.484Z] [INFO] ------------------------------------------------------------------------
[2021-02-26T07:25:16.484Z] [INFO] Total time:  01:35 h
[2021-02-26T07:25:16.484Z] [INFO] Finished at: 2021-02-25T23:25:16-08:00
[2021-02-26T07:25:16.484Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] fileExists
[Pipeline] zip
[2021-02-26T07:25:16.798Z] Writing zip file of C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\maven-failsafe-plugin\target\it to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\maven-failsafe-plugin--windows-jdk11-maven3.6.x.zip
[2021-02-26T07:25:18.568Z] Zipped 78 entries.
[2021-02-26T07:25:18.568Z] Archiving C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\maven-failsafe-plugin--windows-jdk11-maven3.6.x.zip
[2021-02-26T07:25:18.568Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] fileExists
[Pipeline] zip
[2021-02-26T07:25:19.104Z] Writing zip file of C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-its\target to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-its--windows-jdk11-maven3.6.x.zip
[2021-02-26T07:26:35.078Z] Zipped 19632 entries.
[2021-02-26T07:26:35.078Z] Archiving C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-17\surefire-its--windows-jdk11-maven3.6.x.zip
[2021-02-26T07:26:35.078Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] archiveArtifacts
[2021-02-26T07:26:57.648Z] Archiving artifacts
[2021-02-26T07:26:57.858Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] cleanWs
[2021-02-26T07:27:21.781Z] [WS-CLEANUP] Deleting project workspace...
[2021-02-26T07:27:21.781Z] [WS-CLEANUP] Deferred wipeout is used...
[2021-02-26T07:27:21.987Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [tibordigana].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Build succeeded in Jenkins: Maven » Maven TLP » maven-surefire » jdk-16-17 #20

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-surefire/job/jdk-16-17/20/

Changes:

* excluded java 16 in UmlautDirIT
* [travisci] openjdk15

All tests passed

Build failed in Jenkins: Maven » Maven TLP » maven-surefire » jdk-16-17 #19

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-surefire/job/jdk-16-17/19/

Changes:

* fix
* fix
* fix

2 tests failed.
FAILED:  org.apache.maven.surefire.its.UmlautDirIT.testUmlautIsolatedClassLoader

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/tools/maven/apache-maven-3.6.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test -DuseSystemClassLoader=false
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
 at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
 at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
 at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
 at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
 at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
 at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
 at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
 at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
 at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
 at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
 at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
 at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
 at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
 at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
 at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
 at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
 at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
 at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
 at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
 at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
 at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
 at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
 at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
 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:957)
 at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:567)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
 at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.257 s
[INFO] Finished at: 2021-02-26T10:44:16Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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


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.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test -DuseSystemClassLoader=false
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
	at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
	at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
	at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
	at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
	at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
	at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
	at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
	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:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.257 s
[INFO] Finished at: 2021-02-26T10:44:16Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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

	at org.apache.maven.surefire.its.UmlautDirIT.testUmlautIsolatedClassLoader(UmlautDirIT.java:139)
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.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test -DuseSystemClassLoader=false
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_2/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
	at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
	at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
	at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
	at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
	at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
	at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
	at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
	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:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.257 s
[INFO] Finished at: 2021-02-26T10:44:16Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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

	at org.apache.maven.surefire.its.UmlautDirIT.testUmlautIsolatedClassLoader(UmlautDirIT.java:139)


FAILED:  org.apache.maven.surefire.its.UmlautDirIT.testUmlaut

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/tools/maven/apache-maven-3.6.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
 at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
 at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
 at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
 at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
 at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
 at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
 at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
 at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
 at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
 at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
 at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
 at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
 at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
 at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
 at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
 at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
 at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
 at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
 at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
 at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
 at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
 at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
 at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
 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:957)
 at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:567)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
 at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.288 s
[INFO] Finished at: 2021-02-26T10:44:19Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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


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.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
	at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
	at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
	at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
	at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
	at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
	at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
	at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
	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:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.288 s
[INFO] Finished at: 2021-02-26T10:44:19Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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

	at org.apache.maven.surefire.its.UmlautDirIT.testUmlaut(UmlautDirIT.java:128)
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.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/jenkins-agent/workspace/ven-box_maven-surefire_jdk-16-17@2/surefire-its/target/junit-pathWithÜmlaut_1/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
	at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
	at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
	at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
	at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
	at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
	at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
	at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
	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:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.288 s
[INFO] Finished at: 2021-02-26T10:44:19Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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

	at org.apache.maven.surefire.its.UmlautDirIT.testUmlaut(UmlautDirIT.java:128)




Build log:
[...truncated 27697 lines...]
[2021-02-26T11:22:09.559Z] [INFO] Shared JUnit48 Provider Code ....................... SUCCESS [ 10.261 s]
[2021-02-26T11:22:09.559Z] [INFO] SureFire JUnit Runner .............................. SUCCESS [  4.812 s]
[2021-02-26T11:22:09.559Z] [INFO] SureFire JUnit4 Runner ............................. SUCCESS [  4.661 s]
[2021-02-26T11:22:09.559Z] [INFO] Maven Surefire Common .............................. SUCCESS [01:14 min]
[2021-02-26T11:22:09.559Z] [INFO] SureFire JUnitCore Runner .......................... SUCCESS [02:20 min]
[2021-02-26T11:22:09.559Z] [INFO] SureFire JUnit Platform Runner ..................... SUCCESS [ 11.988 s]
[2021-02-26T11:22:09.559Z] [INFO] SureFire TestNG Utils .............................. SUCCESS [  4.893 s]
[2021-02-26T11:22:09.559Z] [INFO] SureFire TestNG Runner ............................. SUCCESS [  7.197 s]
[2021-02-26T11:22:09.559Z] [INFO] ShadeFire JUnit3 Provider .......................... SUCCESS [  2.182 s]
[2021-02-26T11:22:09.559Z] [INFO] Surefire Report Parser ............................. SUCCESS [  6.684 s]
[2021-02-26T11:22:09.559Z] [INFO] Maven Surefire Plugin .............................. SUCCESS [ 12.464 s]
[2021-02-26T11:22:09.559Z] [INFO] Maven Failsafe Plugin .............................. SUCCESS [01:15 min]
[2021-02-26T11:22:09.559Z] [INFO] Maven Surefire Report Plugin ....................... SUCCESS [ 19.631 s]
[2021-02-26T11:22:09.559Z] [INFO] Maven Surefire Integration Tests ................... SUCCESS [  01:24 h]
[2021-02-26T11:22:09.559Z] [INFO] Surefire Shared Utils .............................. SUCCESS [  2.118 s]
[2021-02-26T11:22:09.559Z] [INFO] ------------------------------------------------------------------------
[2021-02-26T11:22:09.559Z] [INFO] BUILD SUCCESS
[2021-02-26T11:22:09.559Z] [INFO] ------------------------------------------------------------------------
[2021-02-26T11:22:09.559Z] [INFO] Total time:  01:33 h
[2021-02-26T11:22:09.559Z] [INFO] Finished at: 2021-02-26T03:22:09-08:00
[2021-02-26T11:22:09.559Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] fileExists
[Pipeline] zip
[2021-02-26T11:22:10.444Z] Writing zip file of C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\maven-failsafe-plugin\target\it to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\maven-failsafe-plugin--windows-jdk16-maven3.6.x.zip
[2021-02-26T11:22:10.581Z] Zipped 78 entries.
[2021-02-26T11:22:10.581Z] Archiving C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\maven-failsafe-plugin--windows-jdk16-maven3.6.x.zip
[2021-02-26T11:22:10.581Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] fileExists
[2021-02-26T11:22:10.655Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.365 s - in org.apache.maven.surefire.its.jiras.Surefire930TestNgSuiteXmlIT
[2021-02-26T11:22:10.655Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire943ReportContentIT
[Pipeline] zip
[2021-02-26T11:22:10.748Z] Writing zip file of C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-its\target to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-its--windows-jdk16-maven3.6.x.zip
[2021-02-26T11:22:44.107Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.774 s - in org.apache.maven.surefire.its.jiras.Surefire943ReportContentIT
[2021-02-26T11:22:44.107Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire946KillMainProcessInReusableForkIT
[2021-02-26T11:23:22.883Z] Zipped 19579 entries.
[2021-02-26T11:23:22.883Z] Archiving C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-its--windows-jdk16-maven3.6.x.zip
[2021-02-26T11:23:22.883Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] archiveArtifacts
[2021-02-26T11:23:41.306Z] Archiving artifacts
[2021-02-26T11:23:41.340Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[2021-02-26T11:23:53.476Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.55 s - in org.apache.maven.surefire.its.jiras.Surefire946KillMainProcessInReusableForkIT
[2021-02-26T11:23:53.476Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire972BizarreNoClassDefIT
[2021-02-26T11:23:56.521Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.244 s - in org.apache.maven.surefire.its.jiras.Surefire972BizarreNoClassDefIT
[2021-02-26T11:23:56.522Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire975DefaultVMEncodingIT
[Pipeline] cleanWs
[2021-02-26T11:24:02.198Z] [WS-CLEANUP] Deleting project workspace...
[2021-02-26T11:24:02.199Z] [WS-CLEANUP] Deferred wipeout is used...
[2021-02-26T11:24:02.361Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[2021-02-26T11:24:02.480Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.337 s - in org.apache.maven.surefire.its.jiras.Surefire975DefaultVMEncodingIT
[2021-02-26T11:24:02.480Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire979WrongClassLoaderIT
[2021-02-26T11:24:07.247Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.743 s - in org.apache.maven.surefire.its.jiras.Surefire979WrongClassLoaderIT
[2021-02-26T11:24:07.247Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire985ParameterizedRunnerAndCategoriesIT
[2021-02-26T11:24:13.246Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.611 s - in org.apache.maven.surefire.its.jiras.Surefire985ParameterizedRunnerAndCategoriesIT
[2021-02-26T11:24:13.246Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire995CategoryInheritanceIT
[2021-02-26T11:24:53.428Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.74 s - in org.apache.maven.surefire.its.jiras.Surefire995CategoryInheritanceIT
[2021-02-26T11:24:53.428Z] [INFO] 
[2021-02-26T11:24:53.428Z] [INFO] Results:
[2021-02-26T11:24:53.428Z] [INFO] 
[2021-02-26T11:24:53.428Z] [WARNING] Tests run: 974, Failures: 0, Errors: 0, Skipped: 137
[2021-02-26T11:24:53.428Z] [INFO] 
[2021-02-26T11:24:53.428Z] [INFO] 
[2021-02-26T11:24:53.428Z] [INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ surefire-its ---
[2021-02-26T11:24:56.397Z] [INFO] 
[2021-02-26T11:24:56.397Z] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (default) @ surefire-its ---
[2021-02-26T11:24:56.397Z] [INFO] Failsafe report directory: C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-its\target\failsafe-reports
[2021-02-26T11:24:56.397Z] [INFO] 
[2021-02-26T11:24:56.397Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ surefire-its ---
[2021-02-26T11:24:56.397Z] [INFO] Skipping artifact installation
[2021-02-26T11:24:56.397Z] [INFO] 
[2021-02-26T11:24:56.398Z] [INFO] ----------< org.apache.maven.surefire:surefire-shared-utils >-----------
[2021-02-26T11:24:56.398Z] [INFO] Building Surefire Shared Utils 3.0.0-M6-SNAPSHOT                 [26/26]
[2021-02-26T11:24:56.398Z] [INFO] --------------------------------[ jar ]---------------------------------
[2021-02-26T11:24:56.398Z] [INFO] 
[2021-02-26T11:24:56.398Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ surefire-shared-utils ---
[2021-02-26T11:24:56.398Z] [INFO] 
[2021-02-26T11:24:56.398Z] [INFO] --- build-helper-maven-plugin:3.2.0:bsh-property (bsh-property) @ surefire-shared-utils ---
[2021-02-26T11:24:56.398Z] Beanshell found jdkHome=f:\\jenkins\\tools\\java\\latest11
[2021-02-26T11:24:56.398Z] Beanshell found jdk-release properties file=true
[2021-02-26T11:24:56.730Z] Beanshell found java version for tests 11
[2021-02-26T11:24:56.730Z] Beanshell doSkipTests=false
[2021-02-26T11:24:56.730Z] Beanshell jvm9ArgsTests=--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.math=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.base/java.util.regex=ALL-UNNAMED --add-opens java.base/java.nio.channels.spi=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/sun.nio.fs=ALL-UNNAMED --add-opens java.base/sun.nio.cs=ALL-UNNAMED --add-opens java.base/java.nio.file=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED
[2021-02-26T11:24:56.730Z] [INFO] 
[2021-02-26T11:24:56.730Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) @ surefire-shared-utils ---
[2021-02-26T11:24:56.730Z] [INFO] 
[2021-02-26T11:24:56.730Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-bytecode-version) @ surefire-shared-utils ---
[2021-02-26T11:24:56.730Z] [INFO] Adding ignore: module-info
[2021-02-26T11:24:56.730Z] [INFO] 
[2021-02-26T11:24:56.730Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ surefire-shared-utils ---
[2021-02-26T11:24:56.730Z] [INFO] 
[2021-02-26T11:24:56.730Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ surefire-shared-utils ---
[2021-02-26T11:24:56.730Z] [INFO] 
[2021-02-26T11:24:56.730Z] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ surefire-shared-utils ---
[2021-02-26T11:24:56.730Z] [INFO] Enabled default license matchers.
[2021-02-26T11:24:56.730Z] [INFO] Will parse SCM ignores for exclusions...
[2021-02-26T11:24:56.730Z] [INFO] Finished adding exclusions from SCM ignore files.
[2021-02-26T11:24:56.730Z] [INFO] 62 implicit excludes (use -debug for more details).
[2021-02-26T11:24:56.730Z] [INFO] 27 explicit excludes (use -debug for more details).
[2021-02-26T11:24:56.730Z] [INFO] 1 resources included (use -debug for more details)
[2021-02-26T11:24:56.730Z] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[2021-02-26T11:24:56.730Z] [INFO] 
[2021-02-26T11:24:56.730Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (compile-generated) @ surefire-shared-utils ---
[2021-02-26T11:24:56.730Z] [INFO] No sources to compile
[2021-02-26T11:24:56.730Z] [INFO] 
[2021-02-26T11:24:56.730Z] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ surefire-shared-utils ---
[2021-02-26T11:24:56.730Z] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[2021-02-26T11:24:56.730Z] [INFO] Copying 3 resources from 1 bundle.
[2021-02-26T11:24:57.062Z] [INFO] 
[2021-02-26T11:24:57.062Z] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ surefire-shared-utils ---
[2021-02-26T11:24:57.062Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2021-02-26T11:24:57.062Z] [INFO] skip non existing resourceDirectory C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-shared-utils\src\main\resources
[2021-02-26T11:24:57.062Z] [INFO] Copying 3 resources
[2021-02-26T11:24:57.062Z] [INFO] 
[2021-02-26T11:24:57.062Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ surefire-shared-utils ---
[2021-02-26T11:24:57.062Z] [INFO] No sources to compile
[2021-02-26T11:24:57.062Z] [INFO] 
[2021-02-26T11:24:57.062Z] [INFO] --- animal-sniffer-maven-plugin:1.17:check (signature-check) @ surefire-shared-utils ---
[2021-02-26T11:24:57.062Z] [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[2021-02-26T11:24:57.393Z] [INFO] 
[2021-02-26T11:24:57.393Z] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ surefire-shared-utils ---
[2021-02-26T11:24:57.393Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2021-02-26T11:24:57.393Z] [INFO] skip non existing resourceDirectory C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-shared-utils\src\test\resources
[2021-02-26T11:24:57.393Z] [INFO] Copying 3 resources
[2021-02-26T11:24:57.393Z] [INFO] 
[2021-02-26T11:24:57.393Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ surefire-shared-utils ---
[2021-02-26T11:24:57.393Z] [INFO] No sources to compile
[2021-02-26T11:24:57.393Z] [INFO] 
[2021-02-26T11:24:57.393Z] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ surefire-shared-utils ---
[2021-02-26T11:24:57.393Z] [INFO] 
[2021-02-26T11:24:57.393Z] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ surefire-shared-utils ---
[2021-02-26T11:24:57.393Z] [INFO] Building jar: C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-shared-utils\target\surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar
[2021-02-26T11:24:57.393Z] [INFO] 
[2021-02-26T11:24:57.393Z] [INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ surefire-shared-utils ---
[2021-02-26T11:24:57.393Z] [INFO] Skipping because packaging 'jar' is not pom.
[2021-02-26T11:24:57.393Z] [INFO] 
[2021-02-26T11:24:57.393Z] [INFO] --- maven-shade-plugin:3.2.3:shade (default) @ surefire-shared-utils ---
[2021-02-26T11:24:57.393Z] [INFO] Including org.apache.maven.shared:maven-shared-utils:jar:3.1.0 in the shaded jar.
[2021-02-26T11:24:57.393Z] [INFO] Including commons-io:commons-io:jar:2.6 in the shaded jar.
[2021-02-26T11:24:57.393Z] [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar.
[2021-02-26T11:24:57.393Z] [INFO] Including org.apache.commons:commons-compress:jar:1.20 in the shaded jar.
[2021-02-26T11:24:58.105Z] [WARNING] commons-compress-1.20.jar, commons-io-2.6.jar, commons-lang3-3.8.1.jar define 2 overlapping resources: 
[2021-02-26T11:24:58.105Z] [WARNING]   - META-INF/LICENSE.txt
[2021-02-26T11:24:58.105Z] [WARNING]   - META-INF/NOTICE.txt
[2021-02-26T11:24:58.105Z] [WARNING] maven-shared-utils-3.1.0.jar, surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar define 3 overlapping resources: 
[2021-02-26T11:24:58.105Z] [WARNING]   - META-INF/DEPENDENCIES
[2021-02-26T11:24:58.105Z] [WARNING]   - META-INF/LICENSE
[2021-02-26T11:24:58.105Z] [WARNING]   - META-INF/NOTICE
[2021-02-26T11:24:58.105Z] [WARNING] commons-compress-1.20.jar, commons-io-2.6.jar, commons-lang3-3.8.1.jar, maven-shared-utils-3.1.0.jar, surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar define 1 overlapping resources: 
[2021-02-26T11:24:58.105Z] [WARNING]   - META-INF/MANIFEST.MF
[2021-02-26T11:24:58.105Z] [WARNING] maven-shade-plugin has detected that some class files are
[2021-02-26T11:24:58.105Z] [WARNING] present in two or more JARs. When this happens, only one
[2021-02-26T11:24:58.105Z] [WARNING] single version of the class is copied to the uber jar.
[2021-02-26T11:24:58.105Z] [WARNING] Usually this is not harmful and you can skip these warnings,
[2021-02-26T11:24:58.105Z] [WARNING] otherwise try to manually exclude artifacts based on
[2021-02-26T11:24:58.105Z] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[2021-02-26T11:24:58.105Z] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[2021-02-26T11:24:58.105Z] [INFO] Replacing original artifact with shaded artifact.
[2021-02-26T11:24:58.105Z] [INFO] Replacing C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-shared-utils\target\surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar with C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-shared-utils\target\surefire-shared-utils-3.0.0-M6-SNAPSHOT-shaded.jar
[2021-02-26T11:24:58.105Z] [INFO] Dependency-reduced POM written at: C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-shared-utils\dependency-reduced-pom.xml
[2021-02-26T11:24:58.105Z] [INFO] 
[2021-02-26T11:24:58.105Z] [INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ surefire-shared-utils ---
[2021-02-26T11:24:58.437Z] [INFO] 
[2021-02-26T11:24:58.437Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ surefire-shared-utils ---
[2021-02-26T11:24:58.437Z] [INFO] Installing C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-shared-utils\target\surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\.m2\org\apache\maven\surefire\surefire-shared-utils\3.0.0-M6-SNAPSHOT\surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar
[2021-02-26T11:24:58.437Z] [INFO] Installing C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-shared-utils\dependency-reduced-pom.xml to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\.m2\org\apache\maven\surefire\surefire-shared-utils\3.0.0-M6-SNAPSHOT\surefire-shared-utils-3.0.0-M6-SNAPSHOT.pom
[2021-02-26T11:24:58.437Z] [INFO] ------------------------------------------------------------------------
[2021-02-26T11:24:58.437Z] [INFO] Reactor Summary for Apache Maven Surefire 3.0.0-M6-SNAPSHOT:
[2021-02-26T11:24:58.437Z] [INFO] 
[2021-02-26T11:24:58.437Z] [INFO] Apache Maven Surefire .............................. SUCCESS [ 56.074 s]
[2021-02-26T11:24:58.437Z] [INFO] SureFire Logger API ................................ SUCCESS [ 18.540 s]
[2021-02-26T11:24:58.437Z] [INFO] SureFire API ....................................... SUCCESS [ 30.270 s]
[2021-02-26T11:24:58.437Z] [INFO] Surefire Extensions API ............................ SUCCESS [  6.850 s]
[2021-02-26T11:24:58.437Z] [INFO] Surefire Extensions SPI ............................ SUCCESS [  2.024 s]
[2021-02-26T11:24:58.437Z] [INFO] SureFire Booter .................................... SUCCESS [ 23.376 s]
[2021-02-26T11:24:58.437Z] [INFO] Maven Surefire Test-Grouping Support ............... SUCCESS [  8.885 s]
[2021-02-26T11:24:58.437Z] [INFO] SureFire Providers ................................. SUCCESS [  0.906 s]
[2021-02-26T11:24:58.437Z] [INFO] Shared JUnit3 Provider Code ........................ SUCCESS [  4.443 s]
[2021-02-26T11:24:58.437Z] [INFO] Shared Java 5 Provider Base ........................ SUCCESS [  5.509 s]
[2021-02-26T11:24:58.437Z] [INFO] Shared JUnit4 Provider Code ........................ SUCCESS [  5.955 s]
[2021-02-26T11:24:58.437Z] [INFO] Shared JUnit48 Provider Code ....................... SUCCESS [ 10.262 s]
[2021-02-26T11:24:58.437Z] [INFO] SureFire JUnit Runner .............................. SUCCESS [  5.116 s]
[2021-02-26T11:24:58.437Z] [INFO] SureFire JUnit4 Runner ............................. SUCCESS [  7.204 s]
[2021-02-26T11:24:58.437Z] [INFO] Maven Surefire Common .............................. SUCCESS [01:16 min]
[2021-02-26T11:24:58.437Z] [INFO] SureFire JUnitCore Runner .......................... SUCCESS [02:23 min]
[2021-02-26T11:24:58.437Z] [INFO] SureFire JUnit Platform Runner ..................... SUCCESS [ 13.074 s]
[2021-02-26T11:24:58.437Z] [INFO] SureFire TestNG Utils .............................. SUCCESS [  5.172 s]
[2021-02-26T11:24:58.437Z] [INFO] SureFire TestNG Runner ............................. SUCCESS [  7.514 s]
[2021-02-26T11:24:58.437Z] [INFO] ShadeFire JUnit3 Provider .......................... SUCCESS [  2.046 s]
[2021-02-26T11:24:58.437Z] [INFO] Surefire Report Parser ............................. SUCCESS [  7.101 s]
[2021-02-26T11:24:58.437Z] [INFO] Maven Surefire Plugin .............................. SUCCESS [ 12.514 s]
[2021-02-26T11:24:58.437Z] [INFO] Maven Failsafe Plugin .............................. SUCCESS [01:16 min]
[2021-02-26T11:24:58.437Z] [INFO] Maven Surefire Report Plugin ....................... SUCCESS [ 17.528 s]
[2021-02-26T11:24:58.437Z] [INFO] Maven Surefire Integration Tests ................... SUCCESS [  01:26 h]
[2021-02-26T11:24:58.437Z] [INFO] Surefire Shared Utils .............................. SUCCESS [  1.926 s]
[2021-02-26T11:24:58.437Z] [INFO] ------------------------------------------------------------------------
[2021-02-26T11:24:58.437Z] [INFO] BUILD SUCCESS
[2021-02-26T11:24:58.437Z] [INFO] ------------------------------------------------------------------------
[2021-02-26T11:24:58.437Z] [INFO] Total time:  01:35 h
[2021-02-26T11:24:58.437Z] [INFO] Finished at: 2021-02-26T03:24:58-08:00
[2021-02-26T11:24:58.437Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] fileExists
[Pipeline] zip
[2021-02-26T11:24:59.282Z] Writing zip file of C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\maven-failsafe-plugin\target\it to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\maven-failsafe-plugin--windows-jdk11-maven3.6.x.zip
[2021-02-26T11:25:01.108Z] Zipped 78 entries.
[2021-02-26T11:25:01.108Z] Archiving C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\maven-failsafe-plugin--windows-jdk11-maven3.6.x.zip
[2021-02-26T11:25:01.108Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] fileExists
[Pipeline] zip
[2021-02-26T11:25:01.701Z] Writing zip file of C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-its\target to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-its--windows-jdk11-maven3.6.x.zip
[2021-02-26T11:26:00.955Z] Zipped 19669 entries.
[2021-02-26T11:26:00.955Z] Archiving C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-19\surefire-its--windows-jdk11-maven3.6.x.zip
[2021-02-26T11:26:00.955Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] archiveArtifacts
[2021-02-26T11:26:22.589Z] Archiving artifacts
[2021-02-26T11:26:22.799Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] cleanWs
[2021-02-26T11:26:42.428Z] [WS-CLEANUP] Deleting project workspace...
[2021-02-26T11:26:42.428Z] [WS-CLEANUP] Deferred wipeout is used...
[2021-02-26T11:26:42.617Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [tibordigana].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Build failed in Jenkins: Maven » Maven TLP » maven-surefire » jdk-16-17 #18

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-surefire/job/jdk-16-17/18/

Changes:

* Surefire1570ModularFailsafeIT should be capable of jdk11

2 tests failed.
FAILED:  org.apache.maven.surefire.its.UmlautDirIT.testUmlautIsolatedClassLoader

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/tools/maven/apache-maven-3.6.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test -DuseSystemClassLoader=false
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_2/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
 at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
 at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
 at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
 at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
 at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
 at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
 at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
 at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
 at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
 at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
 at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
 at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
 at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
 at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
 at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
 at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
 at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
 at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
 at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
 at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
 at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
 at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
 at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
 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:957)
 at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:567)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
 at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.106 s
[INFO] Finished at: 2021-02-26T08:39:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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


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.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test -DuseSystemClassLoader=false
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_2/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
	at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
	at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
	at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
	at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
	at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
	at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
	at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
	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:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.106 s
[INFO] Finished at: 2021-02-26T08:39:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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

	at org.apache.maven.surefire.its.UmlautDirIT.testUmlautIsolatedClassLoader(UmlautDirIT.java:139)
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.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test -DuseSystemClassLoader=false
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_2/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_2/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_2/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
	at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
	at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
	at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
	at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
	at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
	at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
	at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
	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:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.106 s
[INFO] Finished at: 2021-02-26T08:39:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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

	at org.apache.maven.surefire.its.UmlautDirIT.testUmlautIsolatedClassLoader(UmlautDirIT.java:139)


FAILED:  org.apache.maven.surefire.its.UmlautDirIT.testUmlaut

Error Message:
Exit code was non-zero: 1; command line and log = 
/home/jenkins/tools/maven/apache-maven-3.6.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_1/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
 at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
 at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
 at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
 at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
 at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
 at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
 at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
 at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
 at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
 at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
 at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
 at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
 at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
 at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
 at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
 at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
 at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
 at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
 at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
 at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
 at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
 at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
 at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
 at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
 at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
 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:957)
 at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:567)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
 at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
 at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.828 s
[INFO] Finished at: 2021-02-26T08:39:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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


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.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_1/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
	at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
	at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
	at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
	at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
	at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
	at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
	at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
	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:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.828 s
[INFO] Finished at: 2021-02-26T08:39:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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

	at org.apache.maven.surefire.its.UmlautDirIT.testUmlaut(UmlautDirIT.java:128)
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.3/bin/mvn -e --batch-mode -Dmaven.repo.local=/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/.m2 org.apache.maven.plugins:maven-clean-plugin:clean -Dsurefire.version=3.0.0-M6-SNAPSHOT -Djacoco.agent=-javaagent:/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/.m2/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/jacoco-it.exec,includes=**/failsafe/*:**/failsafe/**/*:**/surefire/*:**/surefire/**/*,excludes=**/HelpMojo.class:**/shadefire/**/*:org/jacoco/**/*:com/vladium/emma/rt/* -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -nsu test
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] ------< org.apache.maven.plugins.surefire:junit-path-with-umlaut >------
[INFO] Building Test path with Ümlaut 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-cli) @ junit-path-with-umlaut ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ junit-path-with-umlaut ---
[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/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ junit-path-with-umlaut ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ junit-path-with-umlaut ---
[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/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_1/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ junit-path-with-umlaut ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/workspace/ven-box_maven-surefire_jdk-16-17@3/surefire-its/target/junit-pathWithÜmlaut_1/target/test-classes
An exception has occurred in the compiler (16-ea). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program, the following diagnostic, and the parameters passed to the Java compiler in your report. Thank you.
java.lang.IllegalArgumentException: Error decoding percent encoded characters
	at java.base/sun.net.www.ParseUtil.decode(ParseUtil.java:215)
	at java.base/jdk.internal.loader.URLClassPath$FileLoader.<init>(URLClassPath.java:1196)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:485)
	at java.base/jdk.internal.loader.URLClassPath$3.run(URLClassPath.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:691)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:478)
	at java.base/jdk.internal.loader.URLClassPath.getLoader(URLClassPath.java:447)
	at java.base/jdk.internal.loader.URLClassPath$1.next(URLClassPath.java:343)
	at java.base/jdk.internal.loader.URLClassPath$1.hasMoreElements(URLClassPath.java:354)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:648)
	at java.base/java.net.URLClassLoader$3$1.run(URLClassLoader.java:646)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
	at java.base/java.net.URLClassLoader$3.next(URLClassLoader.java:645)
	at java.base/java.net.URLClassLoader$3.hasMoreElements(URLClassLoader.java:670)
	at java.base/java.lang.CompoundEnumeration.next(ClassLoader.java:2719)
	at java.base/java.lang.CompoundEnumeration.hasMoreElements(ClassLoader.java:2728)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1202)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1383)
	at jdk.compiler/com.sun.tools.javac.api.BasicJavacTask.initPlugins(BasicJavacTask.java:219)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.prepareCompiler(JavacTaskImpl.java:204)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.lambda$doCall$0(JavacTaskImpl.java:101)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.invocationHelper(JavacTaskImpl.java:152)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:100)
	at jdk.compiler/com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:94)
	at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:126)
	at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1134)
	at org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:180)
	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:957)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] An unknown compilation problem occurred
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.828 s
[INFO] Finished at: 2021-02-26T08:39:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
[ERROR] An unknown compilation problem occurred
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project junit-path-with-umlaut: Compilation failure
An unknown compilation problem occurred

    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
An unknown compilation problem occurred

    at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1220)
    at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:180)
    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:957)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:78)
    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:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[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

	at org.apache.maven.surefire.its.UmlautDirIT.testUmlaut(UmlautDirIT.java:128)




Build log:
[...truncated 27682 lines...]
[2021-02-26T09:36:53.776Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire705ParallelForkTimeoutIT
[2021-02-26T09:37:02.682Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.732 s - in org.apache.maven.surefire.its.jiras.Surefire705ParallelForkTimeoutIT
[2021-02-26T09:37:02.682Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire733AllOverrridesCapturedIT
[2021-02-26T09:37:08.598Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.697 s - in org.apache.maven.surefire.its.jiras.Surefire733AllOverrridesCapturedIT
[2021-02-26T09:37:08.598Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire735ForkFailWithRedirectConsoleOutputIT
[2021-02-26T09:37:19.463Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.077 s - in org.apache.maven.surefire.its.jiras.Surefire735ForkFailWithRedirectConsoleOutputIT
[2021-02-26T09:37:19.463Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire740TruncatedCommaIT
[2021-02-26T09:37:24.325Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.985 s - in org.apache.maven.surefire.its.jiras.Surefire740TruncatedCommaIT
[2021-02-26T09:37:24.325Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire747MethodParallelWithSuiteCountIT
[2021-02-26T09:37:47.414Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.249 s - in org.apache.maven.surefire.its.jiras.Surefire747MethodParallelWithSuiteCountIT
[2021-02-26T09:37:47.415Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire772BothReportsIT
[2021-02-26T09:38:00.561Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.555 s - in org.apache.maven.surefire.its.jiras.Surefire772BothReportsIT
[2021-02-26T09:38:00.561Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire772NoFailsafeReportsIT
[2021-02-26T09:38:16.451Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.728 s - in org.apache.maven.surefire.its.jiras.Surefire772NoFailsafeReportsIT
[2021-02-26T09:38:16.451Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire772NoSurefireReportsIT
[2021-02-26T09:38:35.723Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.563 s - in org.apache.maven.surefire.its.jiras.Surefire772NoSurefireReportsIT
[2021-02-26T09:38:35.723Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire772SpecifiedReportsIT
[2021-02-26T09:38:46.677Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.435 s - in org.apache.maven.surefire.its.jiras.Surefire772SpecifiedReportsIT
[2021-02-26T09:38:46.677Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire801ForkModeNoneClassLoaderIT
[2021-02-26T09:38:50.469Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.016 s - in org.apache.maven.surefire.its.jiras.Surefire801ForkModeNoneClassLoaderIT
[2021-02-26T09:38:50.469Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire803MultiFailsafeExecsIT
[2021-02-26T09:39:13.581Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.821 s - in org.apache.maven.surefire.its.jiras.Surefire803MultiFailsafeExecsIT
[2021-02-26T09:39:13.581Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire806SpecifiedTestControlsIT
[2021-02-26T09:39:17.372Z] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 5.751 s - in org.apache.maven.surefire.its.jiras.Surefire806SpecifiedTestControlsIT
[2021-02-26T09:39:17.372Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire809GroupExpressionsIT
[2021-02-26T09:39:57.476Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.682 s - in org.apache.maven.surefire.its.jiras.Surefire809GroupExpressionsIT
[2021-02-26T09:39:57.476Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire812Log4JClassLoaderIT
[2021-02-26T09:39:59.739Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.999 s - in org.apache.maven.surefire.its.jiras.Surefire812Log4JClassLoaderIT
[2021-02-26T09:39:59.739Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire817SystemExitIT
[2021-02-26T09:40:05.656Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.128 s - in org.apache.maven.surefire.its.jiras.Surefire817SystemExitIT
[2021-02-26T09:40:05.656Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire818NpeIgnoresTestsIT
[2021-02-26T09:40:12.953Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.322 s - in org.apache.maven.surefire.its.jiras.Surefire818NpeIgnoresTestsIT
[2021-02-26T09:40:12.953Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire828EmptyGroupExprIT
[2021-02-26T09:40:40.743Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.135 s - in org.apache.maven.surefire.its.jiras.Surefire828EmptyGroupExprIT
[2021-02-26T09:40:40.743Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire832ProviderSelectionIT
[2021-02-26T09:40:44.540Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.339 s - in org.apache.maven.surefire.its.jiras.Surefire832ProviderSelectionIT
[2021-02-26T09:40:44.540Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire839TestWithoutCategoriesIT
[2021-02-26T09:40:57.756Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.985 s - in org.apache.maven.surefire.its.jiras.Surefire839TestWithoutCategoriesIT
[2021-02-26T09:40:57.756Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire847AdditionalFailureIT
[2021-02-26T09:41:05.040Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.651 s - in org.apache.maven.surefire.its.jiras.Surefire847AdditionalFailureIT
[2021-02-26T09:41:05.040Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire855AllowFailsafeUseArtifactFileIT
[2021-02-26T09:42:14.328Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.261 s - in org.apache.maven.surefire.its.jiras.Surefire855AllowFailsafeUseArtifactFileIT
[2021-02-26T09:42:14.328Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire901MIssingResultfileWhenNoTestsIT
[2021-02-26T09:42:14.328Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.17 s - in org.apache.maven.surefire.its.jiras.Surefire901MIssingResultfileWhenNoTestsIT
[2021-02-26T09:42:14.328Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire907PerThreadWithoutThreadCountIT
[2021-02-26T09:42:14.328Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.812 s - in org.apache.maven.surefire.its.jiras.Surefire907PerThreadWithoutThreadCountIT
[2021-02-26T09:42:14.328Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire920TestFailureIgnoreWithTimeoutIT
[2021-02-26T09:42:42.191Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.039 s - in org.apache.maven.surefire.its.jiras.Surefire920TestFailureIgnoreWithTimeoutIT
[2021-02-26T09:42:42.191Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire926FailureWith2ProvidersIT
[2021-02-26T09:42:44.454Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.959 s - in org.apache.maven.surefire.its.jiras.Surefire926FailureWith2ProvidersIT
[2021-02-26T09:42:44.454Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire930TestNgSuiteXmlIT
[2021-02-26T09:42:53.359Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.591 s - in org.apache.maven.surefire.its.jiras.Surefire930TestNgSuiteXmlIT
[2021-02-26T09:42:53.359Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire943ReportContentIT
[2021-02-26T09:43:21.169Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.158 s - in org.apache.maven.surefire.its.jiras.Surefire943ReportContentIT
[2021-02-26T09:43:21.169Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire946KillMainProcessInReusableForkIT
[2021-02-26T09:44:30.472Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.64 s - in org.apache.maven.surefire.its.jiras.Surefire946KillMainProcessInReusableForkIT
[2021-02-26T09:44:30.472Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire972BizarreNoClassDefIT
[2021-02-26T09:44:36.392Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.686 s - in org.apache.maven.surefire.its.jiras.Surefire972BizarreNoClassDefIT
[2021-02-26T09:44:36.392Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire975DefaultVMEncodingIT
[2021-02-26T09:44:42.334Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.807 s - in org.apache.maven.surefire.its.jiras.Surefire975DefaultVMEncodingIT
[2021-02-26T09:44:42.334Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire979WrongClassLoaderIT
[2021-02-26T09:44:48.253Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.016 s - in org.apache.maven.surefire.its.jiras.Surefire979WrongClassLoaderIT
[2021-02-26T09:44:48.253Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire985ParameterizedRunnerAndCategoriesIT
[2021-02-26T09:44:53.018Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.313 s - in org.apache.maven.surefire.its.jiras.Surefire985ParameterizedRunnerAndCategoriesIT
[2021-02-26T09:44:53.018Z] [INFO] Running org.apache.maven.surefire.its.jiras.Surefire995CategoryInheritanceIT
[2021-02-26T09:45:41.322Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.481 s - in org.apache.maven.surefire.its.jiras.Surefire995CategoryInheritanceIT
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] Results:
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [WARNING] Tests run: 974, Failures: 0, Errors: 0, Skipped: 137
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ surefire-its ---
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (default) @ surefire-its ---
[2021-02-26T09:45:41.322Z] [INFO] Failsafe report directory: C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\surefire-its\target\failsafe-reports
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ surefire-its ---
[2021-02-26T09:45:41.322Z] [INFO] Skipping artifact installation
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] ----------< org.apache.maven.surefire:surefire-shared-utils >-----------
[2021-02-26T09:45:41.322Z] [INFO] Building Surefire Shared Utils 3.0.0-M6-SNAPSHOT                 [26/26]
[2021-02-26T09:45:41.322Z] [INFO] --------------------------------[ jar ]---------------------------------
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- build-helper-maven-plugin:3.2.0:bsh-property (bsh-property) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] Beanshell found jdkHome=f:\\jenkins\\tools\\java\\latest11
[2021-02-26T09:45:41.322Z] Beanshell found jdk-release properties file=true
[2021-02-26T09:45:41.322Z] Beanshell found java version for tests 11
[2021-02-26T09:45:41.322Z] Beanshell doSkipTests=false
[2021-02-26T09:45:41.322Z] Beanshell jvm9ArgsTests=--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.math=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.base/java.util.regex=ALL-UNNAMED --add-opens java.base/java.nio.channels.spi=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/sun.nio.fs=ALL-UNNAMED --add-opens java.base/sun.nio.cs=ALL-UNNAMED --add-opens java.base/java.nio.file=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-bytecode-version) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] Adding ignore: module-info
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] Enabled default license matchers.
[2021-02-26T09:45:41.322Z] [INFO] Will parse SCM ignores for exclusions...
[2021-02-26T09:45:41.322Z] [INFO] Finished adding exclusions from SCM ignore files.
[2021-02-26T09:45:41.322Z] [INFO] 62 implicit excludes (use -debug for more details).
[2021-02-26T09:45:41.322Z] [INFO] 27 explicit excludes (use -debug for more details).
[2021-02-26T09:45:41.322Z] [INFO] 1 resources included (use -debug for more details)
[2021-02-26T09:45:41.322Z] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (compile-generated) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] No sources to compile
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4
[2021-02-26T09:45:41.322Z] [INFO] Copying 3 resources from 1 bundle.
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2021-02-26T09:45:41.322Z] [INFO] skip non existing resourceDirectory C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\surefire-shared-utils\src\main\resources
[2021-02-26T09:45:41.322Z] [INFO] Copying 3 resources
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] No sources to compile
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- animal-sniffer-maven-plugin:1.17:check (signature-check) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[2021-02-26T09:45:41.322Z] [INFO] skip non existing resourceDirectory C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\surefire-shared-utils\src\test\resources
[2021-02-26T09:45:41.322Z] [INFO] Copying 3 resources
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] No sources to compile
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] Building jar: C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\surefire-shared-utils\target\surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] Skipping because packaging 'jar' is not pom.
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-shade-plugin:3.2.3:shade (default) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] Including org.apache.maven.shared:maven-shared-utils:jar:3.1.0 in the shaded jar.
[2021-02-26T09:45:41.322Z] [INFO] Including commons-io:commons-io:jar:2.6 in the shaded jar.
[2021-02-26T09:45:41.322Z] [INFO] Including org.apache.commons:commons-lang3:jar:3.8.1 in the shaded jar.
[2021-02-26T09:45:41.322Z] [INFO] Including org.apache.commons:commons-compress:jar:1.20 in the shaded jar.
[2021-02-26T09:45:41.322Z] [WARNING] maven-shared-utils-3.1.0.jar, surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar define 3 overlapping resources: 
[2021-02-26T09:45:41.322Z] [WARNING]   - META-INF/DEPENDENCIES
[2021-02-26T09:45:41.322Z] [WARNING]   - META-INF/LICENSE
[2021-02-26T09:45:41.322Z] [WARNING]   - META-INF/NOTICE
[2021-02-26T09:45:41.322Z] [WARNING] commons-compress-1.20.jar, commons-io-2.6.jar, commons-lang3-3.8.1.jar define 2 overlapping resources: 
[2021-02-26T09:45:41.322Z] [WARNING]   - META-INF/LICENSE.txt
[2021-02-26T09:45:41.322Z] [WARNING]   - META-INF/NOTICE.txt
[2021-02-26T09:45:41.322Z] [WARNING] commons-compress-1.20.jar, commons-io-2.6.jar, commons-lang3-3.8.1.jar, maven-shared-utils-3.1.0.jar, surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar define 1 overlapping resources: 
[2021-02-26T09:45:41.322Z] [WARNING]   - META-INF/MANIFEST.MF
[2021-02-26T09:45:41.322Z] [WARNING] maven-shade-plugin has detected that some class files are
[2021-02-26T09:45:41.322Z] [WARNING] present in two or more JARs. When this happens, only one
[2021-02-26T09:45:41.322Z] [WARNING] single version of the class is copied to the uber jar.
[2021-02-26T09:45:41.322Z] [WARNING] Usually this is not harmful and you can skip these warnings,
[2021-02-26T09:45:41.322Z] [WARNING] otherwise try to manually exclude artifacts based on
[2021-02-26T09:45:41.322Z] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[2021-02-26T09:45:41.322Z] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[2021-02-26T09:45:41.322Z] [INFO] Replacing original artifact with shaded artifact.
[2021-02-26T09:45:41.322Z] [INFO] Replacing C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\surefire-shared-utils\target\surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar with C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\surefire-shared-utils\target\surefire-shared-utils-3.0.0-M6-SNAPSHOT-shaded.jar
[2021-02-26T09:45:41.322Z] [INFO] Dependency-reduced POM written at: C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\surefire-shared-utils\dependency-reduced-pom.xml
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] 
[2021-02-26T09:45:41.322Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ surefire-shared-utils ---
[2021-02-26T09:45:41.322Z] [INFO] Installing C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\surefire-shared-utils\target\surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\.m2\org\apache\maven\surefire\surefire-shared-utils\3.0.0-M6-SNAPSHOT\surefire-shared-utils-3.0.0-M6-SNAPSHOT.jar
[2021-02-26T09:45:41.323Z] [INFO] Installing C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\surefire-shared-utils\dependency-reduced-pom.xml to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\.m2\org\apache\maven\surefire\surefire-shared-utils\3.0.0-M6-SNAPSHOT\surefire-shared-utils-3.0.0-M6-SNAPSHOT.pom
[2021-02-26T09:45:41.323Z] [INFO] ------------------------------------------------------------------------
[2021-02-26T09:45:41.323Z] [INFO] Reactor Summary for Apache Maven Surefire 3.0.0-M6-SNAPSHOT:
[2021-02-26T09:45:41.323Z] [INFO] 
[2021-02-26T09:45:41.323Z] [INFO] Apache Maven Surefire .............................. SUCCESS [ 51.856 s]
[2021-02-26T09:45:41.323Z] [INFO] SureFire Logger API ................................ SUCCESS [ 17.833 s]
[2021-02-26T09:45:41.323Z] [INFO] SureFire API ....................................... SUCCESS [ 30.542 s]
[2021-02-26T09:45:41.323Z] [INFO] Surefire Extensions API ............................ SUCCESS [  6.429 s]
[2021-02-26T09:45:41.323Z] [INFO] Surefire Extensions SPI ............................ SUCCESS [  2.159 s]
[2021-02-26T09:45:41.323Z] [INFO] SureFire Booter .................................... SUCCESS [ 23.938 s]
[2021-02-26T09:45:41.323Z] [INFO] Maven Surefire Test-Grouping Support ............... SUCCESS [  8.579 s]
[2021-02-26T09:45:41.323Z] [INFO] SureFire Providers ................................. SUCCESS [  0.749 s]
[2021-02-26T09:45:41.323Z] [INFO] Shared JUnit3 Provider Code ........................ SUCCESS [  4.652 s]
[2021-02-26T09:45:41.323Z] [INFO] Shared Java 5 Provider Base ........................ SUCCESS [  5.623 s]
[2021-02-26T09:45:41.323Z] [INFO] Shared JUnit4 Provider Code ........................ SUCCESS [  6.125 s]
[2021-02-26T09:45:41.323Z] [INFO] Shared JUnit48 Provider Code ....................... SUCCESS [ 10.139 s]
[2021-02-26T09:45:41.323Z] [INFO] SureFire JUnit Runner .............................. SUCCESS [  4.718 s]
[2021-02-26T09:45:41.323Z] [INFO] SureFire JUnit4 Runner ............................. SUCCESS [  4.977 s]
[2021-02-26T09:45:41.323Z] [INFO] Maven Surefire Common .............................. SUCCESS [01:20 min]
[2021-02-26T09:45:41.323Z] [INFO] SureFire JUnitCore Runner .......................... SUCCESS [02:23 min]
[2021-02-26T09:45:41.323Z] [INFO] SureFire JUnit Platform Runner ..................... SUCCESS [ 13.395 s]
[2021-02-26T09:45:41.323Z] [INFO] SureFire TestNG Utils .............................. SUCCESS [  5.278 s]
[2021-02-26T09:45:41.323Z] [INFO] SureFire TestNG Runner ............................. SUCCESS [  7.458 s]
[2021-02-26T09:45:41.323Z] [INFO] ShadeFire JUnit3 Provider .......................... SUCCESS [  2.399 s]
[2021-02-26T09:45:41.323Z] [INFO] Surefire Report Parser ............................. SUCCESS [  7.338 s]
[2021-02-26T09:45:41.323Z] [INFO] Maven Surefire Plugin .............................. SUCCESS [ 12.049 s]
[2021-02-26T09:45:41.323Z] [INFO] Maven Failsafe Plugin .............................. SUCCESS [01:19 min]
[2021-02-26T09:45:41.323Z] [INFO] Maven Surefire Report Plugin ....................... SUCCESS [ 18.414 s]
[2021-02-26T09:45:41.323Z] [INFO] Maven Surefire Integration Tests ................... SUCCESS [  01:26 h]
[2021-02-26T09:45:41.323Z] [INFO] Surefire Shared Utils .............................. SUCCESS [  2.063 s]
[2021-02-26T09:45:41.323Z] [INFO] ------------------------------------------------------------------------
[2021-02-26T09:45:41.323Z] [INFO] BUILD SUCCESS
[2021-02-26T09:45:41.323Z] [INFO] ------------------------------------------------------------------------
[2021-02-26T09:45:41.323Z] [INFO] Total time:  01:36 h
[2021-02-26T09:45:41.323Z] [INFO] Finished at: 2021-02-26T01:45:38-08:00
[2021-02-26T09:45:41.323Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] fileExists
[Pipeline] zip
[2021-02-26T09:45:41.665Z] Writing zip file of C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\maven-failsafe-plugin\target\it to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\maven-failsafe-plugin--windows-jdk11-maven3.6.x.zip
[2021-02-26T09:45:41.803Z] Zipped 78 entries.
[2021-02-26T09:45:41.803Z] Archiving C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\maven-failsafe-plugin--windows-jdk11-maven3.6.x.zip
[2021-02-26T09:45:41.804Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] fileExists
[Pipeline] zip
[2021-02-26T09:45:42.155Z] Writing zip file of C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\surefire-its\target to C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\surefire-its--windows-jdk11-maven3.6.x.zip
[2021-02-26T09:46:53.197Z] Zipped 19672 entries.
[2021-02-26T09:46:53.197Z] Archiving C:\Users\jenkins\AppData\Local\Temp\jenkins-Maven-maven-box-maven-surefire-jdk-16-17-18\surefire-its--windows-jdk11-maven3.6.x.zip
[2021-02-26T09:46:53.197Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] archiveArtifacts
[2021-02-26T09:47:15.827Z] Archiving artifacts
[2021-02-26T09:47:15.892Z] [Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[Pipeline] cleanWs
[2021-02-26T09:47:36.101Z] [WS-CLEANUP] Deleting project workspace...
[2021-02-26T09:47:36.101Z] [WS-CLEANUP] Deferred wipeout is used...
[2021-02-26T09:47:36.286Z] [WS-CLEANUP] done
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [tibordigana].
[Pipeline] echo
Sending email ...
[Pipeline] emailext