See
https://builds.apache.org/job/maven-box/job/maven/job/MNG-6169%252FMNG-6554/8/
Changes:
* [INFRA-18014] Provide GPG on Jenkins Windows nodes
* Switch back to Windows label
* Change workspace path for Windows
* Shorten wsDir
* Fix groovy script
* rewrite groovy statement
* Keep original stageId
* Reduce stageDir
* More shortening of path
* maven-invoker keeps lock on jar (under investigation), so can't fully
* Add new bootstrap group
* Document MNG-6613
* [MNG-6506] Add regression test for annotations processing Java Java 9+
* [MNG-6255] Maven script cannot parse jvm.config with CRLF
8 tests failed.
FAILED: org.apache.maven.it.MavenITmng6506PackageAnnotationTest.linux-jdk11 /
Run ITs Linux Java 11 / testGetPackageAnnotation
Error Message:
Exit code was non-zero: 1; command line and log =
/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/core-it-suite/target/apache-maven/bin/mvn
--global-settings
/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/core-it-suite/target/test-classes/settings-remote.xml
-e --batch-mode
-Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/it-local-repo
verify
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------< mng-6506:mng-6506-project >----------------------
[INFO] Building mng-6506-project 0.1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- mng-6506-plugin:0.1:test (default) @ mng-6506-project ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.036 s
[INFO] Finished at: 2019-04-10T04:44:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal mng-6506:mng-6506-plugin:0.1:test (default) on
project mng-6506-project: Failed to retrieve package annotation -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
mng-6506:mng-6506-plugin:0.1:test (default) on project mng-6506-project: Failed
to retrieve package annotation
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.doMain (MavenCli.java:243)
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.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
at
org.apache.maven.it.MavenITmng6506PackageAnnotationTest.testGetPackageAnnotation
(MavenITmng6506PackageAnnotationTest.java:52)
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 junit.framework.TestCase.runTest (TestCase.java:176)
at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest
(AbstractMavenIntegrationTestCase.java:222)
at junit.framework.TestCase.runBare (TestCase.java:141)
at junit.framework.TestResult$1.protect (TestResult.java:122)
at junit.framework.TestResult.runProtected (TestResult.java:142)
at junit.framework.TestResult.run (TestResult.java:125)
at junit.framework.TestCase.run (TestCase.java:129)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at org.junit.internal.runners.JUnit38ClassRunner.run
(JUnit38ClassRunner.java:86)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute
(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun
(JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet
(JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke
(JUnit4Provider.java:159)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader
(ForkedBooter.java:383)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess
(ForkedBooter.java:344)
at org.apache.maven.surefire.booter.ForkedBooter.execute
(ForkedBooter.java:125)
at org.apache.maven.surefire.booter.ForkedBooter.main
(ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoFailureException: Failed to retrieve
package annotation
at testmojo.TestMojo.execute (TestMojo.java:35)
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.doMain (MavenCli.java:243)
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.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
at
org.apache.maven.it.MavenITmng6506PackageAnnotationTest.testGetPackageAnnotation
(MavenITmng6506PackageAnnotationTest.java:52)
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 junit.framework.TestCase.runTest (TestCase.java:176)
at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest
(AbstractMavenIntegrationTestCase.java:222)
at junit.framework.TestCase.runBare (TestCase.java:141)
at junit.framework.TestResult$1.protect (TestResult.java:122)
at junit.framework.TestResult.runProtected (TestResult.java:142)
at junit.framework.TestResult.run (TestResult.java:125)
at junit.framework.TestCase.run (TestCase.java:129)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at org.junit.internal.runners.JUnit38ClassRunner.run
(JUnit38ClassRunner.java:86)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute
(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun
(JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet
(JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke
(JUnit4Provider.java:159)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader
(ForkedBooter.java:383)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess
(ForkedBooter.java:344)
at org.apache.maven.surefire.booter.ForkedBooter.execute
(ForkedBooter.java:125)
at org.apache.maven.surefire.booter.ForkedBooter.main
(ForkedBooter.java:417)
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Stack Trace:
org.apache.maven.it.VerificationException:
Exit code was non-zero: 1; command line and log =
/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/core-it-suite/target/apache-maven/bin/mvn
--global-settings
/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/core-it-suite/target/test-classes/settings-remote.xml
-e --batch-mode
-Dmaven.repo.local=/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/it-local-repo
verify
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------< mng-6506:mng-6506-project >----------------------
[INFO] Building mng-6506-project 0.1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- mng-6506-plugin:0.1:test (default) @ mng-6506-project ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.036 s
[INFO] Finished at: 2019-04-10T04:44:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal mng-6506:mng-6506-plugin:0.1:test (default) on
project mng-6506-project: Failed to retrieve package annotation -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
mng-6506:mng-6506-plugin:0.1:test (default) on project mng-6506-project: Failed
to retrieve package annotation
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.doMain (MavenCli.java:243)
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.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
at
org.apache.maven.it.MavenITmng6506PackageAnnotationTest.testGetPackageAnnotation
(MavenITmng6506PackageAnnotationTest.java:52)
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 junit.framework.TestCase.runTest (TestCase.java:176)
at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest
(AbstractMavenIntegrationTestCase.java:222)
at junit.framework.TestCase.runBare (TestCase.java:141)
at junit.framework.TestResult$1.protect (TestResult.java:122)
at junit.framework.TestResult.runProtected (TestResult.java:142)
at junit.framework.TestResult.run (TestResult.java:125)
at junit.framework.TestCase.run (TestCase.java:129)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at org.junit.internal.runners.JUnit38ClassRunner.run
(JUnit38ClassRunner.java:86)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute
(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun
(JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet
(JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke
(JUnit4Provider.java:159)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader
(ForkedBooter.java:383)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess
(ForkedBooter.java:344)
at org.apache.maven.surefire.booter.ForkedBooter.execute
(ForkedBooter.java:125)
at org.apache.maven.surefire.booter.ForkedBooter.main
(ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoFailureException: Failed to retrieve
package annotation
at testmojo.TestMojo.execute (TestMojo.java:35)
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.doMain (MavenCli.java:243)
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.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
at
org.apache.maven.it.MavenITmng6506PackageAnnotationTest.testGetPackageAnnotation
(MavenITmng6506PackageAnnotationTest.java:52)
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 junit.framework.TestCase.runTest (TestCase.java:176)
at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest
(AbstractMavenIntegrationTestCase.java:222)
at junit.framework.TestCase.runBare (TestCase.java:141)
at junit.framework.TestResult$1.protect (TestResult.java:122)
at junit.framework.TestResult.runProtected (TestResult.java:142)
at junit.framework.TestResult.run (TestResult.java:125)
at junit.framework.TestCase.run (TestCase.java:129)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at org.junit.internal.runners.JUnit38ClassRunner.run
(JUnit38ClassRunner.java:86)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute
(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun
(JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet
(JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke
(JUnit4Provider.java:159)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader
(ForkedBooter.java:383)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess
(ForkedBooter.java:344)
at org.apache.maven.surefire.booter.ForkedBooter.execute
(ForkedBooter.java:125)
at org.apache.maven.surefire.booter.ForkedBooter.main
(ForkedBooter.java:417)
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
at
org.apache.maven.it.MavenITmng6506PackageAnnotationTest.testGetPackageAnnotation(MavenITmng6506PackageAnnotationTest.java:52)
FAILED: org.apache.maven.it.MavenITmng6506PackageAnnotationTest.windows-jdk11
/ Run ITs Windows Java 11 / testGetPackageAnnotation
Error Message:
Exit code was non-zero: 1; command line and log =
C:\mvn-it-0.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\settings-remote.xml -e
--batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo verify
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------< mng-6506:mng-6506-project >----------------------
[INFO] Building mng-6506-project 0.1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- mng-6506-plugin:0.1:test (default) @ mng-6506-project ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.086 s
[INFO] Finished at: 2019-04-10T06:09:02Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal mng-6506:mng-6506-plugin:0.1:test (default) on
project mng-6506-project: Failed to retrieve package annotation -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
mng-6506:mng-6506-plugin:0.1:test (default) on project mng-6506-project: Failed
to retrieve package annotation
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.doMain (MavenCli.java:243)
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.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
at
org.apache.maven.it.MavenITmng6506PackageAnnotationTest.testGetPackageAnnotation
(MavenITmng6506PackageAnnotationTest.java:52)
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 junit.framework.TestCase.runTest (TestCase.java:176)
at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest
(AbstractMavenIntegrationTestCase.java:222)
at junit.framework.TestCase.runBare (TestCase.java:141)
at junit.framework.TestResult$1.protect (TestResult.java:122)
at junit.framework.TestResult.runProtected (TestResult.java:142)
at junit.framework.TestResult.run (TestResult.java:125)
at junit.framework.TestCase.run (TestCase.java:129)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at org.junit.internal.runners.JUnit38ClassRunner.run
(JUnit38ClassRunner.java:86)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute
(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun
(JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet
(JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke
(JUnit4Provider.java:159)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader
(ForkedBooter.java:383)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess
(ForkedBooter.java:344)
at org.apache.maven.surefire.booter.ForkedBooter.execute
(ForkedBooter.java:125)
at org.apache.maven.surefire.booter.ForkedBooter.main
(ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoFailureException: Failed to retrieve
package annotation
at testmojo.TestMojo.execute (TestMojo.java:35)
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.doMain (MavenCli.java:243)
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.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
at
org.apache.maven.it.MavenITmng6506PackageAnnotationTest.testGetPackageAnnotation
(MavenITmng6506PackageAnnotationTest.java:52)
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 junit.framework.TestCase.runTest (TestCase.java:176)
at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest
(AbstractMavenIntegrationTestCase.java:222)
at junit.framework.TestCase.runBare (TestCase.java:141)
at junit.framework.TestResult$1.protect (TestResult.java:122)
at junit.framework.TestResult.runProtected (TestResult.java:142)
at junit.framework.TestResult.run (TestResult.java:125)
at junit.framework.TestCase.run (TestCase.java:129)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at org.junit.internal.runners.JUnit38ClassRunner.run
(JUnit38ClassRunner.java:86)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute
(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun
(JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet
(JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke
(JUnit4Provider.java:159)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader
(ForkedBooter.java:383)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess
(ForkedBooter.java:344)
at org.apache.maven.surefire.booter.ForkedBooter.execute
(ForkedBooter.java:125)
at org.apache.maven.surefire.booter.ForkedBooter.main
(ForkedBooter.java:417)
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Stack Trace:
org.apache.maven.it.VerificationException:
Exit code was non-zero: 1; command line and log =
C:\mvn-it-0.tmp\core-it-suite\target\apache-maven\bin\mvn --global-settings
C:\mvn-it-0.tmp\core-it-suite\target\test-classes\settings-remote.xml -e
--batch-mode -Dmaven.repo.local=c:\mvn-it-0.tmp\it-local-repo verify
[INFO] [jenkins-event-spy] Jenkins Maven Event Spy is disabled
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------< mng-6506:mng-6506-project >----------------------
[INFO] Building mng-6506-project 0.1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- mng-6506-plugin:0.1:test (default) @ mng-6506-project ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.086 s
[INFO] Finished at: 2019-04-10T06:09:02Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal mng-6506:mng-6506-plugin:0.1:test (default) on
project mng-6506-project: Failed to retrieve package annotation -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
mng-6506:mng-6506-plugin:0.1:test (default) on project mng-6506-project: Failed
to retrieve package annotation
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.doMain (MavenCli.java:243)
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.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
at
org.apache.maven.it.MavenITmng6506PackageAnnotationTest.testGetPackageAnnotation
(MavenITmng6506PackageAnnotationTest.java:52)
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 junit.framework.TestCase.runTest (TestCase.java:176)
at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest
(AbstractMavenIntegrationTestCase.java:222)
at junit.framework.TestCase.runBare (TestCase.java:141)
at junit.framework.TestResult$1.protect (TestResult.java:122)
at junit.framework.TestResult.runProtected (TestResult.java:142)
at junit.framework.TestResult.run (TestResult.java:125)
at junit.framework.TestCase.run (TestCase.java:129)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at org.junit.internal.runners.JUnit38ClassRunner.run
(JUnit38ClassRunner.java:86)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute
(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun
(JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet
(JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke
(JUnit4Provider.java:159)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader
(ForkedBooter.java:383)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess
(ForkedBooter.java:344)
at org.apache.maven.surefire.booter.ForkedBooter.execute
(ForkedBooter.java:125)
at org.apache.maven.surefire.booter.ForkedBooter.main
(ForkedBooter.java:417)
Caused by: org.apache.maven.plugin.MojoFailureException: Failed to retrieve
package annotation
at testmojo.TestMojo.execute (TestMojo.java:35)
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.doMain (MavenCli.java:243)
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.apache.maven.it.Embedded3xLauncher.run (Embedded3xLauncher.java:247)
at org.apache.maven.it.Verifier.executeGoals (Verifier.java:1354)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1254)
at org.apache.maven.it.Verifier.executeGoal (Verifier.java:1248)
at
org.apache.maven.it.MavenITmng6506PackageAnnotationTest.testGetPackageAnnotation
(MavenITmng6506PackageAnnotationTest.java:52)
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 junit.framework.TestCase.runTest (TestCase.java:176)
at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest
(AbstractMavenIntegrationTestCase.java:222)
at junit.framework.TestCase.runBare (TestCase.java:141)
at junit.framework.TestResult$1.protect (TestResult.java:122)
at junit.framework.TestResult.runProtected (TestResult.java:142)
at junit.framework.TestResult.run (TestResult.java:125)
at junit.framework.TestCase.run (TestCase.java:129)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at junit.framework.TestSuite.runTest (TestSuite.java:252)
at junit.framework.TestSuite.run (TestSuite.java:247)
at org.junit.internal.runners.JUnit38ClassRunner.run
(JUnit38ClassRunner.java:86)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute
(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun
(JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet
(JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke
(JUnit4Provider.java:159)
at
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader
(ForkedBooter.java:383)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess
(ForkedBooter.java:344)
at org.apache.maven.surefire.booter.ForkedBooter.execute
(ForkedBooter.java:125)
at org.apache.maven.surefire.booter.ForkedBooter.main
(ForkedBooter.java:417)
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
at
org.apache.maven.it.MavenITmng6506PackageAnnotationTest.testGetPackageAnnotation(MavenITmng6506PackageAnnotationTest.java:52)
FAILED:
org.apache.maven.it.MavenITmng6558ToolchainsBuildingEventTest.linux-jdk8 / Run
ITs Linux Java 8 / testit
Error Message:
[init, event:
org.apache.maven.settings.building.DefaultSettingsBuildingRequest, event:
org.apache.maven.settings.building.DefaultSettingsBuildingResult, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.execution.DefaultMavenExecutionRequest, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.execution.DefaultMavenExecutionResult, close]
Stack Trace:
junit.framework.AssertionFailedError: [init, event:
org.apache.maven.settings.building.DefaultSettingsBuildingRequest, event:
org.apache.maven.settings.building.DefaultSettingsBuildingResult, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.execution.DefaultMavenExecutionRequest, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.execution.DefaultMavenExecutionResult, close]
at
org.apache.maven.it.MavenITmng6558ToolchainsBuildingEventTest.testit(MavenITmng6558ToolchainsBuildingEventTest.java:62)
FAILED:
org.apache.maven.it.MavenITmng6558ToolchainsBuildingEventTest.linux-jdk7 / Run
ITs Linux Java 7 / testit
Error Message:
[init, event:
org.apache.maven.settings.building.DefaultSettingsBuildingRequest, event:
org.apache.maven.settings.building.DefaultSettingsBuildingResult, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.execution.DefaultMavenExecutionRequest, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.execution.DefaultMavenExecutionResult, close]
Stack Trace:
junit.framework.AssertionFailedError: [init, event:
org.apache.maven.settings.building.DefaultSettingsBuildingRequest, event:
org.apache.maven.settings.building.DefaultSettingsBuildingResult, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.execution.DefaultMavenExecutionRequest, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.execution.DefaultMavenExecutionResult, close]
at
org.apache.maven.it.MavenITmng6558ToolchainsBuildingEventTest.testit(MavenITmng6558ToolchainsBuildingEventTest.java:62)
FAILED:
org.apache.maven.it.MavenITmng6558ToolchainsBuildingEventTest.linux-jdk11 / Run
ITs Linux Java 11 / testit
Error Message:
[init, event:
org.apache.maven.settings.building.DefaultSettingsBuildingRequest, event:
org.apache.maven.settings.building.DefaultSettingsBuildingResult, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.execution.DefaultMavenExecutionRequest, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.execution.DefaultMavenExecutionResult, close]
Stack Trace:
junit.framework.AssertionFailedError: [init, event:
org.apache.maven.settings.building.DefaultSettingsBuildingRequest, event:
org.apache.maven.settings.building.DefaultSettingsBuildingResult, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.execution.DefaultMavenExecutionRequest, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.execution.DefaultMavenExecutionResult, close]
at
org.apache.maven.it.MavenITmng6558ToolchainsBuildingEventTest.testit(MavenITmng6558ToolchainsBuildingEventTest.java:62)
FAILED:
org.apache.maven.it.MavenITmng6558ToolchainsBuildingEventTest.windows-jdk8 /
Run ITs Windows Java 8 / testit
Error Message:
[init, event:
org.apache.maven.settings.building.DefaultSettingsBuildingRequest, event:
org.apache.maven.settings.building.DefaultSettingsBuildingResult, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.execution.DefaultMavenExecutionRequest, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.execution.DefaultMavenExecutionResult, close]
Stack Trace:
junit.framework.AssertionFailedError: [init, event:
org.apache.maven.settings.building.DefaultSettingsBuildingRequest, event:
org.apache.maven.settings.building.DefaultSettingsBuildingResult, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.execution.DefaultMavenExecutionRequest, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.execution.DefaultMavenExecutionResult, close]
at
org.apache.maven.it.MavenITmng6558ToolchainsBuildingEventTest.testit(MavenITmng6558ToolchainsBuildingEventTest.java:62)
FAILED:
org.apache.maven.it.MavenITmng6558ToolchainsBuildingEventTest.windows-jdk7 /
Run ITs Windows Java 7 / testit
Error Message:
[init, event:
org.apache.maven.settings.building.DefaultSettingsBuildingRequest, event:
org.apache.maven.settings.building.DefaultSettingsBuildingResult, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.execution.DefaultMavenExecutionRequest, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.execution.DefaultMavenExecutionResult, close]
Stack Trace:
junit.framework.AssertionFailedError: [init, event:
org.apache.maven.settings.building.DefaultSettingsBuildingRequest, event:
org.apache.maven.settings.building.DefaultSettingsBuildingResult, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.execution.DefaultMavenExecutionRequest, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.execution.DefaultMavenExecutionResult, close]
at
org.apache.maven.it.MavenITmng6558ToolchainsBuildingEventTest.testit(MavenITmng6558ToolchainsBuildingEventTest.java:62)
FAILED:
org.apache.maven.it.MavenITmng6558ToolchainsBuildingEventTest.windows-jdk11 /
Run ITs Windows Java 11 / testit
Error Message:
[init, event:
org.apache.maven.settings.building.DefaultSettingsBuildingRequest, event:
org.apache.maven.settings.building.DefaultSettingsBuildingResult, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.execution.DefaultMavenExecutionRequest, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.execution.DefaultMavenExecutionResult, close]
Stack Trace:
junit.framework.AssertionFailedError: [init, event:
org.apache.maven.settings.building.DefaultSettingsBuildingRequest, event:
org.apache.maven.settings.building.DefaultSettingsBuildingResult, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.toolchain.building.DefaultToolchainsBuildingRequest, event:
org.apache.maven.execution.DefaultMavenExecutionRequest, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.lifecycle.internal.DefaultExecutionEvent, event:
org.apache.maven.execution.DefaultMavenExecutionResult, close]
at
org.apache.maven.it.MavenITmng6558ToolchainsBuildingEventTest.testit(MavenITmng6558ToolchainsBuildingEventTest.java:62)
Build log:
[...truncated 28097 lines...]
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/18/jetty-parent-18.pom
(16 kB at 1.4 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.0.4.v20130625/jetty-http-9.0.4.v20130625.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.0.4.v20130625/jetty-http-9.0.4.v20130625.pom
(2.5 kB at 210 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.0.4.v20130625/jetty-util-9.0.4.v20130625.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.0.4.v20130625/jetty-util-9.0.4.v20130625.pom
(3.4 kB at 286 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.0.4.v20130625/jetty-io-9.0.4.v20130625.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.0.4.v20130625/jetty-io-9.0.4.v20130625.pom
(2.3 kB at 176 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.0.4.v20130625/jetty-security-9.0.4.v20130625.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.0.4.v20130625/jetty-security-9.0.4.v20130625.pom
(2.8 kB at 231 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0/guava-16.0.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0/guava-16.0.pom
(6.1 kB at 436 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0/guava-parent-16.0.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/16.0/guava-parent-16.0.pom
(7.3 kB at 564 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.0/wagon-webdav-jackrabbit-2.0.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.0/wagon-webdav-jackrabbit-2.0.pom
(4.9 kB at 373 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/2.0/wagon-http-shared-2.0.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/2.0/wagon-http-shared-2.0.pom
(2.8 kB at 187 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-webdav/2.2.5/jackrabbit-webdav-2.2.5.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-webdav/2.2.5/jackrabbit-webdav-2.2.5.pom
(3.4 kB at 307 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-parent/2.2.5/jackrabbit-parent-2.2.5.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-parent/2.2.5/jackrabbit-parent-2.2.5.pom
(11 kB at 933 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/jackrabbit/parent/5/parent-5.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/jackrabbit/parent/5/parent-5.pom
(17 kB at 1.1 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-jcr-commons/2.2.5/jackrabbit-jcr-commons-2.2.5.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-jcr-commons/2.2.5/jackrabbit-jcr-commons-2.2.5.pom
(2.9 kB at 180 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.11/slf4j-api-1.5.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.11/slf4j-api-1.5.11.pom
(3.0 kB at 176 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.11/slf4j-parent-1.5.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.11/slf4j-parent-1.5.11.pom
(8.8 kB at 677 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.11/jcl-over-slf4j-1.5.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.11/jcl-over-slf4j-1.5.11.pom
(2.5 kB at 205 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
(3.0 kB at 250 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
(9.3 kB at 848 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.6.1/slf4j-simple-1.6.1.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.6.1/slf4j-simple-1.6.1.pom
(1.5 kB at 133 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.9/maven-shared-utils-0.9.jar
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.0.4.v20130625/jetty-server-9.0.4.v20130625.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.9/maven-shared-utils-0.9.jar
(172 kB at 7.5 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.0.4.v20130625/jetty-http-9.0.4.v20130625.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar
(163 kB at 6.5 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.0.4.v20130625/jetty-io-9.0.4.v20130625.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
(268 kB at 9.6 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.0.4.v20130625/jetty-security-9.0.4.v20130625.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/9.0.4.v20130625/jetty-server-9.0.4.v20130625.jar
(354 kB at 10 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.0.4.v20130625/jetty-util-9.0.4.v20130625.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar
(516 kB at 13 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/9.0.4.v20130625/jetty-io-9.0.4.v20130625.jar
(85 kB at 2.1 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0/guava-16.0.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/9.0.4.v20130625/jetty-http-9.0.4.v20130625.jar
(104 kB at 2.5 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.0/wagon-webdav-jackrabbit-2.0.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/9.0.4.v20130625/jetty-security-9.0.4.v20130625.jar
(91 kB at 2.1 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/2.0/wagon-http-shared-2.0.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.0/wagon-webdav-jackrabbit-2.0.jar
(19 kB at 325 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-webdav/2.2.5/jackrabbit-webdav-2.2.5.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-http-shared/2.0/wagon-http-shared-2.0.jar
(26 kB at 437 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-jcr-commons/2.2.5/jackrabbit-jcr-commons-2.2.5.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar
(200 kB at 3.3 MB/s)
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/9.0.4.v20130625/jetty-util-9.0.4.v20130625.jar
(336 kB at 5.6 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.jar
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.11/jcl-over-slf4j-1.5.11.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.11/jcl-over-slf4j-1.5.11.jar
(17 kB at 234 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.jar
(52 kB at 662 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.6.1/slf4j-simple-1.6.1.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-webdav/2.2.5/jackrabbit-webdav-2.2.5.jar
(289 kB at 3.5 MB/s)
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/jackrabbit/jackrabbit-jcr-commons/2.2.5/jackrabbit-jcr-commons-2.2.5.jar
(286 kB at 3.4 MB/s)
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
(25 kB at 286 kB/s)
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.6.1/slf4j-simple-1.6.1.jar
(7.7 kB at 81 kB/s)
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/com/google/guava/guava/16.0/guava-16.0.jar
(2.2 MB at 15 MB/s)
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ core-it-suite ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @
core-it-suite ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @
core-it-suite ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @
core-it-suite ---
[INFO]
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ core-it-suite ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] Exclude: .maven/spy.log
[INFO] Exclude: dependency-reduced-pom.xml
[INFO] Exclude: .java-version
[INFO] 3659 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 937, unknown: 937,
generated: 0, approved: 2249 licenses.
[WARNING] Rat check: 937 files with unapproved licenses. See RAT report in:
/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/core-it-suite/target/rat.txt
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ core-it-suite ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @
core-it-suite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/core-it-suite/src/main/resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @
core-it-suite ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @
core-it-suite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3025 resources
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-antrun-plugin:1.6:run (unpack-maven-distro) @ core-it-suite ---
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom
(1.5 kB at 73 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.11/maven-2.0.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.11/maven-2.0.11.pom
(22 kB at 607 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/12/maven-parent-12.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/12/maven-parent-12.pom
(22 kB at 1.6 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom
(2.8 kB at 154 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom
(2.2 kB at 146 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom
(3.2 kB at 250 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom
(2.0 kB at 157 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom
(2.6 kB at 202 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom
(2.3 kB at 174 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom
(1.6 kB at 122 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom
(1.9 kB at 26 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom
(4.8 kB at 283 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom
(4.3 kB at 306 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom
(8.8 kB at 77 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom
(2.4 kB at 170 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar
(13 kB at 934 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar
(123 kB at 6.5 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar
(37 kB at 2.0 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar
(51 kB at 2.7 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar
(97 kB at 4.6 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar
(58 kB at 2.1 MB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar
(26 kB at 821 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar
(31 kB at 901 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar
(90 kB at 2.5 MB/s)
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
(223 kB at 5.1 MB/s)
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar
(12 kB at 251 kB/s)
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar
(409 kB at 6.7 MB/s)
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.jar
(1.5 MB at 14 MB/s)
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[unzip] Expanding:
/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/apache-maven-dist.zip
into
/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/core-it-suite/target/apache-maven
mng6506PackageAnnotation(GetPackageAnnotation)..............OK (3.4 s)
mng6256SpecialCharsAlternatePOMLocation(FolderWithSpace)....OK (0.6 s)
[INFO] Executed tasks
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @
core-it-suite ---
[INFO] Changes detected - recompiling the module!
mng6256SpecialCharsAlternatePOMLocation(FolderWithClosingBracket)OK (0.6 s)
mng6386BaseUriProperty(itMNG6386UnicodeChars)...............
[WARNING] Skipping MNG-6386 Unicode Chars Test on incompatible encoding:
ISO-8859-1
OK (0.0 s)
[INFO] Compiling 628 source files to
/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/core-it-suite/target/test-classes
mng6386BaseUriProperty(itMNG6386)...........................OK (0.3 s)
mng6330RelativePath(RelativePath)...........................OK (2.5 s)
mng5965ParallelBuildMultipliesWork(ItShouldOnlyRunEachTaskOnce)OK (0.4 s)
[INFO]
/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3948ParentResolutionFromProfileReposTest.java:
Some input files use or override a deprecated API.
[INFO]
/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3948ParentResolutionFromProfileReposTest.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ core-it-suite ---
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.22.0/surefire-junit4-2.22.0.pom
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.22.0/surefire-junit4-2.22.0.pom
(3.1 kB at 193 kB/s)
[INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.22.0/surefire-junit4-2.22.0.jar
[INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.22.0/surefire-junit4-2.22.0.jar
(85 kB at 5.6 MB/s)
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.maven.it.IntegrationTestSuite
Running integration tests for Maven 3.6.1-SNAPSHOT
using Maven executable:
/home/jenkins/jenkins-slave/workspace/aven-box_maven_MNG-6169_MNG-6554/test/core-it-suite/target/apache-maven/bin/mvn
mng6255FixConcatLines(JvmConfigFileLF)......................OK (2.6 s)
mng6255FixConcatLines(JvmConfigFileCRLF)....................OK (2.8 s)
mng6240PluginExtensionAetherProvider(PluginExtensionDependingOnMavenAetherProvider)OK
(3.1 s)
mng6223FindBasedir(MvnFileLongOptionModuleToDir)............OK (2.7 s)
Bootstrap(Bootstrap)........................................OK (18.1 s)
mng6223FindBasedir(MvnFileLongOptionToDir)..................OK (2.3 s)
mng6223FindBasedir(MvnFileShortOptionToDir).................OK (2.6 s)
mng6506PackageAnnotation(GetPackageAnnotation)..............OK (3.7 s)
mng6256SpecialCharsAlternatePOMLocation(FolderWithSpace)....OK (0.4 s)
mng6256SpecialCharsAlternatePOMLocation(FolderWithClosingBracket)OK (0.3 s)
mng6386BaseUriProperty(itMNG6386UnicodeChars)...............
[WARNING] Skipping MNG-6386 Unicode Chars Test on incompatible encoding:
ISO-8859-1
OK (0.0 s)
mng6386BaseUriProperty(itMNG6386)...........................OK (0.2 s)
Bootstrap(Bootstrap)........................................OK (15.1 s)
mng6223FindBasedir(MvnFileShortOptionModuleToDir)...........OK (2.6 s)
mng6506PackageAnnotation(GetPackageAnnotation)..............FAILURE (3.2 s)
mng6330RelativePath(RelativePath)...........................OK (3.2 s)
mng5965ParallelBuildMultipliesWork(ItShouldOnlyRunEachTaskOnce)OK (0.4 s)
mng6223FindBasedir(MvnFileLongOptionModule).................OK (2.7 s)
mng6256SpecialCharsAlternatePOMLocation(FolderWithSpace)....OK (0.4 s)
mng6256SpecialCharsAlternatePOMLocation(FolderWithClosingBracket)OK (0.3 s)
mng6386BaseUriProperty(itMNG6386UnicodeChars)...............OK (0.0 s)
mng6386BaseUriProperty(itMNG6386)...........................OK (0.2 s)
mng6330RelativePath(RelativePath)...........................OK (2.5 s)
mng5965ParallelBuildMultipliesWork(ItShouldOnlyRunEachTaskOnce)OK (0.4 s)
mng6255FixConcatLines(JvmConfigFileLF)......................OK (2.6 s)
mng6223FindBasedir(MvnFileShortOptionModule)................OK (2.6 s)
mng6255FixConcatLines(JvmConfigFileCRLF)....................OK (2.7 s)
mng6223FindBasedir(MvnFileShortOption)......................OK (2.6 s)
mng6255FixConcatLines(JvmConfigFileLF)......................OK (2.9 s)
mng6223FindBasedir(MvnFileLongOption).......................OK (2.6 s)
mng6189SiteReportPluginsWarning(it).........................OK (0.2 s)
mng6255FixConcatLines(JvmConfigFileCRLF)....................OK (2.5 s)
mng6240PluginExtensionAetherProvider(PluginExtensionDependingOnMavenAetherProvider)OK
(2.9 s)
mng6127PluginExecutionConfigurationInterference(CustomMojoExecutionConfigurator)OK
(2.4 s)
mng6057CheckReactorOrder(itReactorShouldResultInExpectedOrder)OK (0.3 s)
mng6223FindBasedir(MvnFileLongOptionModuleToDir)............OK (2.5 s)
mng6240PluginExtensionAetherProvider(PluginExtensionDependingOnMavenAetherProvider)OK
(2.9 s)
mng5895CIFriendlyUsageWithProperty(itShouldResolveTheDependencies)OK (1.5 s)
mng6223FindBasedir(MvnFileLongOptionToDir)..................OK (2.6 s)
mng6223FindBasedir(MvnFileLongOptionModuleToDir)............OK (2.7 s)