Build failed in Jenkins: Maven » Maven TLP » maven-dependency-plugin » improve-tests-for-tree-goal #11

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-dependency-plugin/job/improve-tests-for-tree-goal/11/

Changes:

* Add Java 16 to available runtimes
* Added JDK 16 for Windows
* Java 16-ea has not been installed on the Windows Jenkins hosts yet.
* Update to new tool names
* Names are all lowercase
* Still no Maven 3.6.3 available on Windows
* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17
* introduce optional tmpWs for Windows to prevent long path failures
* fix }
* don't pick up tmpWs from a context
* Revert "don't pick up tmpWs from a context"
* Spaces instead of tabs
* introduce optional tmpWs
* pwd() doesn't seem to work on slaves?
* Using $WORKSPACE instead of env.WORKSPACE as this could behave inconsistent 
when used on parallel nodes.
* Attempting to get the right workspace directory in parallel nodes using a 
withEnv block.
* Attempting to get the right workspace directory in parallel nodes using a 
withEnv block. fix; envs should be prefixed with the `env.` prefix.
* Using !isUnix() to check whether the node is running Windows or not
* Shorten the windows filepath even further
* Restored the full default jdk matrix including the current and ea version
* Restored the full maven version matrix default
* remove debug-flag

All tests passed

Build log:
[...truncated 16706 lines...]
[Pipeline] }
[INFO]   used-dependencies\pom.xml  SUCCESS 
(5.1 s)
[INFO] Building: purge-local-repository-without-pom
[INFO] run pre-build script setup.bsh
[INFO] run post-build script verify.bsh
[INFO]   unpack-from-remote-repository\pom.xml  SUCCESS 
(4.9 s)
[INFO] Building: used-dependencies\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   purge-local-repository-bad-dep\pom.xml ... SUCCESS 
(5.2 s)
[INFO] Building: purge-local-repository-include\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   purge-local-repository-without-pom ... SUCCESS 
(4.2 s)
[INFO] 
[INFO] --- mrm-maven-plugin:1.2.0:stop (default) @ maven-dependency-plugin ---
[INFO] Stopping Mock Repository Manager on http://localhost:54157
[INFO] Stopped SocketConnector@0.0.0.0:54157
[INFO] Mock Repository Manager http://localhost:54157 is stopped.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.1:verify (integration-test) @ 
maven-dependency-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 57, Failed: 0, Errors: 0, Skipped: 5
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  06:14 min
[INFO] Finished at: 2021-01-14T23:52:35-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\ugin_improve-tests-for-tree-goal@2@tmp\withMaven72e4abcb\maven-spy-20210114-234620-4992021068694007303043.log
[INFO]   used-dependencies\pom.xml  SUCCESS 
(5.4 s)
[INFO] Building: purge-local-repository-without-pom
[INFO] run pre-build script setup.bsh
Picked up JAVA_TOOL_OPTIONS: 
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\712657a4\workspace\ugin_improve-tests-for-tree-goal@2@tmp\withMaven72e4abcb\pipeline-maven-spy.jar"
 
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\712657a4\workspace\ugin_improve-tests-for-tree-goal@2@tmp\withMaven72e4abcb"
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk8-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-dependency-plugin\3.1.3-SNAPSHOT\maven-dependency-plugin-3.1.3-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk8-m3.6.x_build\target\maven-dependency-plugin-3.1.3-SNAPSHOT.jar 
under 
org\apache\maven\plugins\maven-dependency-plugin\3.1.3-SNAPSHOT\maven-dependency-plugin-3.1.3-SNAPSHOT.jar
[INFO] run post-build script verify.groovy
[INFO]   purge-local-repository-include\pom.xml ... SUCCESS 
(4.8 s)
[INFO] Building: purge-local-repository-multi-module\pom.xml
[INFO] run pre-build script setup.bsh
[Fast Archiver] Compressed 191.94 KB of artifacts by 16.7% relative to #6
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:3.1.3-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
windows-jdk8-m3.6.x_build\target\surefire-reports\*.xml
Recording test results
[withMaven] openTasksPublishe

Build failed in Jenkins: Maven » Maven TLP » maven-dependency-plugin » MDEP-425 #16

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-dependency-plugin/job/MDEP-425/16/

Changes:

* Add Java 16 to available runtimes
* Added JDK 16 for Windows
* Java 16-ea has not been installed on the Windows Jenkins hosts yet.
* Update to new tool names
* Names are all lowercase
* Still no Maven 3.6.3 available on Windows
* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17
* introduce optional tmpWs for Windows to prevent long path failures
* fix }
* don't pick up tmpWs from a context
* Revert "don't pick up tmpWs from a context"
* Spaces instead of tabs
* introduce optional tmpWs
* pwd() doesn't seem to work on slaves?
* Using $WORKSPACE instead of env.WORKSPACE as this could behave inconsistent 
when used on parallel nodes.
* Attempting to get the right workspace directory in parallel nodes using a 
withEnv block.
* Attempting to get the right workspace directory in parallel nodes using a 
withEnv block. fix; envs should be prefixed with the `env.` prefix.
* Using !isUnix() to check whether the node is running Windows or not
* Shorten the windows filepath even further
* Restored the full default jdk matrix including the current and ea version
* Restored the full maven version matrix default
* remove debug-flag

All tests passed

Build log:
[...truncated 13203 lines...]
[INFO] run post-build script verify.groovy
[INFO]   unpack-dependencies-with-filemappers\pom.xml . SUCCESS 
(6.3 s)
[INFO] Building: unpack-from-remote-repository\pom.xml
[INFO] run pre-build script setup.bsh
[INFO] run post-build script verify.bsh
[INFO]   unpack-from-remote-repository\pom.xml  SUCCESS 
(5.8 s)
[INFO] Building: used-dependencies\pom.xml
[INFO]   used-dependencies\pom.xml  SUCCESS 
(5.1 s)
[INFO] Building: purge-local-repository-without-pom
[INFO] run pre-build script setup.bsh
[INFO]   mdep-204-go-offline-resolve-intermodule\pom.xml .. SUCCESS 
(11.6 s)
[INFO] Building: mdep-439-analyze-java8\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   purge-local-repository-without-pom ... SUCCESS 
(4.2 s)
[INFO] 
[INFO] --- mrm-maven-plugin:1.2.0:stop (default) @ maven-dependency-plugin ---
[INFO] Stopping Mock Repository Manager on http://localhost:61378
[INFO] Stopped SocketConnector@0.0.0.0:61378
[INFO] Mock Repository Manager http://localhost:61378 is stopped.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.1:verify (integration-test) @ 
maven-dependency-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 60, Failed: 0, Errors: 0, Skipped: 6
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  07:28 min
[INFO] Finished at: 2021-01-14T23:45:56-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\maven-dependency-plugin_MDEP-425@2@tmp\withMaven614513f6\maven-spy-20210114-233826-2152562198054141650279.log
Picked up JAVA_TOOL_OPTIONS: 
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\712657a4\workspace\maven-dependency-plugin_MDEP-425@2@tmp\withMaven614513f6\pipeline-maven-spy.jar"
 
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\712657a4\workspace\maven-dependency-plugin_MDEP-425@2@tmp\withMaven614513f6"
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk7-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-dependency-plugin\3.1.3-SNAPSHOT\maven-dependency-plugin-3.1.3-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk7-m3.6.x_build\target\maven-dependency-plugin-3.1.3-SNAPSHOT.jar 
under 
org\apache\maven\plugins\maven-dependency-plugin\3.1.3-SNAPSHOT\maven-dependency-plugin-3.1.3-SNAPSHOT.jar
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:3.1.3-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
windows-jdk7-m3.6.x_build\target\surefire-reports\*.xml
Recording test results
[INFO]   mdep-439-analyze-java8\pom.xml ... SUCCESS 
(6.7 s)
[INFO] Building: mdep-450-project-with-ancestor\pom.xml
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:3.1.3-SNAPSHOT in 
source directory windows-jdk7-m3.6.x_build\src\main\java
[TASKS] Scanning folder 
'f:\jenkins

Build failed in Jenkins: Maven » Maven TLP » maven-dependency-plugin » assumptions #8

2021-01-14 Thread Apache Jenkins Server
-build script verify.bsh
[INFO]   tree-verbose\pom.xml . SUCCESS 
(6.7 s)
[INFO] Building: tree-verbose-small\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   tree-verbose-small\pom.xml ... SUCCESS 
(5.1 s)
[INFO] Building: unpack\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   resolve-plugins-exclude-reactor\pom.xml .. SUCCESS 
(7.4 s)
[INFO] Building: resolve-plugins-with-exclude\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   unpack\pom.xml ... SUCCESS 
(6.3 s)
[INFO] Building: unpack-cli\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   resolve-plugins-with-exclude\pom.xml . SUCCESS 
(5.5 s)
[INFO] Building: sources\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   unpack-cli\pom.xml ... SUCCESS 
(4.5 s)
[INFO] Building: unpack-custom-ear\pom.xml
[INFO]   sources\pom.xml .. SUCCESS 
(5.7 s)
[INFO] Building: tree\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   unpack-custom-ear\pom.xml  SUCCESS 
(5.2 s)
[INFO] Building: unpack-dependencies\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   tree\pom.xml . SUCCESS 
(4.5 s)
[INFO] Building: tree-includes\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   tree-includes\pom.xml  SUCCESS 
(4.9 s)
[INFO] Building: tree-multimodule\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   unpack-dependencies\pom.xml .. SUCCESS 
(6.6 s)
[INFO] Building: unpack-dependencies-with-filemappers\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   tree-multimodule\pom.xml . SUCCESS 
(5.0 s)
[INFO] Building: tree-verbose\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   unpack-dependencies-with-filemappers\pom.xml . SUCCESS 
(6.1 s)
[INFO] Building: unpack-from-remote-repository\pom.xml
[INFO] run pre-build script setup.bsh
[INFO] run post-build script verify.bsh
[INFO]   tree-verbose\pom.xml . SUCCESS 
(7.4 s)
[INFO] Building: tree-verbose-small\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   unpack-from-remote-repository\pom.xml  SUCCESS 
(6.1 s)
[INFO] Building: used-dependencies\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   tree-verbose-small\pom.xml ... SUCCESS 
(5.4 s)
[INFO] Building: unpack\pom.xml
[INFO]   used-dependencies\pom.xml  SUCCESS 
(6.1 s)
[INFO] Building: purge-local-repository-without-pom
[INFO] run pre-build script setup.bsh
[INFO] run post-build script verify.groovy
[INFO]   purge-local-repository-without-pom ... SUCCESS 
(4.5 s)
[INFO] 
[INFO] --- mrm-maven-plugin:1.2.0:stop (default) @ maven-dependency-plugin ---
[INFO] Stopping Mock Repository Manager on http://localhost:60766
[INFO] Stopped SocketConnector@0.0.0.0:60766
[INFO] Mock Repository Manager http://localhost:60766 is stopped.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-dependency-plugin ---
[INFO] run post-build script verify.bsh
[INFO]   unpack\pom.xml ... SUCCESS 
(6.6 s)
[INFO] Building: unpack-cli\pom.xml
[INFO] There is 1 error reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.1:verify (integration-test) @ 
maven-dependency-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 65, Failed: 0, Errors: 0, Skipped: 0
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  07:47 min
[INFO] Finished at: 2021-01-14T23:37:50-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\en-dependency-plugin_assumptions@2@tmp\withMavenbdb5b555\maven-spy-20210114-233002-5541625026417427696.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk11-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-dependency-plugin\3.1.3-SNAPSHOT\maven-dependency-plugin-3.1.3-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk11-m3.6.x_build\target\maven-dependency-plugin-3.1.3-SNAPSHOT.jar 
under 
org\apache\maven\plugins\maven-dependency-plugin\3.1.3-SNAPSHOT\maven-dependency-plugin-3.1.3-SNAPSHOT.jar
[Fast Archiver] Compressed 210.59 KB of arti

Build failed in Jenkins: Maven » Maven TLP » maven-dependency-plugin » MDEP-644 #8

2021-01-14 Thread Apache Jenkins Server
y-plugin_MDEP-644@2@tmp\withMavena6efb7cd\maven-spy-20210114-231410-1834026551201606755495.log
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-invoker-plugin:3.2.1:verify (integration-test) 
on project maven-dependency-plugin: 1 build failed. See console output above 
for details. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-invoker-plugin:3.2.1:verify (integration-test) 
on project maven-dependency-plugin: 1 build failed. See console output above 
for details.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:215)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:566)
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.MojoFailureException: 1 build failed. See 
console output above for details.
at org.apache.maven.plugins.invoker.InvokerSession.handleFailures 
(InvokerSession.java:259)
at org.apache.maven.plugins.invoker.VerifyMojo.execute (VerifyMojo.java:140)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:210)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:566)
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
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.mav

Build failed in Jenkins: Maven » Maven TLP » maven-dependency-plugin » MDEP-644B #7

2021-01-14 Thread Apache Jenkins Server
---
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  06:30 min
[INFO] Finished at: 2021-01-14T23:05:18-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\aven-dependency-plugin_MDEP-644B@2@tmp\withMavenb0dffa3f\maven-spy-20210114-225848-3721530378065783576500.log
Picked up JAVA_TOOL_OPTIONS: 
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\712657a4\workspace\aven-dependency-plugin_MDEP-644B@2@tmp\withMavenb0dffa3f\pipeline-maven-spy.jar"
 
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\712657a4\workspace\aven-dependency-plugin_MDEP-644B@2@tmp\withMavenb0dffa3f"
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[INFO] run post-build script verify.groovy
[INFO]   purge-local-repository-without-pom ... SUCCESS 
(3.5 s)
[INFO] 
[INFO] --- mrm-maven-plugin:1.2.0:stop (default) @ maven-dependency-plugin ---
[INFO] Stopping Mock Repository Manager on http://localhost:52643
[INFO] Stopped SocketConnector@0.0.0.0:52643
[INFO] Mock Repository Manager http://localhost:52643 is stopped.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-dependency-plugin ---
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk8-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-dependency-plugin\3.1.3-SNAPSHOT\maven-dependency-plugin-3.1.3-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk8-m3.6.x_build\target\maven-dependency-plugin-3.1.3-SNAPSHOT.jar 
under 
org\apache\maven\plugins\maven-dependency-plugin\3.1.3-SNAPSHOT\maven-dependency-plugin-3.1.3-SNAPSHOT.jar
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:3.1.3-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
windows-jdk8-m3.6.x_build\target\surefire-reports\*.xml
Recording test results
[INFO] There is 1 error reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.1:verify (integration-test) @ 
maven-dependency-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 60, Failed: 0, Errors: 0, Skipped: 6
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 07:02 min
[INFO] Finished at: 2021-01-14T23:05:21-08:00
[INFO] Final Memory: 59M/561M
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\aven-dependency-plugin_MDEP-644B@2@tmp\withMaven3617a696\maven-spy-20210114-225819-23819356254489152448.log
Picked up JAVA_TOOL_OPTIONS: 
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\712657a4\workspace\aven-dependency-plugin_MDEP-644B@2@tmp\withMaven3617a696\pipeline-maven-spy.jar"
 
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\712657a4\workspace\aven-dependency-plugin_MDEP-644B@2@tmp\withMaven3617a696"
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:3.1.3-SNAPSHOT in 
source directory windows-jdk8-m3.6.x_build\src\main\java
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk7-m3.3.x_build\pom.xml under 
org\apache\maven\plugins\maven-dependency-plugin\3.1.3-SNAPSHOT\maven-dependency-plugin-3.1.3-SNAPSHOT.pom
[TASKS] Scanning folder 
'f:\jenkins\jenkins-slave\712657a4\workspace\aven-dependency-plugin_MDEP-644B@2'
 for files matching the pattern 'windows-jdk8-m3.6.x_build\src\main\java\**\*' 
- excludes: null
[TASKS] Found 59 files to scan for tasks
[TASKS] Found 4 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[TASKS] Computing warning deltas based on reference build #1
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk7-m3.3.x_build\target\maven-dependency-plugin-3.1.3-SNAPSHOT.jar 
under 
org\apache\maven\plugins\maven-dependency-plugin\3.1.3-SNAPSHOT\maven-dependency-plugin-3.1.3-SNAPSHOT.jar
[withMaven] invokerPublisher - Archive invoker results for Maven artifact 
MavenArtifact{org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:3.1.3-SNAPSHOT(version:
 3.1.3-SNAPSHOT, snapshot:false) } generated by 
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.2.1@integration-test
  integration-test}: windows-jdk8-m3.6.x_build\target\invoker-reports\*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugin

Maven Resolver Jenkinsfile finished with null

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-resolver/job/MRESOLVER-26_AutomaticModuleNameImprovements/16/

Build failed in Jenkins: Maven » Maven TLP » maven-jlink-plugin » io #2

2021-01-14 Thread Apache Jenkins Server
 run post-build script verify.groovy
[INFO]   cli-options\ignore-signing-information\pom.xml ... SUCCESS 
(7.3 s)
[INFO] Building: cli-options\no-header-files\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   cli-options\no-header-files\pom.xml .. SUCCESS 
(7.5 s)
[INFO] Building: cli-options\no-man-pages\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   cli-options\no-man-pages\pom.xml . SUCCESS 
(7.9 s)
[INFO] Building: cli-options\strip-debug\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   cli-options\strip-debug\pom.xml .. SUCCESS 
(7.8 s)
[INFO] Building: MJLINK-26\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MJLINK-26\pom.xml  SUCCESS 
(8.6 s)
[INFO] Building: MJLINK-36_toolchainjdk8\pom.xml
[INFO]   MJLINK-36_toolchainjdk8\pom.xml .. SKIPPED due 
to JRE version
[INFO] Building: MJLINK-36_toolchainjdk9\pom.xml
[INFO]   MJLINK-36_toolchainjdk9\pom.xml .. SUCCESS 
(10.4 s)
[INFO] Building: MJLINK-3_improveVerboseOutput\pom.xml
[INFO]   MJLINK-3_improveVerboseOutput\pom.xml  SUCCESS 
(7.4 s)
[INFO] Building: MJLINK-40_includeLocales\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MJLINK-40_includeLocales\pom.xml . SUCCESS 
(9.3 s)
[INFO] Building: MJLINK-4_dependencyResolution\pom.xml
[INFO]   MJLINK-4_dependencyResolution\pom.xml  SUCCESS 
(7.8 s)
[INFO] Building: MJLINK-6_allowSetJmodPath\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MJLINK-6_allowSetJmodPath\pom.xml  SUCCESS 
(8.2 s)
[INFO] Building: MJLINK-9_reactor\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MJLINK-9_reactor\pom.xml . SUCCESS 
(10.5 s)
[INFO] 
[INFO] --- mrm-maven-plugin:1.1.0:stop (default) @ maven-jlink-plugin ---
[INFO] Stopping Mock Repository Manager on http://localhost:57173
[INFO] Stopped SocketConnector@0.0.0.0:57173
[INFO] Mock Repository Manager http://localhost:57173 is stopped.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-jlink-plugin ---
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.1:verify (integration-test) @ 
maven-jlink-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 20, Failed: 0, Errors: 0, Skipped: 1
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  03:25 min
[INFO] Finished at: 2021-01-14T19:54:15-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\_maven-box_maven-jlink-plugin_io@2@tmp\withMavenec058bdc\maven-spy-20210114-195049-9125464592364870055696.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk11-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-jlink-plugin\3.0.1-SNAPSHOT\maven-jlink-plugin-3.0.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk11-m3.6.x_build\target\maven-jlink-plugin-3.0.1-SNAPSHOT.jar under 
org\apache\maven\plugins\maven-jlink-plugin\3.0.1-SNAPSHOT\maven-jlink-plugin-3.0.1-SNAPSHOT.jar
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
windows-jdk11-m3.6.x_build\target\surefire-reports\*.xml
Recording test results
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.1-SNAPSHOT in 
source directory windows-jdk11-m3.6.x_build\src\main\java
[TASKS] Scanning folder 
'f:\jenkins\jenkins-slave\712657a4\workspace\_maven-box_maven-jlink-plugin_io@2'
 for files matching the pattern 'windows-jdk11-m3.6.x_build\src\main\java\**\*' 
- excludes: null
[TASKS] Found 5 files to scan for tasks
[TASKS] Found 5 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[TASKS] Computing warning deltas based on reference build #1
[withMaven] invokerPublisher - Archive invoker results for Maven artifact 
MavenArtifact{org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.1-SNAPSHOT(version:
 3.0.1-SNAPSHOT, snapshot:false) } generated by 
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.2.1@integration-test
  integration-test}: windows-jdk11-m3.6.x_build\target\invoker-reports\*.xml
[withMaven] Publishers: Generated Artifacts Publisher: 197 ms, Junit Publisher: 
121 ms, Open Task Scanner Publisher: 163 ms, Invoker Publisher: 7301 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[W

Build failed in Jenkins: Maven » Maven TLP » maven-surefire » comm #3

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-surefire/job/comm/3/

Changes:

* performance = buffering and closing the stream of *.bin files

2 tests failed.
FAILED:  
org.apache.maven.surefire.booter.SystemUtilsTest$MockTest.shouldBeSameJdk9

Error Message:
Unable to make protected native java.lang.Object java.lang.Object.clone() 
throws java.lang.CloneNotSupportedException accessible: module java.base does 
not "opens java.lang" to unnamed module @27585351

Stack Trace:
java.lang.reflect.InaccessibleObjectException: Unable to make protected native 
java.lang.Object java.lang.Object.clone() throws 
java.lang.CloneNotSupportedException accessible: module java.base does not 
"opens java.lang" to unnamed module @27585351
at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:357)
at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at 
java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
at 
org.powermock.reflect.internal.WhiteboxImpl.doGetAllMethods(WhiteboxImpl.java:1508)
at 
org.powermock.reflect.internal.WhiteboxImpl.getAllMethods(WhiteboxImpl.java:1482)
at 
org.powermock.reflect.internal.WhiteboxImpl.findMethodOrThrowException(WhiteboxImpl.java:862)
at 
org.powermock.reflect.internal.WhiteboxImpl.doInvokeMethod(WhiteboxImpl.java:822)
at 
org.powermock.reflect.internal.WhiteboxImpl.invokeMethod(WhiteboxImpl.java:690)
at org.powermock.reflect.Whitebox.invokeMethod(Whitebox.java:401)
at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$PowerMockJUnit44MethodRunner.runTestMethod(PowerMockJUnit44RunnerDelegateImpl.java:327)
at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:89)
at 
org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:97)
at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$PowerMockJUnit44MethodRunner.executeTest(PowerMockJUnit44RunnerDelegateImpl.java:310)
at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit47RunnerDelegateImpl$PowerMockJUnit47MethodRunner.executeTestInSuper(PowerMockJUnit47RunnerDelegateImpl.java:131)
at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit47RunnerDelegateImpl$PowerMockJUnit47MethodRunner.access$100(PowerMockJUnit47RunnerDelegateImpl.java:59)
at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit47RunnerDelegateImpl$PowerMockJUnit47MethodRunner$TestExecutorStatement.evaluate(PowerMockJUnit47RunnerDelegateImpl.java:147)
at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit47RunnerDelegateImpl$PowerMockJUnit47MethodRunner.evaluateStatement(PowerMockJUnit47RunnerDelegateImpl.java:107)
at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit47RunnerDelegateImpl$PowerMockJUnit47MethodRunner.executeTest(PowerMockJUnit47RunnerDelegateImpl.java:82)
at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$PowerMockJUnit44MethodRunner.runBeforesThenTestThenAfters(PowerMockJUnit44RunnerDelegateImpl.java:298)
at org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:87)
at org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:50)
at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.invokeTestMethod(PowerMockJUnit44RunnerDelegateImpl.java:218)
at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.runMethods(PowerMockJUnit44RunnerDelegateImpl.java:160)
at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl$1.run(PowerMockJUnit44RunnerDelegateImpl.java:134)
at 
org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:34)
at 
org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:44)
at 
org.powermock.modules.junit4.internal.impl.PowerMockJUnit44RunnerDelegateImpl.run(PowerMockJUnit44RunnerDelegateImpl.java:136)
at 
org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.run(JUnit4TestSuiteChunkerImpl.java:117)
at 
org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner.run(AbstractCommonPowerMockRunner.java:57)
at 
org.powermock.modules.junit4.PowerMockRunner.run(PowerMockRunner.java:59)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
  

Build failed in Jenkins: Maven » Maven TLP » maven-assembly-plugin » f4 #6

2021-01-14 Thread Apache Jenkins Server
NFO] Building: 
projects\mojo-tests\single-twice-in-one-project-hierarchy\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   
projects\mojo-tests\single-twice-in-one-project-hierarchy\pom.xml SUCCESS (6.7 
s)
[INFO] Building: projects\multimodule\massembly-298\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\multimodule\massembly-298\pom.xml ... SUCCESS 
(8.7 s)
[INFO] Building: projects\multimodule\massembly-317\pom.xml
[INFO]   projects\multimodule\massembly-317\pom.xml ... SUCCESS 
(6.0 s)
[INFO] Building: projects\multimodule\massembly-474\pom.xml
[INFO]   projects\multimodule\massembly-474\pom.xml ... SUCCESS 
(7.3 s)
[INFO] Building: projects\multimodule\massembly-619\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\multimodule\massembly-619\pom.xml ... SUCCESS 
(5.8 s)
[INFO] Building: projects\multimodule\multimodule-binariesNotSource\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\multimodule\multimodule-binariesNotSource\pom.xml 
SUCCESS (9.6 s)
[INFO] Building: projects\multimodule\multimodule-filteredFileSet\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\multimodule\multimodule-filteredFileSet\pom.xml 
SUCCESS (4.6 s)
[INFO] Building: projects\multimodule\multimodule-modulePomPropInterp\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\multimodule\multimodule-modulePomPropInterp\pom.xml 
SUCCESS (5.5 s)
[INFO] Building: projects\multimodule\multimodule-siblingParent\parent\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\multimodule\multimodule-siblingParent\parent\pom.xml 
SUCCESS (7.7 s)
[INFO] Building: projects\multimodule\multimodule-sourceNotBinaries\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\multimodule\multimodule-sourceNotBinaries\pom.xml 
SUCCESS (9.9 s)
[INFO] Building: projects\multimodule\multimodule-wholeReactorFromChild\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\multimodule\multimodule-wholeReactorFromChild\pom.xml 
SUCCESS (9.8 s)
[INFO] Building: projects\multimodule\two-level-multimodule\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   projects\multimodule\two-level-multimodule\pom.xml SUCCESS 
(8.7 s)
[INFO] Building: projects\multimodule\two-levels-includeBaseDir-withBin\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   projects\multimodule\two-levels-includeBaseDir-withBin\pom.xml 
SUCCESS (7.8 s)
[INFO] Building: projects\multimodule\two-levels-includeBaseDir-withSrc\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   projects\multimodule\two-levels-includeBaseDir-withSrc\pom.xml 
SUCCESS (8.5 s)
[INFO] Building: projects\repositories\basic-repository\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\repositories\basic-repository\pom.xml ... SUCCESS 
(7.2 s)
[INFO] Building: projects\repositories\massembly-196\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\repositories\massembly-196\pom.xml .. SUCCESS 
(11.5 s)
[INFO] Building: projects\repositories\massembly-855\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\repositories\massembly-855\pom.xml .. SUCCESS 
(3.7 s)
[INFO] Building: projects\reproducible\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   projects\reproducible\pom.xml  SUCCESS 
(6.7 s)
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-assembly-plugin ---
[INFO] There are 3 errors reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 3 errors, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.1.0:verify (integration-test) @ 
maven-assembly-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 139, Failed: 0, Errors: 0, Skipped: 2
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  16:00 min
[INFO] Finished at: 2021-01-14T18:07:53-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\ven-box_maven-assembly-plugin_f4@2@tmp\withMaven5d3d70a9\maven-spy-20210114-175153-2819960890246528580981.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk15-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-assembly-plugin\3.3.1-SNAPSHOT\maven-assembly-plugin-3.3.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk15-m3.6.x_build\target\maven-assembly-plugin-3.3.1-SNAPSHOT.jar 
under 
org\apache\maven\plugins\maven-assembly-plu

Build failed in Jenkins: Maven » Maven TLP » maven-assembly-plugin » master #24

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-assembly-plugin/job/master/24/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17

All tests passed

Build log:
[...truncated 10745 lines...]
[INFO] Building: projects\file-sets\include-base-directory\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\file-sets\include-base-directory\pom.xml  SUCCESS 
(3.4 s)
[INFO] Building: projects\file-sets\include-parent-dir\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   projects\multimodule\two-levels-includeBaseDir-withBin\pom.xml 
SUCCESS (8.6 s)
[INFO] Building: projects\multimodule\two-levels-includeBaseDir-withSrc\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\file-sets\include-parent-dir\pom.xml  SUCCESS 
(7.1 s)
[INFO] Building: projects\file-sets\massembly-665\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   projects\multimodule\two-levels-includeBaseDir-withSrc\pom.xml 
SUCCESS (8.5 s)
[INFO] Building: projects\repositories\basic-repository\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\file-sets\massembly-665\pom.xml . SUCCESS 
(3.5 s)
[INFO] Building: projects\file-sets\multimodule-unix-lineEndings\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\file-sets\multimodule-unix-lineEndings\pom.xml 
SUCCESS (5.2 s)
[INFO] Building: projects\file-sets\multimodule-win-lineEndings\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\repositories\basic-repository\pom.xml ... SUCCESS 
(7.7 s)
[INFO] Building: projects\repositories\massembly-196\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\file-sets\multimodule-win-lineEndings\pom.xml SUCCESS 
(4.9 s)
[INFO] Building: projects\file-sets\platformspecific-filesets\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   projects\file-sets\platformspecific-filesets\pom.xml SUCCESS 
(3.6 s)
[INFO] Building: projects\file-sets\precedence-check\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   projects\file-sets\precedence-check\pom.xml .. SUCCESS 
(3.3 s)
[INFO] Building: projects\file-sets\use-default-excludes\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\repositories\massembly-196\pom.xml .. SUCCESS 
(12.2 s)
[INFO] Building: projects\repositories\massembly-855\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\file-sets\use-default-excludes\pom.xml .. SUCCESS 
(3.5 s)
[INFO] Building: projects\files\filtered-sysprop\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\repositories\massembly-855\pom.xml .. SUCCESS 
(4.0 s)
[INFO] Building: projects\reproducible\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   projects\files\filtered-sysprop\pom.xml .. SUCCESS 
(5.2 s)
[INFO] Building: projects\files\multimodule-relativePath\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   projects\reproducible\pom.xml  SUCCESS 
(7.6 s)
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-assembly-plugin ---
[INFO] run post-build script verify.bsh
[INFO]   projects\files\multimodule-relativePath\pom.xml .. SUCCESS 
(5.0 s)
[INFO] Building: projects\filtering-feature\fileset-to-tar-massembly-722\pom.xml
[INFO] There are 3 errors reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 3 errors, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.1.0:verify (integration-test) @ 
maven-assembly-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 139, Failed: 0, Errors: 0, Skipped: 2
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  17:07 min
[INFO] Finished at: 2021-01-14T17:57:09-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\box_maven-assembly-plugin_master@2@tmp\withMaven66a9f7c2\maven-spy-20210114-174002-2065442278855201701197.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk11-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-assembly-plugin\3.3.1-SNAPSHOT\maven-assembly-plugin-3.3.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk11-m3.6.x_build\target\maven-assembly-plugin-3.3.1-SNAPSHOT.jar 
under 
org\apache\maven\plugins\maven-assembly-plugin\3.3.1-SNAPSHOT\maven-assembly-plugin-3.3.1-SNAPSHOT.jar
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-assembly-plugin:maven-plu

Build failed in Jenkins: Maven » Maven TLP » maven-plugin-testing » master #20

2021-01-14 Thread Apache Jenkins Server
ral: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
 (4.8 kB at 186 kB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar
 (35 kB at 1.9 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar
 (41 kB at 1.2 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar
 (54 kB at 1.6 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
 (285 kB at 7.1 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
 (196 kB at 4.7 MB/s)
[INFO] Building jar: 
F:\jenkins\jenkins-slave\712657a4\workspace\_box_maven-plugin-testing_master@2\m\maven-plugin-testing-harness\target\maven-plugin-testing-harness-3.4.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-source-plugin:3.2.1:jar (default) > generate-sources @ 
maven-plugin-testing-harness >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
maven-plugin-testing-harness ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ 
maven-plugin-testing-harness ---
[INFO] Adding ignore: module-info
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-check) @ 
maven-plugin-testing-harness ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 62 implicit excludes (use -debug for more details).
[INFO] 5 explicit excludes (use -debug for more details).
[INFO] 39 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 39 licenses.
[INFO] 
[INFO] <<< maven-source-plugin:3.2.1:jar (default) < generate-sources @ 
maven-plugin-testing-harness <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar (default) @ 
maven-plugin-testing-harness ---
[INFO] Building jar: 
F:\jenkins\jenkins-slave\712657a4\workspace\_box_maven-plugin-testing_master@2\m\maven-plugin-testing-harness\target\maven-plugin-testing-harness-3.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-plugin-testing-harness ---
[INFO] There are 4 errors reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 4 errors, 0 violation remaining.
[INFO] 
[INFO] Reactor Summary for Maven Plugin Testing 3.4.0-SNAPSHOT:
[INFO] 
[INFO] Maven Plugin Testing ... SUCCESS [ 38.314 s]
[INFO] Maven Plugin Testing Mechanism . SUCCESS [ 20.518 s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  01:00 min
[INFO] Finished at: 2021-01-14T17:01:08-08:00
[INFO] 
[WARNING] The requested profile "run-its" could not be activated because it 
does not exist.
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\_box_maven-plugin-testing_master@2@tmp\withMaven4efc85c1\maven-spy-20210114-170008-4155049870329896987406.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:3.4.0-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\maven-plugin-testing-harness\target\surefire-reports\*.xml
Recording test results
[withMaven] Publishers: Junit Publisher: 698 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // withEnv

Build failed in Jenkins: Maven » Maven TLP » maven-linkcheck-plugin » master #17

2021-01-14 Thread Apache Jenkins Server
est) @ 
maven-linkcheck-plugin ---
[INFO] No invoker report files found, nothing to check.
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  13.201 s
[INFO] Finished at: 2021-01-14T16:59:06-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-linkcheck-plugin_master@2@tmp\withMaven5a186269\maven-spy-20210114-165853-125804546451673676391.log
Picked up JAVA_TOOL_OPTIONS: 
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-linkcheck-plugin_master@2@tmp\withMaven5a186269\pipeline-maven-spy.jar"
 
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-linkcheck-plugin_master@2@tmp\withMaven5a186269"
 
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ 
maven-linkcheck-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-linkcheck-plugin_master@2\windows-jdk11-m3.6.x_build\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
maven-linkcheck-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ 
maven-linkcheck-plugin ---
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ maven-linkcheck-plugin ---
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk8-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-linkcheck-plugin\3.0.0-SNAPSHOT\maven-linkcheck-plugin-3.0.0-SNAPSHOT.pom
[INFO] There is 1 error reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.1:verify (integration-test) @ 
maven-linkcheck-plugin ---
[INFO] No invoker report files found, nothing to check.
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  14.644 s
[INFO] Finished at: 2021-01-14T16:58:59-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-linkcheck-plugin_master@2@tmp\withMavenfb3ec590\maven-spy-20210114-165845-1063896616303775373381.log
Picked up JAVA_TOOL_OPTIONS: 
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-linkcheck-plugin_master@2@tmp\withMavenfb3ec590\pipeline-maven-spy.jar"
 
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-linkcheck-plugin_master@2@tmp\withMavenfb3ec590"
 
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk8-m3.6.x_build\target\maven-linkcheck-plugin-3.0.0-SNAPSHOT.jar 
under 
org\apache\maven\plugins\maven-linkcheck-plugin\3.0.0-SNAPSHOT\maven-linkcheck-plugin-3.0.0-SNAPSHOT.jar
[INFO] Building jar: 
f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-linkcheck-plugin_master@2\windows-jdk11-m3.6.x_build\target\maven-linkcheck-plugin-3.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.5.2:addPluginArtifactMetadata 
(default-addPluginArtifactMetadata) @ maven-linkcheck-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-linkcheck-plugin ---
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-linkcheck-plugin:maven-plugin:3.0.0-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
windows-jdk8-m3.6.x_build\target\surefire-reports\*.xml
Recording test results
None of the test reports contained any result
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk7-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-linkcheck-plugin\3.0.0-SNAPSHOT\maven-linkcheck-plugin-3.0.0-SNAPSHOT.pom
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-linkcheck-plugin:maven-plugin:3.0.0-SNAPSHOT in 
source directory windows-jdk8-m3.6.x_build\src\main\java
[TASKS] Scanning folder 
'f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-linkcheck-plugin_master@2'
 for files matching the pattern 'windows-jdk8-m3.6.x_build\src\main\java\**\*' 
- excludes: null
[TASKS] Found 3 files to scan for tasks
[TASKS] Found 2 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk7-m3.6.x_build\target\maven-linkcheck-plugin-3.0.0-SNAPSHOT

Build failed in Jenkins: Maven » Maven TLP » maven-compiler-plugin » MCOMPILER-320_sunmisc #15

2021-01-14 Thread Apache Jenkins Server
R-192\pom.xml  SUCCESS 
(3.9 s)
[INFO] Building: MCOMPILER-197\pom.xml
[INFO]   MCOMPILER-197\pom.xml  SKIPPED due 
to JRE version
[INFO] Building: MCOMPILER-203-processorpath\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MCOMPILER-349_dependencyChanged\pom.xml .. SUCCESS 
(16.4 s)
[INFO] Building: MCOMPILER-360\pom.xml
[INFO]   MCOMPILER-203-processorpath\pom.xml .. SUCCESS 
(14.2 s)
[INFO] Building: mcompiler-21_class-remove\pom.xml
[INFO]   MCOMPILER-360\pom.xml  SUCCESS 
(4.3 s)
[INFO] Building: multirelease-patterns\multimodule\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   mcompiler-21_class-remove\pom.xml  SUCCESS 
(13.8 s)
[INFO] Building: mcompiler-21_methodname-change\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   multirelease-patterns\multimodule\pom.xml  SUCCESS 
(13.6 s)
[INFO] Building: multirelease-patterns\multiproject\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   mcompiler-21_methodname-change\pom.xml ... SUCCESS 
(12.5 s)
[INFO] Building: MCOMPILER-224\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MCOMPILER-224\pom.xml  SUCCESS 
(4.9 s)
[INFO] Building: MCOMPILER-228\pom.xml
[INFO]   MCOMPILER-228\pom.xml  SUCCESS 
(4.6 s)
[INFO] Building: MCOMPILER-260_customArguments\pom.xml
[INFO]   MCOMPILER-260_customArguments\pom.xml  SUCCESS 
(4.4 s)
[INFO] Building: MCOMPILER-268_modulepath\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MCOMPILER-268_modulepath\pom.xml . SUCCESS 
(5.2 s)
[INFO] Building: MCOMPILER-270_release\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   multirelease-patterns\multiproject\pom.xml ... SUCCESS 
(27.5 s)
[INFO] Building: multirelease-patterns\packaging-plugin\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MCOMPILER-270_release\pom.xml  SUCCESS 
(4.2 s)
[INFO] Building: MCOMPILER-275_separate-moduleinfo\pom.xml
[INFO]   MCOMPILER-275_separate-moduleinfo\pom.xml  SKIPPED due 
to Toolchain
[INFO] Building: MCOMPILER-284\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   MCOMPILER-284\pom.xml  SUCCESS 
(3.6 s)
[INFO] Building: MCOMPILER-294\pom.xml
[INFO]   MCOMPILER-294\pom.xml  SUCCESS 
(4.6 s)
[INFO] Building: MCOMPILER-298\pom.xml
[INFO]   MCOMPILER-298\pom.xml  SUCCESS 
(6.6 s)
[INFO] Building: MCOMPILER-320_sunmisc1\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   multirelease-patterns\packaging-plugin\pom.xml ... SUCCESS 
(16.6 s)
[INFO] Building: multirelease-patterns\singleproject-runtime\pom.xml
[INFO]   MCOMPILER-320_sunmisc1\pom.xml ... SUCCESS 
(4.2 s)
[INFO] Building: MCOMPILER-321_pathexceptions\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   multirelease-patterns\singleproject-runtime\pom.xml SUCCESS 
(8.4 s)
[INFO] Building: non-english-warnings\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MCOMPILER-321_pathexceptions\pom.xml . SUCCESS 
(4.8 s)
[INFO] Building: MCOMPILER-328_multiReleaseOutput\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   non-english-warnings\pom.xml . SUCCESS 
(4.4 s)
[INFO] Building: test1\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MCOMPILER-328_multiReleaseOutput\pom.xml . SUCCESS 
(4.4 s)
[INFO] Building: MCOMPILER-336_incremental-modulepath\pom.xml
[INFO]   test1\pom.xml  SUCCESS 
(4.4 s)
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-compiler-plugin ---
[INFO] There are 2 errors reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 2 errors, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.0:verify (integration-test) @ 
maven-compiler-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 51, Failed: 0, Errors: 0, Skipped: 4
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  06:47 min
[INFO] Finished at: 2021-01-14T16:56:20-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\ler-plugin_MCOMPILER-320_sunmisc@2@tmp\withMaven0b425ae0\maven-spy-20210114-164932-2597356091538520676836.log
[Pipeline] }
[Pipeline] // 

Build failed in Jenkins: Maven » Maven TLP » maven-verifier » master #18

2021-01-14 Thread Apache Jenkins Server
NFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
 (208 kB at 892 kB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar 
(2.3 MB at 9.7 MB/s)
[INFO] There are 2 errors reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 2 errors, 0 violation remaining.
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  48.155 s
[INFO] Finished at: 2021-01-14T16:58:37-08:00
[INFO] 
[WARNING] The requested profile "run-its" could not be activated because it 
does not exist.
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\_maven-box_maven-verifier_master@2@tmp\withMavenef54f868\maven-spy-20210114-165749-51203141239206949871.log
Picked up JAVA_TOOL_OPTIONS: 
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\712657a4\workspace\_maven-box_maven-verifier_master@2@tmp\withMavenef54f868\pipeline-maven-spy.jar"
 
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\712657a4\workspace\_maven-box_maven-verifier_master@2@tmp\withMavenef54f868"
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.shared:maven-verifier:jar:1.7.3-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): m\target\surefire-reports\*.xml
Recording test results
[withMaven] Publishers: Junit Publisher: 199 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[INFO] There are 2 errors reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 2 errors, 0 violation remaining.
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  48.210 s
[INFO] Finished at: 2021-01-14T16:58:45-08:00
[INFO] 
[WARNING] The requested profile "run-its" could not be activated because it 
does not exist.
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\_maven-box_maven-verifier_master@2@tmp\withMavenfaed3eb9\maven-spy-20210114-165757-112872268707799753776.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.shared:maven-verifier:jar:1.7.3-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): m\target\surefire-reports\*.xml
Recording test results
[withMaven] Publishers: Junit Publisher: 197 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] echo
[FAILURE-003] AbortException hudson.AbortException: script returned exit code 1
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [slachiewicz].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Build failed in Jenkins: Maven » Maven TLP » maven-resources-plugin » master #19

2021-01-14 Thread Apache Jenkins Server
2.1/commons-lang-2.1.jar
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.jar
 (302 kB at 2.2 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar
 (234 kB at 1.6 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.18/checkstyle-6.18.jar
 (1.2 MB at 7.4 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
 (208 kB at 1.1 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar 
(2.3 MB at 9.8 MB/s)
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.1:verify (integration-test) @ 
maven-resources-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 26, Failed: 0, Errors: 0, Skipped: 0
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  02:48 min
[INFO] Finished at: 2021-01-14T16:57:41-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-resources-plugin_master@2@tmp\withMaven41fe4939\maven-spy-20210114-165452-7217347034655548876401.log
Picked up JAVA_TOOL_OPTIONS: 
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-resources-plugin_master@2@tmp\withMaven41fe4939\pipeline-maven-spy.jar"
 
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-resources-plugin_master@2@tmp\withMaven41fe4939"
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-resources-plugin:maven-plugin:3.2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\target\surefire-reports\*.xml
Recording test results
[withMaven] Publishers: Junit Publisher: 456 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.1:verify (integration-test) @ 
maven-resources-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 26, Failed: 0, Errors: 0, Skipped: 0
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  03:05 min
[INFO] Finished at: 2021-01-14T16:57:49-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-resources-plugin_master@2@tmp\withMaven7faf3920\maven-spy-20210114-165443-9034826577780646894641.log
Picked up JAVA_TOOL_OPTIONS: 
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-resources-plugin_master@2@tmp\withMaven7faf3920\pipeline-maven-spy.jar"
 
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-resources-plugin_master@2@tmp\withMaven7faf3920"
 
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // dir
[Pipeline] // ws
[Pipeline] }
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-resources-plugin:maven-plugin:3.2.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
m\target\surefire-reports\*.xml
Recording test results
[withMaven] Publishers: Junit Publisher: 448 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[INFO]   MRESOURCES-18\pom.xml  SUCCESS 
(8.1 s)
[INFO] Building: MRESOURCES-20\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   MRESOURCES-20\pom.xml  SUCCESS 
(3.7 s)
[INFO] Building: MRESOURCES-231\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MRESOURCES-231\pom.xml ... SUCCESS 
(4.0 s)
[INFO] Building: MRESOURCES-257\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MRESOURCES-257\pom.xml ... SUCCESS 
(3.7 s)
[INFO] Building: 

Build failed in Jenkins: Maven » Maven TLP » maven-compiler-plugin » master #26

2021-01-14 Thread Apache Jenkins Server
NFO] Building: MCOMPILER-228\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   multirelease-patterns\packaging-plugin\pom.xml ... SUCCESS 
(17.2 s)
[INFO] Building: multirelease-patterns\singleproject-runtime\pom.xml
[INFO]   MCOMPILER-228\pom.xml  SUCCESS 
(4.2 s)
[INFO] Building: MCOMPILER-260_customArguments\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   multirelease-patterns\singleproject-runtime\pom.xml SUCCESS 
(7.9 s)
[INFO] Building: multirelease-patterns\singleproject-toolchains\pom.xml
[INFO]   MCOMPILER-260_customArguments\pom.xml  SUCCESS 
(4.3 s)
[INFO] Building: MCOMPILER-268_modulepath\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MCOMPILER-268_modulepath\pom.xml . SUCCESS 
(4.9 s)
[INFO] Building: MCOMPILER-270_release\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MCOMPILER-270_release\pom.xml  SUCCESS 
(4.4 s)
[INFO] Building: MCOMPILER-275_separate-moduleinfo\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   multirelease-patterns\singleproject-toolchains\pom.xml SUCCESS 
(11.6 s)
[INFO] Building: non-english-warnings\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   non-english-warnings\pom.xml . SUCCESS 
(4.5 s)
[INFO] Building: test1\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MCOMPILER-275_separate-moduleinfo\pom.xml  SUCCESS 
(7.6 s)
[INFO] Building: MCOMPILER-284\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   MCOMPILER-284\pom.xml  SUCCESS 
(3.3 s)
[INFO] Building: MCOMPILER-294\pom.xml
[INFO]   test1\pom.xml  SUCCESS 
(4.5 s)
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-compiler-plugin ---
[INFO] There are 2 errors reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 2 errors, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.0:verify (integration-test) @ 
maven-compiler-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 53, Failed: 0, Errors: 0, Skipped: 2
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  07:10 min
[INFO] Finished at: 2021-01-14T16:50:39-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\box_maven-compiler-plugin_master@2@tmp\withMaven7ff52ef6\maven-spy-20210114-164329-5934095552683778946333.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk11-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-compiler-plugin\3.9.0-SNAPSHOT\maven-compiler-plugin-3.9.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk11-m3.6.x_build\target\maven-compiler-plugin-3.9.0-SNAPSHOT.jar 
under 
org\apache\maven\plugins\maven-compiler-plugin\3.9.0-SNAPSHOT\maven-compiler-plugin-3.9.0-SNAPSHOT.jar
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.9.0-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
windows-jdk11-m3.6.x_build\target\surefire-reports\*.xml
Recording test results
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.9.0-SNAPSHOT in 
source directory windows-jdk11-m3.6.x_build\src\main\java
[TASKS] Scanning folder 
'f:\jenkins\jenkins-slave\712657a4\workspace\box_maven-compiler-plugin_master@2'
 for files matching the pattern 'windows-jdk11-m3.6.x_build\src\main\java\**\*' 
- excludes: null
[TASKS] Found 9 files to scan for tasks
[TASKS] Found 6 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[TASKS] Computing warning deltas based on reference build #25
[withMaven] invokerPublisher - Archive invoker results for Maven artifact 
MavenArtifact{org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:3.9.0-SNAPSHOT(version:
 3.9.0-SNAPSHOT, snapshot:false) } generated by 
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.2.0@integration-test
  integration-test}: windows-jdk11-m3.6.x_build\target\invoker-reports\*.xml
[INFO]   MCOMPILER-294\pom.xml  SUCCESS 
(4.3 s)
[INFO] Building: MCOMPILER-298\pom.xml
[INFO]   MCOMPILER-298\pom.xml  SUCCESS 
(5.2 s)
[INFO] Building: MCOMPILER-321_pathexceptions\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MCOMPILER-321_pathexceptions\pom.

Build failed in Jenkins: Maven » Maven TLP » maven-compiler-plugin » MCOMPILER-320 #15

2021-01-14 Thread Apache Jenkins Server
Case.java:395)
at 
org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerIncludesExcludes(CompilerMojoTestCase.java:162)


FAILED:  
org.apache.maven.plugin.compiler.CompilerMojoTestCase.linux-jdk16-m3.6.x_build 
/ Build linux-jdk16-m3.6.x_build / testCompilerFork

Error Message:
Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3
at 
org.apache.maven.plugin.compiler.CompilerMojoTestCase.getMockMavenSession(CompilerMojoTestCase.java:473)
at 
org.apache.maven.plugin.compiler.CompilerMojoTestCase.getCompilerMojo(CompilerMojoTestCase.java:395)
at 
org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerFork(CompilerMojoTestCase.java:210)


FAILED:  
org.apache.maven.plugin.compiler.CompilerMojoTestCase.windows-jdk15-m3.6.x_build
 / Build windows-jdk15-m3.6.x_build / testCompilerBasic

Error Message:
Compilation failure

Stack Trace:
org.apache.maven.plugin.compiler.CompilationFailureException: Compilation 
failure
at 
org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerBasic(CompilerMojoTestCase.java:99)


FAILED:  
org.apache.maven.plugin.compiler.CompilerMojoTestCase.windows-jdk15-m3.6.x_build
 / Build windows-jdk15-m3.6.x_build / testCompilerIncludesExcludes

Error Message:
Compilation failure

Stack Trace:
org.apache.maven.plugin.compiler.CompilationFailureException: Compilation 
failure
at 
org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerIncludesExcludes(CompilerMojoTestCase.java:190)


FAILED:  
org.apache.maven.plugin.compiler.CompilerMojoTestCase.windows-jdk15-m3.6.x_build
 / Build windows-jdk15-m3.6.x_build / testCompilerFork

Error Message:
Compilation failure

Stack Trace:
org.apache.maven.plugin.compiler.CompilationFailureException: Compilation 
failure
at 
org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerFork(CompilerMojoTestCase.java:226)




Build log:
[...truncated 19915 lines...]
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-compiler-plugin ---
[INFO]   MCOMPILER-336_incremental-modulepath\pom.xml . SUCCESS 
(10.3 s)
[INFO] Building: MCOMPILER-349_dependencyChanged\pom.xml
[INFO] There are 2 errors reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 2 errors, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.0:verify (integration-test) @ 
maven-compiler-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 49, Failed: 2, Errors: 0, Skipped: 4
[INFO] -
[ERROR] The following builds failed:
[ERROR] *  multirelease-patterns\multimodule\pom.xml
[ERROR] *  multirelease-patterns\multiproject\pom.xml
[INFO] -
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  06:51 min
[INFO] Finished at: 2021-01-14T16:50:10-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\en-compiler-plugin_MCOMPILER-320@2@tmp\withMaven532c68ed\maven-spy-20210114-164318-1337255561371748457803.log
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-invoker-plugin:3.2.0:verify (integration-test) 
on project maven-compiler-plugin: 2 builds failed. See console output above for 
details. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-invoker-plugin:3.2.0:verify (integration-test) 
on project maven-compiler-plugin: 2 builds failed. See console output above for 
details.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:215)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
at org.apache.maven.c

Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-6169/MNG-6551 #17

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/MNG-6169%252FMNG-6551/17/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17

20 tests failed.
FAILED:  
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.windows-jdk8 / Run 
ITs Windows Java 8 / testSLF4j

Error Message:
expected:<3> but was:<2>

Stack Trace:
junit.framework.AssertionFailedError: expected:<3> but was:<2>
at 
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.testSLF4j(MavenITmng5783PluginDependencyFiltering.java:36)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk8 / 
Run ITs Windows Java 8 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.windows-jdk8 / 
Run ITs Windows Java 8 / testitMakeRoot

Error Message:
Unwanted file was found: 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4262\parent\..\sub-a\target\touch.txt

Stack Trace:
java.lang.AssertionError: Unwanted file was found: 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4262\parent\..\sub-a\target\touch.txt
at 
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.testitMakeRoot(MavenITmng4262MakeLikeReactorDottedPathTest.java:67)


FAILED:  org.apache.maven.it.MavenITmng3843PomInheritanceTest.windows-jdk8 / 
Run ITs Windows Java 8 / testitMNG3843

Error Message:
expected:<[1]> but was:<[2]>

Stack Trace:
junit.framework.ComparisonFailure: expected:<[1]> but was:<[2]>
at 
org.apache.maven.it.MavenITmng3843PomInheritanceTest.testitMNG3843(MavenITmng3843PomInheritanceTest.java:105)


FAILED:  
org.apache.maven.it.MavenITmng3819PluginDepPlexusUtilsTest.windows-jdk8 / Run 
ITs Windows Java 8 / testitMNG3819

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
at 
org.apache.maven.it.MavenITmng3819PluginDepPlexusUtilsTest.testitMNG3819(MavenITmng3819PluginDepPlexusUtilsTest.java:62)


FAILED:  
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.windows-jdk11 / Run 
ITs Windows Java 11 / testSLF4j

Error Message:
expected:<3> but was:<2>

Stack Trace:
junit.framework.AssertionFailedError: expected:<3> but was:<2>
at 
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.testSLF4j(MavenITmng5783PluginDependencyFiltering.java:36)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk11 / 
Run ITs Windows Java 11 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.windows-jdk11 / 
Run ITs Windows Java 11 / testitMakeRoot

Error Message:
Unwanted file was found: 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4262\parent\..\sub-a\target\touch.txt

Stack Trace:
java.lang.AssertionError: Unwanted file was found: 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4262\parent\..\sub-a\target\touch.txt
at 
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.testitMakeRoot(MavenITmng4262MakeLikeReactorDottedPathTest.java:67)


FAILED:  org.apache.maven.it.MavenITmng3843PomInheritanceTest.windows-jdk11 / 
Run ITs Windows Java 11 / testitMNG3843

Error Message:
expected:<[1]> but was:<[2]>

Stack Trace:
junit.framework.ComparisonFailure: expected:<[1]> but was:<[2]>
at 
org.apache.maven.it.MavenITmng3843PomInheritanceTest.testitMNG3843(MavenITmng3843PomInheritanceTest.java:105)


FAILED:  
org.apache.maven.it.MavenITmng3819PluginDepPlexusUtilsTest.windows-jdk11 / Run 
ITs Windows Java 11 / testitMNG3819

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
at 
org.apache.maven.it.MavenITmng3819PluginDepPlexusUtilsTest.testitMNG3819(MavenITmng3819PluginDepPlexusUtilsTest.java:62)


FAILED:  

Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-6113 #3

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/MNG-6113/3/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17
* Add checksums for MNG-5771
* Don't require SNAPSHOT versions
* Use new style altDeploymentRepository option format
* Move test plugin for MNG-4338 to Maven 3.0 Plugin API
* Add checksums to avoid warnings in ITs
* [MNG-3485] Fix IT by locking maven-surefire-plugin to original version
* [MNG-7041] Update @since, version ranges and other version related strings
* [MNG-5728] Switch the default checksum policy from "warn" to "fail"
* Fix incorrect line ending issue
* [MNG-6566] Plugins that require a certain phase should not fork goals that 
are already in the execution plan.
* [MNG-6957] versionless reactor dependencies/parent should work even if 
modules are aggregated in reverse order
* Use consistently groupId prefix 'org.apache.maven.its.' in ITs
* [MNG-7045] Drop CDI API from Maven
* Fix MNG-3259 IT on JDK 16
* [MNG-4660] Increase usefulness of logging
* Trim trailing whitespace
* [MNG-7022] Remove o.a.m.lifecycle.mapping.Lifecycle optional mojos backward 
compat code
* [MNG-7046] Revert MNG-5639 and make repo config static only
* [MNG-4660] Increase usefulness of logging
* [MNG-5760] Add `-r/--resume` to automatically resume from the last failure 
point
* [MNG-6972] Allow access to org.apache.maven.graph
* Trim line endings as done by Maven Resolver
* Correct last remaining incorrect checksums
* Test for consistent logging
* [MNG-6972] Fix IT - explicitly set compiler target versions to 8
* Set minimal default target/source/release for maven-compiler to Java 7

20 tests failed.
FAILED:  
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.windows-jdk8 / Run 
ITs Windows Java 8 / testSLF4j

Error Message:
expected:<3> but was:<2>

Stack Trace:
junit.framework.AssertionFailedError: expected:<3> but was:<2>
at 
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.testSLF4j(MavenITmng5783PluginDependencyFiltering.java:36)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk8 / 
Run ITs Windows Java 8 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.windows-jdk8 / 
Run ITs Windows Java 8 / testitMakeRoot

Error Message:
Unwanted file was found: 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4262\parent\..\sub-a\target\touch.txt

Stack Trace:
java.lang.AssertionError: Unwanted file was found: 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4262\parent\..\sub-a\target\touch.txt
at 
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.testitMakeRoot(MavenITmng4262MakeLikeReactorDottedPathTest.java:67)


FAILED:  org.apache.maven.it.MavenITmng3843PomInheritanceTest.windows-jdk8 / 
Run ITs Windows Java 8 / testitMNG3843

Error Message:
expected:<[1]> but was:<[2]>

Stack Trace:
junit.framework.ComparisonFailure: expected:<[1]> but was:<[2]>
at 
org.apache.maven.it.MavenITmng3843PomInheritanceTest.testitMNG3843(MavenITmng3843PomInheritanceTest.java:105)


FAILED:  
org.apache.maven.it.MavenITmng3819PluginDepPlexusUtilsTest.windows-jdk8 / Run 
ITs Windows Java 8 / testitMNG3819

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
at 
org.apache.maven.it.MavenITmng3819PluginDepPlexusUtilsTest.testitMNG3819(MavenITmng3819PluginDepPlexusUtilsTest.java:62)


FAILED:  
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.windows-jdk11 / Run 
ITs Windows Java 11 / testSLF4j

Error Message:
expected:<3> but was:<2>

Stack Trace:
junit.framework.AssertionFailedError: expected:<3> but was:<2>
at 
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.testSLF4j(MavenITmng5783PluginDependencyFiltering.java:36)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk11 / 
Run ITs Windows Java 11 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 

Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-6268 #2

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/MNG-6268/2/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17
* [MNG-3485] Fix IT by locking maven-surefire-plugin to original version
* [MNG-7041] Update @since, version ranges and other version related strings
* [MNG-5728] Switch the default checksum policy from "warn" to "fail"
* Fix incorrect line ending issue
* [MNG-6566] Plugins that require a certain phase should not fork goals that 
are already in the execution plan.
* [MNG-6957] versionless reactor dependencies/parent should work even if 
modules are aggregated in reverse order
* Use consistently groupId prefix 'org.apache.maven.its.' in ITs
* [MNG-7045] Drop CDI API from Maven
* Fix MNG-3259 IT on JDK 16
* [MNG-4660] Increase usefulness of logging
* Trim trailing whitespace
* [MNG-7022] Remove o.a.m.lifecycle.mapping.Lifecycle optional mojos backward 
compat code
* [MNG-7046] Revert MNG-5639 and make repo config static only
* [MNG-4660] Increase usefulness of logging
* [MNG-5760] Add `-r/--resume` to automatically resume from the last failure 
point
* [MNG-6972] Allow access to org.apache.maven.graph
* Trim line endings as done by Maven Resolver
* Correct last remaining incorrect checksums
* Test for consistent logging
* [MNG-6972] Fix IT - explicitly set compiler target versions to 8
* Set minimal default target/source/release for maven-compiler to Java 7

20 tests failed.
FAILED:  
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.windows-jdk8 / Run 
ITs Windows Java 8 / testSLF4j

Error Message:
expected:<3> but was:<2>

Stack Trace:
junit.framework.AssertionFailedError: expected:<3> but was:<2>
at 
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.testSLF4j(MavenITmng5783PluginDependencyFiltering.java:36)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk8 / 
Run ITs Windows Java 8 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.windows-jdk8 / 
Run ITs Windows Java 8 / testitMakeRoot

Error Message:
Unwanted file was found: 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4262\parent\..\sub-a\target\touch.txt

Stack Trace:
java.lang.AssertionError: Unwanted file was found: 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4262\parent\..\sub-a\target\touch.txt
at 
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.testitMakeRoot(MavenITmng4262MakeLikeReactorDottedPathTest.java:67)


FAILED:  org.apache.maven.it.MavenITmng3843PomInheritanceTest.windows-jdk8 / 
Run ITs Windows Java 8 / testitMNG3843

Error Message:
expected:<[1]> but was:<[2]>

Stack Trace:
junit.framework.ComparisonFailure: expected:<[1]> but was:<[2]>
at 
org.apache.maven.it.MavenITmng3843PomInheritanceTest.testitMNG3843(MavenITmng3843PomInheritanceTest.java:105)


FAILED:  
org.apache.maven.it.MavenITmng3819PluginDepPlexusUtilsTest.windows-jdk8 / Run 
ITs Windows Java 8 / testitMNG3819

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
at 
org.apache.maven.it.MavenITmng3819PluginDepPlexusUtilsTest.testitMNG3819(MavenITmng3819PluginDepPlexusUtilsTest.java:62)


FAILED:  
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.windows-jdk11 / Run 
ITs Windows Java 11 / testSLF4j

Error Message:
expected:<3> but was:<2>

Stack Trace:
junit.framework.AssertionFailedError: expected:<3> but was:<2>
at 
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.testSLF4j(MavenITmng5783PluginDependencyFiltering.java:36)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk11 / 
Run ITs Windows Java 11 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  

Build unstable in Jenkins: Maven » Maven TLP » maven » checkstyle-next #3

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/checkstyle-next/3/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17
* [MNG-5760] Add `-r/--resume` to automatically resume from the last failure 
point
* [MNG-6972] Allow access to org.apache.maven.graph
* Trim line endings as done by Maven Resolver
* Correct last remaining incorrect checksums
* Test for consistent logging
* [MNG-6972] Fix IT - explicitly set compiler target versions to 8
* Set minimal default target/source/release for maven-compiler to Java 7

4 tests failed.
FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk8 / 
Run ITs Windows Java 8 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk11 / 
Run ITs Windows Java 11 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.linux-jdk8 / Run 
ITs Linux Java 8 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.linux-jdk11 / Run 
ITs Linux Java 11 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)




Build log:
[...truncated 42679 lines...]
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-source-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-source-plugin/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-surefire-plugin/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-war-plugin:maven-plugin:0.1-stub-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-war-plugin/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-dependency-collection:maven-plugin:2.1-SNAPSHOT
 generated by maven-surefire-plugin:test (default-test): 
core-it-support/core-it-plugins/maven-it-plugin-dependency-collection/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.its.plugins:maven-it-plugin-dependency-resolution:maven-plugin:2.1-SNAPSHOT
 generated by 

Build failed in Jenkins: Maven » Maven TLP » maven » MNG-7032_versioncolours #5

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/MNG-7032_versioncolours/5/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17
* [MNG-5760] Add `-r/--resume` to automatically resume from the last failure 
point
* [MNG-6972] Allow access to org.apache.maven.graph
* Trim line endings as done by Maven Resolver
* Correct last remaining incorrect checksums
* Test for consistent logging
* [MNG-6972] Fix IT - explicitly set compiler target versions to 8
* Set minimal default target/source/release for maven-compiler to Java 7

15 tests failed.
FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk11 / 
Run ITs Windows Java 11 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.windows-jdk11 / 
Run ITs Windows Java 11 / testitMakeRoot

Error Message:
Unwanted file was found: 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4262\parent\..\sub-a\target\touch.txt

Stack Trace:
java.lang.AssertionError: Unwanted file was found: 
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\mng-4262\parent\..\sub-a\target\touch.txt
at 
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.testitMakeRoot(MavenITmng4262MakeLikeReactorDottedPathTest.java:67)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.linux-jdk8 / Run 
ITs Linux Java 8 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.linux-jdk8 / 
Run ITs Linux Java 8 / testitMakeRoot

Error Message:
Unwanted file was found: 
/home/jenkins/jenkins-agent/workspace/ox_maven_MNG-7032_versioncolours/test/core-it-suite/target/test-classes/mng-4262/parent/../sub-a/target/touch.txt

Stack Trace:
java.lang.AssertionError: Unwanted file was found: 
/home/jenkins/jenkins-agent/workspace/ox_maven_MNG-7032_versioncolours/test/core-it-suite/target/test-classes/mng-4262/parent/../sub-a/target/touch.txt
at 
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.testitMakeRoot(MavenITmng4262MakeLikeReactorDottedPathTest.java:67)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.linux-jdk11 / Run 
ITs Linux Java 11 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.linux-jdk11 / 
Run ITs Linux Java 11 / testitMakeRoot

Error Message:
Unwanted file was found: 
/home/jenkins/h49-shared/712657a4/workspace/ox_maven_MNG-7032_versioncolours/test/core-it-suite/target/test-classes/mng-4262/parent/../sub-a/target/touch.txt

Stack Trace:
java.lang.AssertionError: Unwanted file was found: 
/home/jenkins/h49-shared/712657a4/workspace/ox_maven_MNG-7032_versioncolours/test/core-it-suite/target/test-classes/mng-4262/parent/../sub-a/target/touch.txt
at 
org.apache.maven.it.MavenITmng4262MakeLikeReactorDottedPathTest.testitMakeRoot(MavenITmng4262MakeLikeReactorDottedPathTest.java:67)


FAILED:  
org.apache.maven.it.MavenITmng5783PluginDependencyFiltering.windows-jdk11 / Run 
ITs Windows Java 11 / testSLF4j

Error Message:
expected:<3> but was:<2>

Stack Trace:
junit.framework.AssertionFailedError: expected:<3> but was:<2>
at 

Build unstable in Jenkins: Maven » Maven TLP » maven-filtering » MichelSchudel-MRESOURCES-250-flatten-dirs #14

2021-01-14 Thread Apache Jenkins Server
eckstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 7 errors, 0 violation remaining.
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  35.906 s
[INFO] Finished at: 2021-01-14T19:56:35Z
[INFO] 
[WARNING] The requested profile "run-its" could not be activated because it 
does not exist.
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/workspace/udel-MRESOURCES-250-flatten-dirs@2@tmp/withMavenbe5040c0/maven-spy-20210114-195559-7631504536469818562685.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.shared:maven-filtering:jar:3.1.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): m/target/surefire-reports/*.xml
Recording test results
[withMaven] Publishers: Junit Publisher: 11882 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: UNSTABLE
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [slachiewicz].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Build failed in Jenkins: Maven » Maven TLP » maven-filtering » GITHUB #14

2021-01-14 Thread Apache Jenkins Server
:56:38Z
[INFO] 
[WARNING] The requested profile "run-its" could not be activated because it 
does not exist.
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/jenkins-agent/workspace/maven-box_maven-filtering_GITHUB@2@tmp/withMaven97e5079c/maven-spy-20210114-195607-805787945445544622383.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.shared:maven-filtering:jar:3.1.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): m/target/surefire-reports/*.xml
Recording test results
[withMaven] Publishers: Junit Publisher: 7485 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] echo
[FAILURE-003] AbortException hudson.AbortException: script returned exit code 1
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [slachiewicz].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Build failed in Jenkins: Maven » Maven TLP » maven-filtering » plex #14

2021-01-14 Thread Apache Jenkins Server
shed at: 2021-01-14T19:56:27Z
[INFO] 
[WARNING] The requested profile "run-its" could not be activated because it 
does not exist.
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/jenkins-agent/workspace/n_maven-box_maven-filtering_plex@2@tmp/withMavene5f31f3a/maven-spy-20210114-195601-95014079771529087598574.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.shared:maven-filtering:jar:3.1.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): m/target/surefire-reports/*.xml
Recording test results
[withMaven] Publishers: Junit Publisher: 11809 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] echo
[FAILURE-003] AbortException hudson.AbortException: script returned exit code 1
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [slachiewicz].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Build unstable in Jenkins: Maven » Maven TLP » maven » MNG-7060 #6

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/MNG-7060/6/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17
* Test for consistent logging
* [MNG-6972] Fix IT - explicitly set compiler target versions to 8
* Set minimal default target/source/release for maven-compiler to Java 7

4 tests failed.
FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk8 / 
Run ITs Windows Java 8 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk11 / 
Run ITs Windows Java 11 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.linux-jdk11 / Run 
ITs Linux Java 11 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.linux-jdk8 / Run 
ITs Linux Java 8 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)




Build log:
[...truncated 42674 lines...]
[withMaven] artifactsPublisher - Archive artifact 
core-it-support/core-it-plugins/maven-it-plugin-toolchain/pom.xml under 
org/apache/maven/its/plugins/maven-it-plugin-toolchain/2.1-SNAPSHOT/maven-it-plugin-toolchain-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
core-it-support/core-it-plugins/maven-it-plugin-toolchain/target/maven-it-plugin-toolchain-2.1-SNAPSHOT.jar
 under 
org/apache/maven/its/plugins/maven-it-plugin-toolchain/2.1-SNAPSHOT/maven-it-plugin-toolchain-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact 
core-it-support/core-it-plugins/maven-it-plugin-touch/pom.xml under 
org/apache/maven/its/plugins/maven-it-plugin-touch/2.1-SNAPSHOT/maven-it-plugin-touch-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
core-it-support/core-it-plugins/maven-it-plugin-touch/target/maven-it-plugin-touch-2.1-SNAPSHOT.jar
 under 
org/apache/maven/its/plugins/maven-it-plugin-touch/2.1-SNAPSHOT/maven-it-plugin-touch-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact 
core-it-support/core-it-plugins/maven-it-plugin-uses-properties/pom.xml under 
org/apache/maven/its/plugins/maven-it-plugin-uses-properties/2.1-SNAPSHOT/maven-it-plugin-uses-properties-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
core-it-support/core-it-plugins/maven-it-plugin-uses-properties/target/maven-it-plugin-uses-properties-2.1-SNAPSHOT.jar
 under 
org/apache/maven/its/plugins/maven-it-plugin-uses-properties/2.1-SNAPSHOT/maven-it-plugin-uses-properties-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact 
core-it-support/core-it-plugins/maven-it-plugin-uses-wagon/pom.xml 

Build unstable in Jenkins: Maven » Maven TLP » maven » system-line-separator #2

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/system-line-separator/2/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17
* [MNG-5760] Add `-r/--resume` to automatically resume from the last failure 
point
* [MNG-6972] Allow access to org.apache.maven.graph
* Trim line endings as done by Maven Resolver
* Correct last remaining incorrect checksums
* Test for consistent logging
* [MNG-6972] Fix IT - explicitly set compiler target versions to 8
* Set minimal default target/source/release for maven-compiler to Java 7

4 tests failed.
FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk8 / 
Run ITs Windows Java 8 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.windows-jdk11 / 
Run ITs Windows Java 11 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.linux-jdk8 / Run 
ITs Linux Java 8 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)


FAILED:  
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.linux-jdk11 / Run 
ITs Linux Java 11 / testit

Error Message:
Text not found in log: [WARNING] 'project' uses 
'org.apache.maven.its.mng5572:plugin' as extension which is not possible within 
the same reactor build. This plugin was pulled from the local repository!

Stack Trace:
org.apache.maven.it.VerificationException: Text not found in log: [WARNING] 
'project' uses 'org.apache.maven.its.mng5572:plugin' as extension which is not 
possible within the same reactor build. This plugin was pulled from the local 
repository!
at 
org.apache.maven.it.MavenITmng5572ReactorPluginExtensionsTest.testit(MavenITmng5572ReactorPluginExtensionsTest.java:64)




Build log:
[...truncated 42675 lines...]
[withMaven] artifactsPublisher - Archive artifact 
core-it-support/core-it-plugins/maven-it-plugin-toolchain/target/maven-it-plugin-toolchain-2.1-SNAPSHOT.jar
 under 
org/apache/maven/its/plugins/maven-it-plugin-toolchain/2.1-SNAPSHOT/maven-it-plugin-toolchain-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact 
core-it-support/core-it-plugins/maven-it-plugin-touch/pom.xml under 
org/apache/maven/its/plugins/maven-it-plugin-touch/2.1-SNAPSHOT/maven-it-plugin-touch-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
core-it-support/core-it-plugins/maven-it-plugin-touch/target/maven-it-plugin-touch-2.1-SNAPSHOT.jar
 under 
org/apache/maven/its/plugins/maven-it-plugin-touch/2.1-SNAPSHOT/maven-it-plugin-touch-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact 
core-it-support/core-it-plugins/maven-it-plugin-uses-properties/pom.xml under 
org/apache/maven/its/plugins/maven-it-plugin-uses-properties/2.1-SNAPSHOT/maven-it-plugin-uses-properties-2.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
core-it-support/core-it-plugins/maven-it-plugin-uses-properties/target/maven-it-plugin-uses-properties-2.1-SNAPSHOT.jar
 under 
org/apache/maven/its/plugins/maven-it-plugin-uses-properties/2.1-SNAPSHOT/maven-it-plugin-uses-properties-2.1-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact 

Build failed in Jenkins: Maven » Maven TLP » maven » MNG-6732 #15

2021-01-14 Thread Apache Jenkins Server
 SUCCESS [  4.545 s]
[INFO] Maven Builder Support .. SUCCESS [  3.088 s]
[INFO] Maven Model Builder  SUCCESS [ 10.732 s]
[INFO] Maven Settings . SUCCESS [  2.337 s]
[INFO] Maven Settings Builder . SUCCESS [  4.029 s]
[INFO] Maven Repository Metadata Model  SUCCESS [  2.310 s]
[INFO] Maven Artifact Resolver Provider ... FAILURE [ 10.288 s]
[INFO] Maven Core . SKIPPED
[INFO] Maven SLF4J Wrapper  SUCCESS [  3.000 s]
[INFO] Maven SLF4J Simple Provider  SUCCESS [  4.469 s]
[INFO] Maven Embedder . SKIPPED
[INFO] Maven Compat ... SKIPPED
[INFO] Apache Maven Distribution .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  01:26 min
[INFO] Finished at: 2021-01-14T18:36:05Z
[INFO] 
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6732/build@tmp/withMaven501528cb/maven-spy-20210114-183439-1428589862388351432554.log
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-check) 
on project maven-resolver-provider: You have 1 Checkstyle violation. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-check) 
on project maven-resolver-provider: You have 1 Checkstyle violation.
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 sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java: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.MojoFailureException: You have 1 Checkstyle 
violation.
at org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo.execute 
(CheckstyleViolationCheckMojo.java:576)
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

Build failed in Jenkins: Maven » Maven TLP » maven » MNG-6846 #15

2021-01-14 Thread Apache Jenkins Server
O] 
[INFO] Apache Maven ... SUCCESS [ 15.267 s]
[INFO] Maven Model  SUCCESS [ 10.077 s]
[INFO] Maven Artifact . SUCCESS [  4.948 s]
[INFO] Maven Plugin API ... SUCCESS [  3.589 s]
[INFO] Maven Builder Support .. SUCCESS [  2.979 s]
[INFO] Maven Model Builder  FAILURE [  8.467 s]
[INFO] Maven Settings . SUCCESS [  1.550 s]
[INFO] Maven Settings Builder . SUCCESS [  2.605 s]
[INFO] Maven Repository Metadata Model  SUCCESS [  1.301 s]
[INFO] Maven Artifact Resolver Provider ... SKIPPED
[INFO] Maven Core . SKIPPED
[INFO] Maven SLF4J Wrapper  SUCCESS [  1.816 s]
[INFO] Maven SLF4J Simple Provider  SUCCESS [  3.184 s]
[INFO] Maven Embedder . SKIPPED
[INFO] Maven Compat ... SKIPPED
[INFO] Apache Maven Distribution .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  57.066 s
[INFO] Finished at: 2021-01-14T18:36:03Z
[INFO] 
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-6846/build@tmp/withMaven60c6a15a/maven-spy-20210114-183506-2598916532578487715692.log
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-check) 
on project maven-model-builder: You have 6 Checkstyle violations. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-check) 
on project maven-model-builder: You have 6 Checkstyle violations.
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 sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java: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.MojoFailureException: You have 6 Checkstyle 
violations.
at org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo.execute 
(CheckstyleViolationCheckMojo.java:576)
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.doExec

Build failed in Jenkins: Maven » Maven TLP » maven » pre-reset-master #16

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven/job/pre-reset-master/16/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17

No tests ran.

Build log:
[...truncated 112 lines...]
at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:507)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:219)
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 sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:606)
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]   The project org.apache.maven:maven:3.4.0-SNAPSHOT 
(/home/jenkins/workspace/maven-box_maven_pre-reset-master/build/pom.xml) has 1 
error
[ERROR] Non-resolvable parent POM for 
org.apache.maven:maven:3.4.0-SNAPSHOT: Could not transfer artifact 
org.apache.maven:maven-parent:pom:30 from/to central 
(https://repo.maven.apache.org/maven2): Transfer failed for 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom
 and 'parent.relativePath' points at wrong local POM @ line 25, column 11: 
Received fatal alert: protocol_version -> [Help 2]
org.apache.maven.model.resolution.UnresolvableModelException: Could not 
transfer artifact org.apache.maven:maven-parent:pom:30 from/to central 
(https://repo.maven.apache.org/maven2): Transfer failed for 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom
at org.apache.maven.project.ProjectModelResolver.resolveModel 
(ProjectModelResolver.java:196)
at org.apache.maven.project.ProjectModelResolver.resolveModel 
(ProjectModelResolver.java:242)
at org.apache.maven.model.building.DefaultModelBuilder.readParentExternally 
(DefaultModelBuilder.java:1070)
at org.apache.maven.model.building.DefaultModelBuilder.readParent 
(DefaultModelBuilder.java:846)
at org.apache.maven.model.building.DefaultModelBuilder.build 
(DefaultModelBuilder.java:337)
at org.apache.maven.project.DefaultProjectBuilder.build 
(DefaultProjectBuilder.java:448)
at org.apache.maven.project.DefaultProjectBuilder.build 
(DefaultProjectBuilder.java:414)
at org.apache.maven.project.DefaultProjectBuilder.build 
(DefaultProjectBuilder.java:377)
at org.apache.maven.graph.DefaultGraphBuilder.collectProjects 
(DefaultGraphBuilder.java:414)
at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor 
(DefaultGraphBuilder.java:405)
at org.apache.maven.graph.DefaultGraphBuilder.build 
(DefaultGraphBuilder.java:82)
at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:507)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:219)
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 sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:606)
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.eclipse.aether.resolution.ArtifactResolutionException: Could not 
transfer artifact org.apache.maven:maven-parent:pom:30 from/to central 
(https://repo.maven.apache.org/maven2): Transfer failed for 
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom
at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve 
(DefaultArtifactResolver.java:424)
at 
org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts 

Build failed in Jenkins: Maven » Maven TLP » maven » MNG-6825 #15

2021-01-14 Thread Apache Jenkins Server
aven-box_maven_MNG-6825/build@tmp/withMaven97a41ee3/maven-spy-20210114-182735-2555618871609210269624.log
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-check) 
on project maven-core: You have 28 Checkstyle violations. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-check) 
on project maven-core: You have 28 Checkstyle violations.
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 sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java: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.MojoFailureException: You have 28 Checkstyle 
violations.
at org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo.execute 
(CheckstyleViolationCheckMojo.java:576)
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 sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java: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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :maven-core
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact pom.xml under 
org/apache/maven/maven/3.7.0-SNAPSHOT/maven-3.7.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
t

Build failed in Jenkins: Maven » Maven TLP » maven » MNG-5600-sl #15

2021-01-14 Thread Apache Jenkins Server
-
[INFO] 
[INFO] Reactor Summary for Apache Maven 3.7.0-SNAPSHOT:
[INFO] 
[INFO] Apache Maven ... SUCCESS [ 15.382 s]
[INFO] Maven Model  SUCCESS [  9.214 s]
[INFO] Maven Artifact . SUCCESS [  4.857 s]
[INFO] Maven Plugin API ... SUCCESS [  3.340 s]
[INFO] Maven Builder Support .. SUCCESS [  2.909 s]
[INFO] Maven Model Builder  FAILURE [  7.305 s]
[INFO] Maven Settings . SUCCESS [  1.340 s]
[INFO] Maven Settings Builder . SUCCESS [  2.273 s]
[INFO] Maven Repository Metadata Model  SUCCESS [  1.226 s]
[INFO] Maven Artifact Resolver Provider ... SKIPPED
[INFO] Maven Core . SKIPPED
[INFO] Maven SLF4J Wrapper  SUCCESS [  1.865 s]
[INFO] Maven SLF4J Simple Provider  SUCCESS [  3.284 s]
[INFO] Maven Embedder . SKIPPED
[INFO] Maven Compat ... SKIPPED
[INFO] Apache Maven Distribution .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  54.281 s
[INFO] Finished at: 2021-01-14T18:26:26Z
[INFO] 
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/jenkins-agent/workspace/aven_maven-box_maven_MNG-5600-sl/build@tmp/withMaven0ee6c81d/maven-spy-20210114-182531-65487354835478873349.log
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-check) 
on project maven-model-builder: You have 3 Checkstyle violations. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-check) 
on project maven-model-builder: You have 3 Checkstyle violations.
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 sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke 
(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke 
(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke (Method.java:498)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced 
(Launcher.java: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.MojoFailureException: You have 3 Checkstyle 
violations.
at org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo.execute 
(CheckstyleViolationCheckMojo.java:576)
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
 (Sin

Build failed in Jenkins: Maven » Maven TLP » maven » MNG-6135 #2

2021-01-14 Thread Apache Jenkins Server
 kB at 282 kB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
 (61 kB at 2.9 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
 (128 kB at 5.6 MB/s)
[INFO] Reading assembly descriptor: src/assembly/wrapper/script.xml
[INFO] Reading assembly descriptor: src/assembly/wrapper/bin.xml
[INFO] Reading assembly descriptor: src/assembly/wrapper/source.xml
[INFO] Building tar: 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6135/build/apache-maven/target/apache-maven-wrapper-3.7.0-SNAPSHOT-script.tar.gz
[INFO] Building zip: 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6135/build/apache-maven/target/apache-maven-wrapper-3.7.0-SNAPSHOT-script.zip
[INFO] Building tar: 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6135/build/apache-maven/target/apache-maven-wrapper-3.7.0-SNAPSHOT-bin.tar.gz
[INFO] Building zip: 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6135/build/apache-maven/target/apache-maven-wrapper-3.7.0-SNAPSHOT-bin.zip
[INFO] Building tar: 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6135/build/apache-maven/target/apache-maven-wrapper-3.7.0-SNAPSHOT-source.tar.gz
[INFO] Building zip: 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6135/build/apache-maven/target/apache-maven-wrapper-3.7.0-SNAPSHOT-source.zip
[WARNING] [jenkins-event-spy] Unexpected Maven project file name 
'maven-wrapper.pom', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name 
'maven-wrapper.pom', problems may occur
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
apache-maven-wrapper ---
[WARNING] [jenkins-event-spy] Unexpected Maven project file name 
'maven-wrapper.pom', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name 
'maven-wrapper.pom', problems may occur
[INFO] 
[INFO] Reactor Summary for Apache Maven 3.7.0-SNAPSHOT:
[INFO] 
[INFO] Apache Maven ... SUCCESS [ 19.626 s]
[INFO] Maven Model  SUCCESS [ 12.912 s]
[INFO] Maven Artifact . SUCCESS [  6.415 s]
[INFO] Maven Plugin API ... SUCCESS [  4.604 s]
[INFO] Maven Builder Support .. SUCCESS [  2.908 s]
[INFO] Maven XML .. SUCCESS [  6.175 s]
[INFO] Maven Model Builder  SUCCESS [ 10.813 s]
[INFO] Maven Settings . SUCCESS [  2.113 s]
[INFO] Maven Settings Builder . SUCCESS [  3.574 s]
[INFO] Maven Repository Metadata Model  SUCCESS [  2.006 s]
[INFO] Maven Artifact Resolver Provider ... SUCCESS [  9.685 s]
[INFO] Maven Core . FAILURE [ 42.613 s]
[INFO] Maven SLF4J Wrapper  SUCCESS [  2.876 s]
[INFO] Maven SLF4J Simple Provider  SUCCESS [  4.476 s]
[INFO] Maven Embedder . SKIPPED
[INFO] Maven Compat ... SKIPPED
[INFO] Apache Maven Distribution .. SKIPPED
[INFO] Maven Wrapper .. SUCCESS [  5.234 s]
[INFO] Apache Maven Wrapper Distribution .. SUCCESS [  2.854 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  02:19 min
[INFO] Finished at: 2021-01-14T18:20:24Z
[INFO] 
[WARNING] [jenkins-event-spy] Unexpected Maven project file name 
'maven-wrapper.pom', problems may occur
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/workspace/Maven_maven-box_maven_MNG-6135/build@tmp/withMaven645aeaee/maven-spy-20210114-181804-9583677957494344894431.log
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-check) 
on project maven-core: You have 1 Checkstyle violation. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-check) 
on project maven-core: You have 1 Checkstyle violation.
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.buildP

Build failed in Jenkins: Maven » Maven TLP » maven » MNG-5222 #16

2021-01-14 Thread Apache Jenkins Server
 kB at 282 kB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
 (61 kB at 3.4 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar
 (128 kB at 6.7 MB/s)
[INFO] Reading assembly descriptor: src/assembly/wrapper/script.xml
[INFO] Reading assembly descriptor: src/assembly/wrapper/bin.xml
[INFO] Reading assembly descriptor: src/assembly/wrapper/source.xml
[INFO] Building tar: 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-5222/build/apache-maven/target/apache-maven-wrapper-4.0.0-alpha-1-SNAPSHOT-script.tar.gz
[INFO] Building zip: 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-5222/build/apache-maven/target/apache-maven-wrapper-4.0.0-alpha-1-SNAPSHOT-script.zip
[INFO] Building tar: 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-5222/build/apache-maven/target/apache-maven-wrapper-4.0.0-alpha-1-SNAPSHOT-bin.tar.gz
[INFO] Building zip: 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-5222/build/apache-maven/target/apache-maven-wrapper-4.0.0-alpha-1-SNAPSHOT-bin.zip
[INFO] Building tar: 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-5222/build/apache-maven/target/apache-maven-wrapper-4.0.0-alpha-1-SNAPSHOT-source.tar.gz
[INFO] Building zip: 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-5222/build/apache-maven/target/apache-maven-wrapper-4.0.0-alpha-1-SNAPSHOT-source.zip
[WARNING] [jenkins-event-spy] Unexpected Maven project file name 
'maven-wrapper.pom', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name 
'maven-wrapper.pom', problems may occur
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
apache-maven-wrapper ---
[WARNING] [jenkins-event-spy] Unexpected Maven project file name 
'maven-wrapper.pom', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name 
'maven-wrapper.pom', problems may occur
[INFO] 
[INFO] Reactor Summary for Apache Maven 4.0.0-alpha-1-SNAPSHOT:
[INFO] 
[INFO] Apache Maven ... SUCCESS [ 18.312 s]
[INFO] Maven Model  SUCCESS [  9.074 s]
[INFO] Maven Artifact . SUCCESS [  4.377 s]
[INFO] Maven Plugin API ... SUCCESS [  2.779 s]
[INFO] Maven Builder Support .. SUCCESS [  1.953 s]
[INFO] Maven XML .. SUCCESS [  4.364 s]
[INFO] Maven Model Builder  SUCCESS [  7.446 s]
[INFO] Maven Settings . SUCCESS [  1.641 s]
[INFO] Maven Settings Builder . SUCCESS [  3.671 s]
[INFO] Maven Repository Metadata Model  SUCCESS [  2.377 s]
[INFO] Maven Artifact Resolver Provider ... SUCCESS [  7.080 s]
[INFO] Maven Core . FAILURE [ 28.421 s]
[INFO] Maven SLF4J Wrapper  SUCCESS [  2.072 s]
[INFO] Maven SLF4J Simple Provider  SUCCESS [  3.004 s]
[INFO] Maven Embedder . SKIPPED
[INFO] Maven Compat ... SKIPPED
[INFO] Apache Maven Distribution .. SKIPPED
[INFO] Maven Wrapper .. SUCCESS [  3.510 s]
[INFO] Apache Maven Wrapper Distribution .. SUCCESS [  2.052 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  01:42 min
[INFO] Finished at: 2021-01-14T18:14:32Z
[INFO] 
[WARNING] [jenkins-event-spy] Unexpected Maven project file name 
'maven-wrapper.pom', problems may occur
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/jenkins-agent/workspace/Maven_maven-box_maven_MNG-5222/build@tmp/withMaven4b2d3fa8/maven-spy-20210114-181249-3436081347071017044165.log
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-check) 
on project maven-core: You have 1 Checkstyle violation. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:check (checkstyle-check) 
on project maven-core: You have 1 Checkstyle violation.
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:215)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.ja

Build failed in Jenkins: Maven » Maven TLP » maven-patch-plugin » MPATCH-18 #17

2021-01-14 Thread Apache Jenkins Server
/4.5.3/antlr4-runtime-4.5.3.jar
 (302 kB at 6.7 MB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar
 (53 kB at 1.1 MB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar
 (234 kB at 4.5 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/6.18/checkstyle-6.18.jar
 (1.2 MB at 19 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
 (208 kB at 3.1 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar
 (126 kB at 1.9 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar 
(2.3 MB at 22 MB/s)
[withMaven] Publishers: 
[Pipeline] // withMaven
[Pipeline] echo
[FAILURE-004] hudson.AbortException: script returned exit code 1
[Pipeline] cleanWs
[INFO] 
[INFO] --- maven-invoker-plugin:3.0.1:verify (integration-test) @ 
maven-patch-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 6, Failed: 0, Errors: 0, Skipped: 0
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  35.197 s
[INFO] Finished at: 2021-01-14T17:09:20Z
[INFO] 
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/workspace/box_maven-patch-plugin_MPATCH-18@2@tmp/withMaven2f047f47/maven-spy-20210114-170845-33617026737798821206773.log
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[WS-CLEANUP] done
[Pipeline] cleanWs
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-patch-plugin:maven-plugin:1.3-SNAPSHOT generated 
by maven-surefire-plugin:test (default-test): m/target/surefire-reports/*.xml
Recording test results
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
None of the test reports contained any result
[withMaven] Publishers: Junit Publisher: 342 ms
[INFO] run post-build script verify.bsh
[INFO]   remove-empty-files/pom.xml ... SUCCESS 
(3.5 s)
[INFO] Building: path with spaces/pom.xml
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch linux-jdk16
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[INFO] run post-build script verify.bsh
[INFO]   path with spaces/pom.xml . SUCCESS 
(3.9 s)
[INFO] Building: skip-when-patch-tracking-file-present/pom.xml
[INFO] run post-build script verify.bsh
[INFO]   skip-when-patch-tracking-file-present/pom.xml  SUCCESS 
(3.5 s)
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-patch-plugin ---
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-resources/2/maven-shared-resources-2.pom
 (3.0 kB at 185 kB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
 (3.1 kB at 262 kB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
 (20 kB at 1.2 MB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom
 (7.0 kB at 348 kB/s)
[INFO] Downloading from ce

Build failed in Jenkins: Maven » Maven TLP » maven-patch-plugin » MNGSITE-332 #17

2021-01-14 Thread Apache Jenkins Server
/org/codehaus/plexus/plexus-compiler-manager/2.4/plexus-compiler-manager-2.4.jar
 (4.6 kB at 176 kB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.4/plexus-compiler-javac-2.4.jar
 (19 kB at 690 kB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar
 (46 kB at 1.4 MB/s)
[INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar
 (217 kB at 6.0 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar
 (134 kB at 3.3 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar
 (45 kB at 1.1 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 
kB at 6.9 MB/s)
[INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
 (640 kB at 10 MB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to 
/home/jenkins/workspace/x_maven-patch-plugin_MNGSITE-332@2/m/target/classes
[WS-CLEANUP] done
[Pipeline] cleanWs
[INFO] -
[ERROR] COMPILATION ERROR : 
[INFO] -
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.
[INFO] 2 errors 
[INFO] -
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  13.108 s
[INFO] Finished at: 2021-01-14T17:06:29Z
[INFO] 
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/workspace/x_maven-patch-plugin_MNGSITE-332@2@tmp/withMaven3c60b8b3/maven-spy-20210114-170616-42313993408843956451215.log
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on 
project maven-patch-plugin: Compilation failure: Compilation failure: 
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[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
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
m/target/it/apply-two-patches-in-order/pom.xml under 
test/apply-two-patches-in-order/1.0-SNAPSHOT/apply-two-patches-in-order-1.0-SNAPSHOT.pom
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[withMaven] Publishers: 
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch linux-jdk15
[Pipeline] // withMaven
[Pipeline] echo
[FAILURE-004] hudson.AbortException: script returned exit code 1
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[withMaven] Publishers: Generated Artifacts Publisher: 1397 ms, Open Task 
Scanner Publisher: 348 ms
[WS-CLEANUP] done
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
m/target/it/apply-single-patch/pom.xml under 
test/apply-single-patch/1.0-SNAPSHOT/apply-single-patch-1.0-SNAPSHOT.pom
[Pipeline] // node
[Pipeline] }
Failed in branch linux-jdk16
[withMaven] Publishers: Generated Artifacts Publisher: 1075 ms, Open Task 
Scanner Publisher: 348 ms
[withMaven] artifactsPublisher - Archive artifact 
m/target/it/skip-when-patch-enum-missing/pom.xml under 
test/apply-single-patch/1.0-SNAPSHOT/apply-single-patch-1.0-SNAPSHO

Build unstable in Jenkins: Maven » Maven TLP » maven-wagon » WAGON-491 #16

2021-01-14 Thread Apache Jenkins Server
gonTest.test(AbstractHttpClientWagonTest.java:78)


FAILED:  
org.apache.maven.wagon.providers.http.AbstractHttpClientWagonTest.linux-jdk8 / 
Build linux-jdk8 / test

Error Message:
Failed to transfer file 
http://repo.maven.apache.org/maven2/junit/junit/maven-metadata.xml with status 
code 501

Stack Trace:
org.apache.maven.wagon.TransferFailedException: Failed to transfer file 
http://repo.maven.apache.org/maven2/junit/junit/maven-metadata.xml with status 
code 501
at 
org.apache.maven.wagon.providers.http.AbstractHttpClientWagonTest.test(AbstractHttpClientWagonTest.java:78)


FAILED:  
org.apache.maven.wagon.providers.http.AbstractHttpClientWagonTest.linux-jdk15 / 
Build linux-jdk15 / test

Error Message:
Failed to transfer file 
http://repo.maven.apache.org/maven2/junit/junit/maven-metadata.xml with status 
code 501

Stack Trace:
org.apache.maven.wagon.TransferFailedException: Failed to transfer file 
http://repo.maven.apache.org/maven2/junit/junit/maven-metadata.xml with status 
code 501
at 
org.apache.maven.wagon.providers.http.AbstractHttpClientWagonTest.test(AbstractHttpClientWagonTest.java:78)




Build log:
[...truncated 30832 lines...]
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ wagon-webdav-jackrabbit 
---
[INFO] Building jar: 
/home/jenkins/jenkins-agent/workspace/_maven-box_maven-wagon_WAGON-491@2/m/wagon-providers/wagon-webdav-jackrabbit/target/wagon-webdav-jackrabbit-3.3.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
wagon-webdav-jackrabbit ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
wagon-webdav-jackrabbit ---
[INFO] 
[INFO] Reactor Summary for Apache Maven Wagon 3.3.3-SNAPSHOT:
[INFO] 
[INFO] Apache Maven Wagon . SUCCESS [ 22.070 s]
[INFO] Apache Maven Wagon :: API .. SUCCESS [ 11.105 s]
[INFO] Apache Maven Wagon :: Provider Test  SUCCESS [  5.412 s]
[INFO] Apache Maven Wagon :: Providers  SUCCESS [  1.812 s]
[INFO] Apache Maven Wagon :: Providers :: File Provider ... SUCCESS [  3.907 s]
[INFO] Apache Maven Wagon :: Providers :: FTP Provider  SUCCESS [  9.545 s]
[INFO] Apache Maven Wagon :: Providers :: HTTP Shared Library SUCCESS [  4.519 
s]
[INFO] Apache Maven Wagon :: Test Compatibility Kits .. SUCCESS [  1.495 s]
[INFO] Apache Maven Wagon :: HTTP Test Compatibility Kit .. SUCCESS [  2.876 s]
[INFO] Apache Maven Wagon :: Providers :: HTTP Provider ... SUCCESS [05:11 min]
[INFO] Apache Maven Wagon :: Providers :: Lightweight HTTP Provider SUCCESS 
[02:10 min]
[INFO] Apache Maven Wagon :: Providers :: SCM Provider  SUCCESS [ 18.357 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Common Library SUCCESS [  3.043 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Common Tests  SUCCESS [  3.132 s]
[INFO] Apache Maven Wagon :: Providers :: SSH External Provider SUCCESS [  
2.118 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Provider  SUCCESS [  3.198 s]
[INFO] Apache Maven Wagon :: Providers :: WebDAV Provider . SUCCESS [01:04 min]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  10:01 min
[INFO] Finished at: 2021-01-14T17:02:23Z
[INFO] 
[WARNING] The requested profile "run-its" could not be activated because it 
does not exist.
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/jenkins-agent/workspace/_maven-box_maven-wagon_WAGON-491@2@tmp/withMaven2e9bc176/maven-spy-20210114-165221-1234650015478353834680.log
[withMaven] Publishers: Junit Publisher: 47248 ms
[Pipeline] // dir
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // dir
[Pipeline] // dir
[Pipeline] // dir
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-provider-api:jar:3.3.3-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-provider-api/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-provider-test:jar:3.3.3-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-provider-test/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-file:jar:3.3.3-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-file/target/surefire-reports/*.xml
[withMaven] junitPubl

Build failed in Jenkins: Maven » Maven TLP » maven-war-plugin » master #17

2021-01-14 Thread Apache Jenkins Server
ild Summary:
[INFO]   Passed: 30, Failed: 1, Errors: 0, Skipped: 0
[INFO] -
[ERROR] The following builds failed:
[ERROR] *  MWAR-427_update-without-clean/pom.xml
[INFO] -
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time:  02:26 min
[INFO] Finished at: 2021-01-14T17:00:38Z
[INFO] 
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/workspace/aven-box_maven-war-plugin_master@2@tmp/withMaven736d8d4b/maven-spy-20210114-165811-67716802750536334765232.log
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-invoker-plugin:3.2.1:verify (integration-test) 
on project maven-war-plugin: 1 build failed. See console output above for 
details. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-invoker-plugin:3.2.1:verify (integration-test) 
on project maven-war-plugin: 1 build failed. See console output above for 
details.
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.MojoFailureException: 1 build failed. See 
console output above for details.
at org.apache.maven.plugins.invoker.InvokerSession.handleFailures 
(InvokerSession.java:259)
at org.apache.maven.plugins.invoker.VerifyMojo.execute (VerifyMojo.java:140)
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.ja

Build failed in Jenkins: Maven » Maven TLP » maven-wagon » WAGON-574 #16

2021-01-14 Thread Apache Jenkins Server
jar:3.4.0-SNAPSHOT in source directory 
m/wagon-providers/wagon-ssh-common/src/main/java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.wagon:wagon-ssh-common-test:jar:3.4.0-SNAPSHOT in source 
directory m/wagon-providers/wagon-ssh-common-test/src/main/java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.wagon:wagon-ssh-external:jar:3.4.0-SNAPSHOT in source 
directory m/wagon-providers/wagon-ssh-external/src/main/java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.wagon:wagon-ssh:jar:3.4.0-SNAPSHOT in source directory 
m/wagon-providers/wagon-ssh/src/main/java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.wagon:wagon-webdav-jackrabbit:jar:3.4.0-SNAPSHOT in source 
directory m/wagon-providers/wagon-webdav-jackrabbit/src/main/java
[TASKS] Scanning folder 
'/home/jenkins/jenkins-agent/workspace/_maven-box_maven-wagon_WAGON-574@2' for 
files matching the pattern 
'm/wagon-provider-api/src/main/java/**/*,m/wagon-provider-test/src/main/java/**/*,m/wagon-providers/wagon-file/src/main/java/**/*,m/wagon-providers/wagon-ftp/src/main/java/**/*,m/wagon-providers/wagon-http-shared/src/main/java/**/*,m/wagon-tcks/wagon-tck-http/src/main/java/**/*,m/wagon-providers/wagon-http/src/main/java/**/*,m/wagon-providers/wagon-http-lightweight/src/main/java/**/*,m/wagon-providers/wagon-scm/src/main/java/**/*,m/wagon-providers/wagon-ssh-common/src/main/java/**/*,m/wagon-providers/wagon-ssh-common-test/src/main/java/**/*,m/wagon-providers/wagon-ssh-external/src/main/java/**/*,m/wagon-providers/wagon-ssh/src/main/java/**/*,m/wagon-providers/wagon-webdav-jackrabbit/src/main/java/**/*'
 - excludes: null
[TASKS] Found 116 files to scan for tasks
[TASKS] Found 44 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[TASKS] Computing warning deltas based on reference build #15
[INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.07 s 
- in org.apache.maven.wagon.providers.webdav.WebDavsWagonTest
[INFO] Running org.apache.maven.wagon.providers.webdav.HttpClientWagonTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s 
- in org.apache.maven.wagon.providers.webdav.HttpClientWagonTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ wagon-webdav-jackrabbit 
---
[INFO] Building jar: 
/home/jenkins/workspace/_maven-box_maven-wagon_WAGON-574@2/m/wagon-providers/wagon-webdav-jackrabbit/target/wagon-webdav-jackrabbit-3.4.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
wagon-webdav-jackrabbit ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
wagon-webdav-jackrabbit ---
[INFO] 
[INFO] Reactor Summary for Apache Maven Wagon 3.4.0-SNAPSHOT:
[INFO] 
[INFO] Apache Maven Wagon . SUCCESS [ 14.756 s]
[INFO] Apache Maven Wagon :: API .. SUCCESS [  7.147 s]
[INFO] Apache Maven Wagon :: Provider Test  SUCCESS [  2.733 s]
[INFO] Apache Maven Wagon :: Providers  SUCCESS [  1.039 s]
[INFO] Apache Maven Wagon :: Providers :: File Provider ... SUCCESS [  3.631 s]
[INFO] Apache Maven Wagon :: Providers :: FTP Provider  SUCCESS [  7.868 s]
[INFO] Apache Maven Wagon :: Providers :: HTTP Shared Library SUCCESS [  2.866 
s]
[INFO] Apache Maven Wagon :: Test Compatibility Kits .. SUCCESS [  0.607 s]
[INFO] Apache Maven Wagon :: HTTP Test Compatibility Kit .. SUCCESS [  1.420 s]
[INFO] Apache Maven Wagon :: Providers :: HTTP Provider ... SUCCESS [05:18 min]
[INFO] Apache Maven Wagon :: Providers :: Lightweight HTTP Provider SUCCESS 
[02:07 min]
[INFO] Apache Maven Wagon :: Providers :: SCM Provider  SUCCESS [ 18.774 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Common Library SUCCESS [  1.684 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Common Tests  SUCCESS [  1.390 s]
[INFO] Apache Maven Wagon :: Providers :: SSH External Provider SUCCESS [  
0.989 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Provider  SUCCESS [  1.698 s]
[INFO] Apache Maven Wagon :: Providers :: WebDAV Provider . SUCCESS [ 59.149 s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  09:33 min
[INFO] Finished at: 2021-01-14T16:58:55Z
[INFO] 
[WARNING] The requested profile "run-its" could not be activated because it 
does not exist.
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/workspace/_maven-box_maven-wagon_WAGON-574@2@tmp/

Build unstable in Jenkins: Maven » Maven TLP » maven-wagon » jsoup #16

2021-01-14 Thread Apache Jenkins Server
 Library SUCCESS [  2.661 
s]
[INFO] Apache Maven Wagon :: Test Compatibility Kits .. SUCCESS [  0.502 s]
[INFO] Apache Maven Wagon :: HTTP Test Compatibility Kit .. SUCCESS [  1.273 s]
[INFO] Apache Maven Wagon :: Providers :: HTTP Provider ... SUCCESS [04:53 min]
[INFO] Apache Maven Wagon :: Providers :: Lightweight HTTP Provider SUCCESS 
[02:07 min]
[INFO] Apache Maven Wagon :: Providers :: SCM Provider  SUCCESS [ 21.654 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Common Library SUCCESS [  1.586 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Common Tests  SUCCESS [  1.351 s]
[INFO] Apache Maven Wagon :: Providers :: SSH External Provider SUCCESS [  
0.818 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Provider  SUCCESS [  1.471 s]
[INFO] Apache Maven Wagon :: Providers :: WebDAV Provider . SUCCESS [ 58.390 s]
[INFO] ----
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  09:07 min
[INFO] Finished at: 2021-01-14T16:55:53Z
[INFO] 
[WARNING] The requested profile "run-its" could not be activated because it 
does not exist.
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/workspace/aven_maven-box_maven-wagon_jsoup@2@tmp/withMaven48516e60/maven-spy-20210114-164645-9698306504171867915620.log
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.wagon:wagon-ssh-external:jar:3.4.0-SNAPSHOT in source 
directory m/wagon-providers/wagon-ssh-external/src/main/java
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.wagon:wagon-ssh:jar:3.4.0-SNAPSHOT in source directory 
m/wagon-providers/wagon-ssh/src/main/java
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.wagon:wagon-webdav-jackrabbit:jar:3.4.0-SNAPSHOT in source 
directory m/wagon-providers/wagon-webdav-jackrabbit/src/main/java
[TASKS] Scanning folder 
'/home/jenkins/workspace/aven_maven-box_maven-wagon_jsoup@2' for files matching 
the pattern 
'm/wagon-provider-api/src/main/java/**/*,m/wagon-provider-test/src/main/java/**/*,m/wagon-providers/wagon-file/src/main/java/**/*,m/wagon-providers/wagon-ftp/src/main/java/**/*,m/wagon-providers/wagon-http-shared/src/main/java/**/*,m/wagon-tcks/wagon-tck-http/src/main/java/**/*,m/wagon-providers/wagon-http/src/main/java/**/*,m/wagon-providers/wagon-http-lightweight/src/main/java/**/*,m/wagon-providers/wagon-scm/src/main/java/**/*,m/wagon-providers/wagon-ssh-common/src/main/java/**/*,m/wagon-providers/wagon-ssh-common-test/src/main/java/**/*,m/wagon-providers/wagon-ssh-external/src/main/java/**/*,m/wagon-providers/wagon-ssh/src/main/java/**/*,m/wagon-providers/wagon-webdav-jackrabbit/src/main/java/**/*'
 - excludes: null
[TASKS] Found 116 files to scan for tasks
[TASKS] Found 44 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[TASKS] Computing warning deltas based on reference build #14
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-provider-api:jar:3.4.0-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-provider-api/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-provider-test:jar:3.4.0-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-provider-test/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-file:jar:3.4.0-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-file/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-ftp:jar:3.4.0-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-ftp/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-http-shared:jar:3.4.0-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-http-shared/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-tck-http:jar:3.4.0-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-tcks/wagon-tck-http/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-http:jar:3.4.0-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-http/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-http-lightweight:jar:3.4.0-SNAPSHOT generated by 
maven-surefire-plugin:t

Build unstable in Jenkins: Maven » Maven TLP » maven-wagon » WAGON-584_streaming_no-expect-continue #16

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-wagon/job/WAGON-584_streaming_no-expect-continue/16/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17

168 tests failed.
FAILED:  org.apache.maven.wagon.providers.scm.ScmGitExeWagonTest.windows-jdk8 / 
Build windows-jdk8 / testWagonPutDirectory

Error Message:
Error checking out: command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 3a67db9b159d7130f6fb7bf6588f9c2619fecafe: Filename 
too long

Stack Trace:
org.apache.maven.wagon.TransferFailedException: 
Error checking out: command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 3a67db9b159d7130f6fb7bf6588f9c2619fecafe: Filename 
too long
Caused by: org.apache.maven.scm.ScmException: 
command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 3a67db9b159d7130f6fb7bf6588f9c2619fecafe: Filename 
too long


FAILED:  org.apache.maven.wagon.providers.scm.ScmGitExeWagonTest.windows-jdk8 / 
Build windows-jdk8 / testWagonPutDirectoryDeepDestination

Error Message:
Error checking out: command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 3a67db9b159d7130f6fb7bf6588f9c2619fecafe: Filename 
too long

Stack Trace:
org.apache.maven.wagon.TransferFailedException: 
Error checking out: command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 3a67db9b159d7130f6fb7bf6588f9c2619fecafe: Filename 
too long
Caused by: org.apache.maven.scm.ScmException: 
command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 3a67db9b159d7130f6fb7bf6588f9c2619fecafe: Filename 
too long


FAILED:  org.apache.maven.wagon.providers.scm.ScmGitExeWagonTest.windows-jdk8 / 
Build windows-jdk8 / testWagon

Error Message:

  Unexpected method call 
TransferListener.transferError(TransferEvent[GET|ERROR|Repository[scm:git:file:///F:/jenkins/jenkins-slave/712657a4/workspace/584_streaming_no-expect-continue@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test/]|null|test-resource[len
 = 18; mod = 1610639614900]]):

TransferListener.transferCompleted(TransferEvent[PUT|COMPLETED|Repository[scm:git:file:///F:/jenkins/jenkins-slave/712657a4/workspace/584_streaming_no-expect-continue@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test/]|F:\jenkins\jenkins-slave\712657a4\workspace\584_streaming_no-expect-continue@2\m\wagon-providers\wagon-scm\target\test-output\test-resource|test-resource[len
 = 18; mod = 1610639614900]]): expected: 1, actual: 0

Stack Trace:
java.lang.AssertionError: 

  Unexpected method call 
TransferListener.transferError(TransferEvent[GET|ERROR|Repository[scm:git:file:///F:/jenkins/jenkins-slave/712657a4/workspace/584_streaming_no-expect-continue@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test/]|null|test-resource[len
 = 18; mod = 1610639614900]]):

TransferListener.transferCompleted(TransferEvent[PUT|COMPLETED|Repository[scm:git:file:///F:/jenkins/jenkins-slave/712657a4/workspace/584_streaming_no-expect-continue@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test/]|F:\jenkins\jenkins-slave\712657a4\workspace\584_streaming_no-expect-continue@2\m\wagon-providers\wagon-scm\target\test-output\test-resource|test-resource[len
 = 18; mod = 1610639614900]]): expected: 1, actual: 0


FAILED:  org.apache.maven.wagon.providers.scm.ScmGitExeWagonTest.windows-jdk8 / 
Build windows-jdk8 / testWagonPutDirectoryForDot

Error Message:
Error checking out: command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 

Build unstable in Jenkins: Maven » Maven TLP » maven-wagon » WAGON-590 #16

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-wagon/job/WAGON-590/16/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17

132 tests failed.
FAILED:  org.apache.maven.wagon.providers.scm.ScmGitExeWagonTest.windows-jdk8 / 
Build windows-jdk8 / testWagonPutDirectory

Error Message:
Error checking out: command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 3a67db9b159d7130f6fb7bf6588f9c2619fecafe: Filename 
too long

Stack Trace:
org.apache.maven.wagon.TransferFailedException: 
Error checking out: command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 3a67db9b159d7130f6fb7bf6588f9c2619fecafe: Filename 
too long
Caused by: org.apache.maven.scm.ScmException: 
command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 3a67db9b159d7130f6fb7bf6588f9c2619fecafe: Filename 
too long


FAILED:  org.apache.maven.wagon.providers.scm.ScmGitExeWagonTest.windows-jdk8 / 
Build windows-jdk8 / testWagonPutDirectoryDeepDestination

Error Message:
Error checking out: command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 3a67db9b159d7130f6fb7bf6588f9c2619fecafe: Filename 
too long

Stack Trace:
org.apache.maven.wagon.TransferFailedException: 
Error checking out: command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 3a67db9b159d7130f6fb7bf6588f9c2619fecafe: Filename 
too long
Caused by: org.apache.maven.scm.ScmException: 
command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 3a67db9b159d7130f6fb7bf6588f9c2619fecafe: Filename 
too long


FAILED:  org.apache.maven.wagon.providers.scm.ScmGitExeWagonTest.windows-jdk8 / 
Build windows-jdk8 / testWagon

Error Message:

  Unexpected method call 
TransferListener.transferError(TransferEvent[GET|ERROR|Repository[scm:git:file:///F:/jenkins/jenkins-slave/712657a4/workspace/_maven-box_maven-wagon_WAGON-590@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test/]|null|test-resource[len
 = 18; mod = 1610639026493]]):

TransferListener.transferCompleted(TransferEvent[PUT|COMPLETED|Repository[scm:git:file:///F:/jenkins/jenkins-slave/712657a4/workspace/_maven-box_maven-wagon_WAGON-590@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test/]|F:\jenkins\jenkins-slave\712657a4\workspace\_maven-box_maven-wagon_WAGON-590@2\m\wagon-providers\wagon-scm\target\test-output\test-resource|test-resource[len
 = 18; mod = 1610639026493]]): expected: 1, actual: 0

Stack Trace:
java.lang.AssertionError: 

  Unexpected method call 
TransferListener.transferError(TransferEvent[GET|ERROR|Repository[scm:git:file:///F:/jenkins/jenkins-slave/712657a4/workspace/_maven-box_maven-wagon_WAGON-590@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test/]|null|test-resource[len
 = 18; mod = 1610639026493]]):

TransferListener.transferCompleted(TransferEvent[PUT|COMPLETED|Repository[scm:git:file:///F:/jenkins/jenkins-slave/712657a4/workspace/_maven-box_maven-wagon_WAGON-590@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test/]|F:\jenkins\jenkins-slave\712657a4\workspace\_maven-box_maven-wagon_WAGON-590@2\m\wagon-providers\wagon-scm\target\test-output\test-resource|test-resource[len
 = 18; mod = 1610639026493]]): expected: 1, actual: 0


FAILED:  org.apache.maven.wagon.providers.scm.ScmGitExeWagonTest.windows-jdk8 / 
Build windows-jdk8 / testWagonPutDirectoryForDot

Error Message:
Error checking out: command failed: Cloning into 
'checkout-org.apache.maven.wagon.providers.scm.UserSafeGitExeScmProvider'...
>From 
>file:///F:@2/m/wagon-providers/wagon-scm/target/test-classes/test-repo-git-test
 * branchmaster -> FETCH_HEAD
fatal: failed to read object 

Build unstable in Jenkins: Maven » Maven TLP » maven-wagon » WAGON-590-any-auth #16

2021-01-14 Thread Apache Jenkins Server
, Errors: 0, Skipped: 0, Time elapsed: 27.239 
s - in org.apache.maven.wagon.providers.webdav.WebDavWagonTest
[INFO] Running org.apache.maven.wagon.providers.webdav.HttpClientWagonTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s 
- in org.apache.maven.wagon.providers.webdav.HttpClientWagonTest
[INFO] Running org.apache.maven.wagon.providers.webdav.PathNavigatorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.apache.maven.wagon.providers.webdav.PathNavigatorTest
[INFO] Running org.apache.maven.wagon.providers.webdav.WebDavsWagonTest
[INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.9 s 
- in org.apache.maven.wagon.providers.webdav.WebDavsWagonTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ wagon-webdav-jackrabbit 
---
[INFO] Building jar: 
/home/jenkins/jenkins-agent/workspace/x_maven-wagon_WAGON-590-any-auth@2/m/wagon-providers/wagon-webdav-jackrabbit/target/wagon-webdav-jackrabbit-3.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
wagon-webdav-jackrabbit ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
wagon-webdav-jackrabbit ---
[INFO] 
[INFO] Reactor Summary for Apache Maven Wagon 3.4.1-SNAPSHOT:
[INFO] 
[INFO] Apache Maven Wagon . SUCCESS [ 15.789 s]
[INFO] Apache Maven Wagon :: API .. SUCCESS [  7.538 s]
[INFO] Apache Maven Wagon :: Provider Test  SUCCESS [  2.771 s]
[INFO] Apache Maven Wagon :: Providers  SUCCESS [  0.675 s]
[INFO] Apache Maven Wagon :: Providers :: File Provider ... SUCCESS [  1.875 s]
[INFO] Apache Maven Wagon :: Providers :: FTP Provider  SUCCESS [  7.203 s]
[INFO] Apache Maven Wagon :: Providers :: HTTP Shared Library SUCCESS [  2.546 
s]
[INFO] Apache Maven Wagon :: Test Compatibility Kits .. SUCCESS [  0.550 s]
[INFO] Apache Maven Wagon :: HTTP Test Compatibility Kit .. SUCCESS [  1.368 s]
[INFO] Apache Maven Wagon :: Providers :: HTTP Provider ... SUCCESS [05:33 min]
[INFO] Apache Maven Wagon :: Providers :: Lightweight HTTP Provider SUCCESS 
[02:05 min]
[INFO] Apache Maven Wagon :: Providers :: SCM Provider  SUCCESS [ 11.696 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Common Library SUCCESS [  1.789 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Common Tests  SUCCESS [  1.495 s]
[INFO] Apache Maven Wagon :: Providers :: SSH External Provider SUCCESS [  
0.956 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Provider  SUCCESS [  1.527 s]
[INFO] Apache Maven Wagon :: Providers :: WebDAV Provider . SUCCESS [ 58.181 s]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  09:36 min
[INFO] Finished at: 2021-01-14T16:38:01Z
[INFO] 
[WARNING] The requested profile "run-its" could not be activated because it 
does not exist.
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/jenkins-agent/workspace/x_maven-wagon_WAGON-590-any-auth@2@tmp/withMaven731c8cf8/maven-spy-20210114-162824-9604130382434434171557.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-provider-api:jar:3.4.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-provider-api/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-provider-test:jar:3.4.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-provider-test/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-file:jar:3.4.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-file/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-ftp:jar:3.4.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-ftp/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-http-shared:jar:3.4.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-http-shared/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-tck-http:jar:3.4.1-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-tcks/wagon-tck-http

Build failed in Jenkins: Maven » Maven TLP » maven-wagon » WAGON-602 #2

2021-01-14 Thread Apache Jenkins Server
OT:
[INFO] 
[INFO] Apache Maven Wagon . SUCCESS [ 21.621 s]
[INFO] Apache Maven Wagon :: API .. SUCCESS [  9.391 s]
[INFO] Apache Maven Wagon :: Provider Test  SUCCESS [  4.070 s]
[INFO] Apache Maven Wagon :: Providers  SUCCESS [  1.077 s]
[INFO] Apache Maven Wagon :: Providers :: File Provider ... SUCCESS [  2.775 s]
[INFO] Apache Maven Wagon :: Providers :: FTP Provider  SUCCESS [  8.367 s]
[INFO] Apache Maven Wagon :: Providers :: HTTP Shared Library SUCCESS [  3.706 
s]
[INFO] Apache Maven Wagon :: Test Compatibility Kits .. SUCCESS [  0.911 s]
[INFO] Apache Maven Wagon :: HTTP Test Compatibility Kit .. SUCCESS [  2.220 s]
[INFO] Apache Maven Wagon :: Providers :: HTTP Provider ... SUCCESS [04:41 min]
[INFO] Apache Maven Wagon :: Providers :: Lightweight HTTP Provider SUCCESS 
[02:29 min]
[INFO] Apache Maven Wagon :: Providers :: SCM Provider  SUCCESS [01:04 min]
[INFO] Apache Maven Wagon :: Providers :: SSH Common Library SUCCESS [  2.368 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Common Tests  SUCCESS [  2.211 s]
[INFO] Apache Maven Wagon :: Providers :: SSH External Provider SUCCESS [  
1.317 s]
[INFO] Apache Maven Wagon :: Providers :: SSH Provider  SUCCESS [  2.381 s]
[INFO] Apache Maven Wagon :: Providers :: WebDAV Provider . SUCCESS [01:00 min]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  10:20 min
[INFO] Finished at: 2021-01-14T16:28:06Z
[INFO] 
[WARNING] The requested profile "run-its" could not be activated because it 
does not exist.
[INFO] [jenkins-event-spy] Generated 
/home/jenkins/workspace/_maven-box_maven-wagon_WAGON-602@2@tmp/withMaven3e6f9454/maven-spy-20210114-161745-87710093573877553246795.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-provider-api:jar:3.4.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-provider-api/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-provider-test:jar:3.4.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-provider-test/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-file:jar:3.4.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-file/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-ftp:jar:3.4.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-ftp/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-http-shared:jar:3.4.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-http-shared/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-tck-http:jar:3.4.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-tcks/wagon-tck-http/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-http:jar:3.4.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-http/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-http-lightweight:jar:3.4.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-http-lightweight/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-scm:jar:3.4.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-scm/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-ssh-common:jar:3.4.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-ssh-common/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-ssh-common-test:jar:3.4.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-ssh-common-test/target/surefire-reports/*.xml
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.wagon:wagon-ssh-external:jar:3.4.2-SNAPSHOT generated by 
maven-surefire-plugin:test (default-test): 
m/wagon-providers/wagon-ssh-external/target/surefire-repor

Build failed in Jenkins: Maven » Maven TLP » maven-site » elharo-patch-4 #16

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-site/job/elharo-patch-4/16/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17

No tests ran.

Build log:
Branch indexing
Obtained Jenkinsfile from 838953427bd882b4891fa837e6022411051c
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jenkins-env@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h -- 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-env.git # timeout=10
Found match: refs/heads/master revision fb1c0dd67a31cd0a430daaa6f8ddeb4e91f69314
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-env.git # timeout=10
Fetching without tags
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress -- 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-env.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision fb1c0dd67a31cd0a430daaa6f8ddeb4e91f69314 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb1c0dd67a31cd0a430daaa6f8ddeb4e91f69314 # timeout=10
Commit message: "Added Java 17"
 > git rev-list --no-walk e86de31ae4603d190cccad46e45ddbed9cd88bd2 # timeout=10
Loading library jenkins-lib@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h -- 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git # timeout=10
Found match: refs/heads/master revision 020b09db9a524c1f3355e7e9eddf11420ffc8673
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git # timeout=10
Fetching without tags
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress -- 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 020b09db9a524c1f3355e7e9eddf11420ffc8673 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 020b09db9a524c1f3355e7e9eddf11420ffc8673 # timeout=10
Commit message: "remove debug-flag"
 > git rev-list --no-walk 020b09db9a524c1f3355e7e9eddf11420ffc8673 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘svn-websites’
Running on websites2 in 
/home/jenkins/712657a4/workspace/en-box_maven-site_elharo-patch-4
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
No credentials specified
Fetching changes from the remote Git repository
Fetching without tags
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/maven-site.git # timeout=10
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/maven-site.git
 > git --version # timeout=10
 > git fetch --no-tags --progress -- 
 > https://gitbox.apache.org/repos/asf/maven-site.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 838953427bd882b4891fa837e6022411051c (elharo-patch-4)
Commit message: "hypen --> hyphen"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 838953427bd882b4891fa837e6022411051c # timeout=10
 > git rev-list --no-walk 838953427bd882b4891fa837e6022411051c # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 10 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[2021-01-14T15:49:50.515Z] 
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withMaven
[2021-01-14T15:49:50.570Z] [withMaven] Options: 
[org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher[disabled=true],
 
JunitTestsPublisher[disabled=true,healthScaleFactor=,keepLongStdio=false,ignoreAttachments=false],
 
org.jenkinsci.plugins.pipeline.maven.publishers.FindbugsAnalysisPublisher[disabled='true',
 healthy='', unHealthy='', thresholdLimit='low'], 
org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher[disabled='true',
 healthy='', unHealthy='', thresholdLimit='low']]
[2021-01-14T15:49:50.570Z] [withMaven] Available options: 
[2021-01-14T15:49:50.570Z] [withMaven] using JDK installation JDK 1.8 (latest)
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
Stage "Deploy" skipped due to earlier failure(s)
[Pipeline] }

Build failed in Jenkins: Maven » Maven TLP » maven-site » elharo-patch-4-1 #16

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-site/job/elharo-patch-4-1/16/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17

No tests ran.

Build log:
Branch indexing
Obtained Jenkinsfile from 8d664586a426bed87394abd8c9add7e8b1cc9abc
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jenkins-env@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h -- 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-env.git # timeout=10
Found match: refs/heads/master revision fb1c0dd67a31cd0a430daaa6f8ddeb4e91f69314
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-env.git # timeout=10
Fetching without tags
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress -- 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-env.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision fb1c0dd67a31cd0a430daaa6f8ddeb4e91f69314 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb1c0dd67a31cd0a430daaa6f8ddeb4e91f69314 # timeout=10
Commit message: "Added Java 17"
 > git rev-list --no-walk e86de31ae4603d190cccad46e45ddbed9cd88bd2 # timeout=10
Loading library jenkins-lib@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git ls-remote -h -- 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git # timeout=10
Found match: refs/heads/master revision 020b09db9a524c1f3355e7e9eddf11420ffc8673
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git # timeout=10
Fetching without tags
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
 > git --version # timeout=10
 > git fetch --no-tags --force --progress -- 
 > https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 020b09db9a524c1f3355e7e9eddf11420ffc8673 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 020b09db9a524c1f3355e7e9eddf11420ffc8673 # timeout=10
Commit message: "remove debug-flag"
 > git rev-list --no-walk 020b09db9a524c1f3355e7e9eddf11420ffc8673 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘svn-websites’
Running on websites2 in 
/home/jenkins/712657a4/workspace/_box_maven-site_elharo-patch-4-1
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
No credentials specified
Fetching changes from the remote Git repository
Fetching without tags
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/maven-site.git # timeout=10
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/maven-site.git
 > git --version # timeout=10
 > git fetch --no-tags --progress -- 
 > https://gitbox.apache.org/repos/asf/maven-site.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 8d664586a426bed87394abd8c9add7e8b1cc9abc 
(elharo-patch-4-1)
Commit message: "Update pom.apt"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8d664586a426bed87394abd8c9add7e8b1cc9abc # timeout=10
 > git rev-list --no-walk 8d664586a426bed87394abd8c9add7e8b1cc9abc # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 10 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[2021-01-14T15:49:43.936Z] 
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withMaven
[2021-01-14T15:49:43.990Z] [withMaven] Options: 
[org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher[disabled=true],
 
JunitTestsPublisher[disabled=true,healthScaleFactor=,keepLongStdio=false,ignoreAttachments=false],
 
org.jenkinsci.plugins.pipeline.maven.publishers.FindbugsAnalysisPublisher[disabled='true',
 healthy='', unHealthy='', thresholdLimit='low'], 
org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher[disabled='true',
 healthy='', unHealthy='', thresholdLimit='low']]
[2021-01-14T15:49:43.990Z] [withMaven] Available options: 
[2021-01-14T15:49:43.990Z] [withMaven] using JDK installation JDK 1.8 (latest)
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
Stage "Deploy" skipped due to earlier failure(s)
[Pipeline] }

Build failed in Jenkins: Maven » Maven TLP » maven-jxr » master #18

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-jxr/job/master/18/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17

All tests passed

Build log:
[...truncated 5321 lines...]
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ 
maven-jxr-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 56 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ 
maven-jxr-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to 
F:\jenkins\jenkins-slave\712657a4\workspace\Maven_maven-box_maven-jxr_master@2\windows-jdk11-m3.6.x_build\maven-jxr-plugin\target\test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ maven-jxr-plugin 
---
[INFO] Surefire report directory: 
F:\jenkins\jenkins-slave\712657a4\workspace\Maven_maven-box_maven-jxr_master@2\windows-jdk11-m3.6.x_build\maven-jxr-plugin\target\surefire-reports
[INFO] 
[INFO] ---
[INFO]  T E S T S
[INFO] ---
[INFO] Running org.apache.maven.plugin.jxr.JxrReportTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
details.
[INFO] run post-build script verify.groovy
[INFO]   simple-project\pom.xml ... SUCCESS 
(6.2 s)
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 7, Failed: 0, Errors: 0, Skipped: 0
[INFO] -
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-jxr-plugin ---
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.227 s 
- in org.apache.maven.plugin.jxr.JxrReportTest
[INFO] Running org.apache.maven.plugin.jxr.JxrTestReportTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s 
- in org.apache.maven.plugin.jxr.JxrTestReportTest
[INFO] 
[INFO] Reactor Summary for Maven JXR Parent 3.1.1-SNAPSHOT:
[INFO] 
[INFO] Maven JXR Parent ... SUCCESS [  4.738 s]
[INFO] Maven JXR .. SUCCESS [  8.374 s]
[INFO] Maven JXR Plugin ... SUCCESS [02:06 min]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  02:19 min
[INFO] Finished at: 2021-01-14T03:05:18-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\Maven_maven-box_maven-jxr_master@2@tmp\withMavend032a0dd\maven-spy-20210114-030259-2305117250749252834768.log
Picked up JAVA_TOOL_OPTIONS: 
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\712657a4\workspace\Maven_maven-box_maven-jxr_master@2@tmp\withMavend032a0dd\pipeline-maven-spy.jar"
 
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\712657a4\workspace\Maven_maven-box_maven-jxr_master@2@tmp\withMavend032a0dd"
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ maven-jxr-plugin ---
[INFO] Building jar: 
F:\jenkins\jenkins-slave\712657a4\workspace\Maven_maven-box_maven-jxr_master@2\windows-jdk11-m3.6.x_build\maven-jxr-plugin\target\maven-jxr-plugin-3.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.5.2:addPluginArtifactMetadata 
(default-addPluginArtifactMetadata) @ maven-jxr-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-jxr-plugin ---
[INFO] Skipping because packaging 'maven-plugin' is not pom.
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.1:install (integration-test) @ 
maven-jxr-plugin ---
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk7-m3.6.x_build\pom.xml under 
org\apache\maven\jxr\jxr\3.1.1-SNAPSHOT\jxr-3.1.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk7-m3.6.x_build\target\jxr-3.1.1-SNAPSHOT-site.xml under 
org\apache\maven\jxr\jxr\3.1.1-SNAPSHOT\jxr-3.1.1-SNAPSHOT-site.xml
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk7-m3.6.x_build\maven-jxr\pom.xml under 
org\apache\maven\maven-jxr\3.1.1-SNAPSHOT\maven-jxr-3.1.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk7-m3.6.x_build\maven-jxr\target\maven-jxr-3.1.1-SNAPSHOT.jar under 
org\apache\maven\maven-jxr\3.1.1-SNAPSHOT\maven-

Build unstable in Jenkins: Maven » Maven TLP » maven-shade-plugin » MSHADE-307 #16

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-shade-plugin/job/MSHADE-307/16/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17

4 tests failed.
FAILED:  
org.apache.maven.plugins.shade.filter.MinijarFilterTest.linux-jdk16-m3.6.x_build
 / Build linux-jdk16-m3.6.x_build / testWithPomProject

Error Message:
null

Stack Trace:
java.lang.ExceptionInInitializerError
at 
org.apache.maven.plugins.shade.filter.MinijarFilterTest.mockProject(MinijarFilterTest.java:112)
at 
org.apache.maven.plugins.shade.filter.MinijarFilterTest.testWithPomProject(MinijarFilterTest.java:92)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make 
protected final java.lang.Class 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
 throws java.lang.ClassFormatError accessible: module java.base does not "opens 
java.lang" to unnamed module @209c0b14
at 
org.apache.maven.plugins.shade.filter.MinijarFilterTest.mockProject(MinijarFilterTest.java:112)
at 
org.apache.maven.plugins.shade.filter.MinijarFilterTest.testWithPomProject(MinijarFilterTest.java:92)


FAILED:  
org.apache.maven.plugins.shade.filter.MinijarFilterTest.linux-jdk16-m3.6.x_build
 / Build linux-jdk16-m3.6.x_build / 
finsishedShouldProduceMessageForClassesTotalNonZero

Error Message:
Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3
at 
org.apache.maven.plugins.shade.filter.MinijarFilterTest.finsishedShouldProduceMessageForClassesTotalNonZero(MinijarFilterTest.java:143)


FAILED:  
org.apache.maven.plugins.shade.filter.MinijarFilterTest.linux-jdk16-m3.6.x_build
 / Build linux-jdk16-m3.6.x_build / 
finsishedShouldProduceMessageForClassesTotalZero

Error Message:
Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3
at 
org.apache.maven.plugins.shade.filter.MinijarFilterTest.finsishedShouldProduceMessageForClassesTotalZero(MinijarFilterTest.java:160)


FAILED:  
org.apache.maven.plugins.shade.mojo.ShadeMojoTest.linux-jdk16-m3.6.x_build / 
Build linux-jdk16-m3.6.x_build / testShadeWithFilter

Error Message:
Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3
at 
org.apache.maven.plugins.shade.mojo.ShadeMojoTest.testShadeWithFilter(ShadeMojoTest.java:191)




Build log:
[...truncated 6553 lines...]
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  05:33 min
[INFO] Finished at: 2021-01-14T03:02:18-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-shade-plugin_MSHADE-307@2@tmp\withMavenc5939892\maven-spy-20210114-025644-1506631585070122485233.log
Picked up JAVA_TOOL_OPTIONS: 
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-shade-plugin_MSHADE-307@2@tmp\withMavenc5939892\pipeline-maven-spy.jar"
 
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-shade-plugin_MSHADE-307@2@tmp\withMavenc5939892"
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk8-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-shade-plugin\3.2.2-SNAPSHOT\maven-shade-plugin-3.2.2-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk8-m3.6.x_build\target\maven-shade-plugin-3.2.2-SNAPSHOT.jar under 
org\apache\maven\plugins\maven-shade-plugin\3.2.2-SNAPSHOT\maven-shade-plugin-3.2.2-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk8-m3.6.x_build\target\maven-shade-plugin-3.2.2-SNAPSHOT-tests.jar 
under 
org\apache\maven\plugins\maven-shade-plugin\3.2.2-SNAPSHOT\maven-shade-plugin-3.2.2-SNAPSHOT-tests.jar
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-shade-plugin:maven-plugin:3.2.2-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
windows-jdk8-m3.6.x_build\target\surefire-reports\*.xml
Recording test results
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-shade-plugin:maven-plugin:3.2.2-SNAPSHOT in 
source directory windows-jdk8-m3.6.x_build\src\main\java
[TASKS] Scanning folder 
'f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-shade-plugin_MSHADE-307@2'
 for files matching the pattern 'windows-jdk8-m3.6.x_build\src\main\java\**\*' 

Build unstable in Jenkins: Maven » Maven TLP » maven-shade-plugin » MSHADE-259 #16

2021-01-14 Thread Apache Jenkins Server
See 
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-shade-plugin/job/MSHADE-259/16/

Changes:

* Next Maven version change 3.7.x -> 4.x.x
* Added Java 17

4 tests failed.
FAILED:  
org.apache.maven.plugins.shade.filter.MinijarFilterTest.linux-jdk16-m3.6.x_build
 / Build linux-jdk16-m3.6.x_build / testWithPomProject

Error Message:
null

Stack Trace:
java.lang.ExceptionInInitializerError
at 
org.apache.maven.plugins.shade.filter.MinijarFilterTest.mockProject(MinijarFilterTest.java:112)
at 
org.apache.maven.plugins.shade.filter.MinijarFilterTest.testWithPomProject(MinijarFilterTest.java:92)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make 
protected final java.lang.Class 
java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
 throws java.lang.ClassFormatError accessible: module java.base does not "opens 
java.lang" to unnamed module @209c0b14
at 
org.apache.maven.plugins.shade.filter.MinijarFilterTest.mockProject(MinijarFilterTest.java:112)
at 
org.apache.maven.plugins.shade.filter.MinijarFilterTest.testWithPomProject(MinijarFilterTest.java:92)


FAILED:  
org.apache.maven.plugins.shade.filter.MinijarFilterTest.linux-jdk16-m3.6.x_build
 / Build linux-jdk16-m3.6.x_build / 
finsishedShouldProduceMessageForClassesTotalNonZero

Error Message:
Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3
at 
org.apache.maven.plugins.shade.filter.MinijarFilterTest.finsishedShouldProduceMessageForClassesTotalNonZero(MinijarFilterTest.java:143)


FAILED:  
org.apache.maven.plugins.shade.filter.MinijarFilterTest.linux-jdk16-m3.6.x_build
 / Build linux-jdk16-m3.6.x_build / 
finsishedShouldProduceMessageForClassesTotalZero

Error Message:
Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3
at 
org.apache.maven.plugins.shade.filter.MinijarFilterTest.finsishedShouldProduceMessageForClassesTotalZero(MinijarFilterTest.java:160)


FAILED:  
org.apache.maven.plugins.shade.mojo.ShadeMojoTest.linux-jdk16-m3.6.x_build / 
Build linux-jdk16-m3.6.x_build / testShadeWithFilter

Error Message:
Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3

Stack Trace:
java.lang.NoClassDefFoundError: Could not initialize class 
org.mockito.internal.creation.jmock.ClassImposterizer$3
at 
org.apache.maven.plugins.shade.mojo.ShadeMojoTest.testShadeWithFilter(ShadeMojoTest.java:202)




Build log:
[...truncated 6516 lines...]
[INFO] Total time:  05:19 min
[INFO] Finished at: 2021-01-14T02:53:20-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-shade-plugin_MSHADE-259@2@tmp\withMaven86232946\maven-spy-20210114-024759-9155710879365524286215.log
Picked up JAVA_TOOL_OPTIONS: 
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-shade-plugin_MSHADE-259@2@tmp\withMaven86232946\pipeline-maven-spy.jar"
 
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\712657a4\workspace\ox_maven-shade-plugin_MSHADE-259@2@tmp\withMaven86232946"
 
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk8-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-shade-plugin\3.2.2-SNAPSHOT\maven-shade-plugin-3.2.2-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk8-m3.6.x_build\target\maven-shade-plugin-3.2.2-SNAPSHOT.jar under 
org\apache\maven\plugins\maven-shade-plugin\3.2.2-SNAPSHOT\maven-shade-plugin-3.2.2-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk8-m3.6.x_build\target\maven-shade-plugin-3.2.2-SNAPSHOT-tests.jar 
under 
org\apache\maven\plugins\maven-shade-plugin\3.2.2-SNAPSHOT\maven-shade-plugin-3.2.2-SNAPSHOT-tests.jar
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-shade-plugin:maven-plugin:3.2.2-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
windows-jdk8-m3.6.x_build\target\surefire-reports\*.xml
Recording test results
[INFO] run post-build script verify.bsh
[INFO]   project-with-reactors-included\pom.xml ... SUCCESS 
(8.2 s)
[INFO] Building: reloc-abs-resource-path\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   MSHADE-182\pom.xml ... SUCCESS 
(4.7 s)
[INFO] Building: MSHADE-183\pom.xml
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-shade-plugin:maven-plugin:3.2.2-SNAPSHOT in 
source di

Build failed in Jenkins: Maven » Maven TLP » maven-shade-plugin » rmannibucau/MSHADE-353-ensure-relocations-can-be-applied-to-any-transformer #16

2021-01-14 Thread Apache Jenkins Server
packaging\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   pom-packaging\pom.xml  SUCCESS 
(3.7 s)
[INFO] Building: project-with-reactors-included\pom.xml
[INFO]   rerun-with-reloc\pom.xml . SUCCESS 
(6.8 s)
[INFO] Building: rerun-without-reloc\pom.xml
[INFO]   rerun-without-reloc\pom.xml .. SUCCESS 
(5.7 s)
[INFO] Building: services-resource-transformer\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   project-with-reactors-included\pom.xml ... SUCCESS 
(8.6 s)
[INFO] Building: reloc-abs-resource-path\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   services-resource-transformer\pom.xml  SUCCESS 
(5.0 s)
[INFO] Building: 
services-resource-transformer-with-reloc-includes-excludes\pom.xml
[INFO]   reloc-abs-resource-path\pom.xml .. SUCCESS 
(5.9 s)
[INFO] Building: reloc-abs-resource-path-exclude\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   
services-resource-transformer-with-reloc-includes-excludes\pom.xml SUCCESS (5.3 
s)
[INFO] Building: shadePomDependency\pom.xml
[INFO]   reloc-abs-resource-path-exclude\pom.xml .. SUCCESS 
(6.2 s)
[INFO] Building: reloc-and-mini\pom.xml
[INFO]   shadePomDependency\pom.xml ... SUCCESS 
(6.2 s)
[INFO] Building: shading-with-java-8-sources\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   reloc-and-mini\pom.xml ... SUCCESS 
(6.4 s)
[INFO] Building: reloc-anno\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   shading-with-java-8-sources\pom.xml .. SUCCESS 
(6.7 s)
[INFO] Building: shading-with-release-sources\pom.xml
[INFO]   reloc-anno\pom.xml ... SUCCESS 
(5.3 s)
[INFO] Building: reloc-class-from-string-pool\pom.xml
[INFO]   reloc-class-from-string-pool\pom.xml . SUCCESS 
(5.0 s)
[INFO] Building: reloc-enum-ref-from-anno\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   shading-with-release-sources\pom.xml . SUCCESS 
(7.2 s)
[INFO] Building: users-shader-impl\pom.xml
[INFO]   reloc-enum-ref-from-anno\pom.xml . SUCCESS 
(5.1 s)
[INFO] Building: reloc-includes-excludes\pom.xml
[INFO] run post-build script verify.groovy
[INFO]   users-shader-impl\pom.xml  SUCCESS 
(6.3 s)
[INFO] Building: xml-transformer-ignores-dtd\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   reloc-includes-excludes\pom.xml .. SUCCESS 
(5.7 s)
[INFO] Building: rerun-with-reloc\pom.xml
[INFO] run post-build script verify.bsh
[INFO]   xml-transformer-ignores-dtd\pom.xml .. SUCCESS 
(4.8 s)
[INFO] 
[INFO] --- mrm-maven-plugin:1.2.0:stop (default) @ maven-shade-plugin ---
[INFO] Stopping Mock Repository Manager on http://localhost:49227
[INFO] Stopped SocketConnector@0.0.0.0:49227
[INFO] Mock Repository Manager http://localhost:49227 is stopped.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-shade-plugin ---
[INFO] There are 3 errors reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 3 errors, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.2.1:verify (integration-test) @ 
maven-shade-plugin ---
[INFO] -
[INFO] Build Summary:
[INFO]   Passed: 67, Failed: 0, Errors: 0, Skipped: 1
[INFO] -
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time:  07:32 min
[INFO] Finished at: 2021-01-14T02:47:44-08:00
[INFO] 
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\712657a4\workspace\an-be-applied-to-any-transformer@2@tmp\withMavenb5ff84f3\maven-spy-20210114-024012-516491856044674271818.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk11-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-shade-plugin\3.2.3-SNAPSHOT\maven-shade-plugin-3.2.3-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk11-m3.6.x_build\target\maven-shade-plugin-3.2.3-SNAPSHOT.jar under 
org\apache\maven\plugins\maven-shade-plugin\3.2.3-SNAPSHOT\maven-shade-plugin-3.2.3-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk11-m3.6.x_build\target\maven-shade-plugin-3.2.3-SNAPSHOT-tests.jar 
under 
org\apache\maven\plugins\maven-shade-plugin\3.2.3-SNAPSHOT\maven-shade-plugin-3.2.3-SNAPSHOT-tests.jar
[Fast Archiver] Compressed 202.11 KB of artifacts by 79.2% relative to #11
[withMaven] junitPublisher - Archive test res