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

Build failed in Jenkins: core-it-maven-3-win #1080

See <https://builds.apache.org/job/core-it-maven-3-win/1080/changes>

Changes:

[schulte] [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle

[schulte] [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle

------------------------------------------
[...truncated 10383 lines...]
0085TransitiveSystemScope(it0085)...........................OK (2.9 s)
0072InterpolationWithDottedProperty(it0072).................OK (2.6 s)
0071PluginConfigWithDottedProperty(it0071)..................OK (2.8 s)
0064MojoConfigViaSetters(it0064)............................OK (2.6 s)
0063SystemScopeDependency(it0063)...........................OK (2.8 s)
0056MultipleGoalExecutions(it0056)..........................OK (2.6 s)
0052ReleaseProfile(it0052)..................................OK (3.0 s)
0051ReleaseProfile(it0051)..................................OK (3.4 s)
0041ArtifactTypeFromPluginExtension(it0041).................OK (4.2 s)
0040PackagingFromPluginExtension(it0040)....................OK (2.6 s)
0039ReleasePomInReactor(it0039).............................SKIPPED - Maven version 3.4.0-SNAPSHOT not in range [2.0,3.0-alpha-1)
0038AlternatePomFileDifferentDir(it0038)....................OK (2.5 s)
0037AlternatePomFileSameDir(it0037).........................OK (2.5 s)
0036ReleasePom(it0036)......................................SKIPPED - Maven version 3.4.0-SNAPSHOT not in range (2.0,3.0-alpha-1)
0032MavenPrerequisite(it0032)...............................OK (2.4 s)
0030DepPomDepMngtInheritance(it0030)........................OK (7.6 s)
0025MultipleExecutionLevelConfigs(it0025)...................OK (2.8 s)
0024MultipleGoalExecutions(it0024)..........................OK (2.6 s)
0023SettingsProfile(it0023).................................OK (2.7 s)
0021PomProfile(it0021)......................................OK (3.0 s)
0019PluginVersionMngtBySuperPom(it0019).....................OK (3.2 s)
0018DependencyManagement(it0018)............................OK (3.0 s)
0012PomInterpolation(it0012)................................OK (3.1 s)
0011DefaultVersionByDependencyManagement(it0011)............OK (3.2 s)
0010DependencyClosureResolution(it0010).....................OK (3.0 s)
0009GoalConfiguration(it0009)...............................OK (2.8 s)
0008SimplePlugin(it0008)....................................OK (3.6 s)
Tests run: 772, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2,883.691 sec <<< FAILURE! - in org.apache.maven.it.IntegrationTestSuite
testitMNG3203(org.apache.maven.it.MavenITmng3203DefaultLifecycleExecIdTest)  Time elapsed: 4.569 sec  <<< ERROR!
org.apache.maven.it.VerificationException: Exit code was non-zero: 1; command line and log = 
<https://builds.apache.org/job/core-it-maven-3-win/ws/apache-maven-3-SNAPSHOT\bin\mvn> --global-settings F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\test-classes\settings.xml -e --batch-mode -Dmaven.repo.local=<https://builds.apache.org/job/core-it-maven-3-win/ws/it-local-repo> compile
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building mng-3203 1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mng-3203 ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-3203\src\main\resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ mng-3203 ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[INFO] Compiling 2 source files to F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-3203\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /F:/ws/m3-its/core-integration-testing-trunk/core-it-suite/target/test-classes/mng-3203/src/main/java/org/apache/maven/it/mng3203/Diamond.java:[14,48] diamond operator is not supported in -source 1.5
  (use -source 7 or higher to enable diamond operator)
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.317 s
[INFO] Finished at: 2016-01-17T19:08:31-08:00
[INFO] Final Memory: 25M/742M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project mng-3203: Compilation failure
[ERROR] /F:/ws/m3-its/core-integration-testing-trunk/core-it-suite/target/test-classes/mng-3203/src/main/java/org/apache/maven/it/mng3203/Diamond.java:[14,48] diamond operator is not supported in -source 1.5
[ERROR] (use -source 7 or higher to enable diamond operator)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project mng-3203: Compilation failure
/F:/ws/m3-its/core-integration-testing-trunk/core-it-suite/target/test-classes/mng-3203/src/main/java/org/apache/maven/it/mng3203/Diamond.java:[14,48] diamond operator is not supported in -source 1.5
  (use -source 7 or higher to enable diamond operator)

	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:214)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:155)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:147)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:865)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	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:601)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
/F:/ws/m3-its/core-integration-testing-trunk/core-it-suite/target/test-classes/mng-3203/src/main/java/org/apache/maven/it/mng3203/Diamond.java:[14,48] diamond operator is not supported in -source 1.5
  (use -source 7 or higher to enable diamond operator)

	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:858)
	at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:129)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 20 more
[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.Verifier.executeGoals(Verifier.java:1369)
	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.MavenITmng3203DefaultLifecycleExecIdTest.testitMNG3203(MavenITmng3203DefaultLifecycleExecIdTest.java:55)


Results :

Tests in error: 
  MavenITmng3203DefaultLifecycleExecIdTest>AbstractMavenIntegrationTestCase.runTest:219->testitMNG3203:55 » Verification

Tests run: 772, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Core ITs ..................................... SUCCESS [ 46.200 s]
[INFO] Maven IT Support ................................... SUCCESS [  1.544 s]
[INFO] Maven IT :: Plugins ................................ SUCCESS [  0.693 s]
[INFO] Maven IT Plugin :: Active Collection ............... SUCCESS [ 11.379 s]
[INFO] Maven IT Plugin :: Ant-Based ....................... SUCCESS [  6.357 s]
[INFO] Maven IT Plugin :: Artifact ........................ SUCCESS [  3.024 s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency A .... SUCCESS [  0.539 s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency B .... SUCCESS [  1.158 s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency C .... SUCCESS [  0.475 s]
[INFO] Maven IT Plugin :: Class Loader .................... SUCCESS [  2.946 s]
[INFO] Maven IT Plugin :: Class Loader :: Aggregator ...... SUCCESS [  0.427 s]
[INFO] Maven IT Plugin :: Configuration ................... SUCCESS [  1.194 s]
[INFO] Maven IT Plugin :: Context Passing ................. SUCCESS [  0.524 s]
[INFO] Maven ITs :: Core Plugin Stubs ..................... SUCCESS [  0.434 s]
[INFO] Maven IT Clean Plugin Stub ......................... SUCCESS [  1.101 s]
[INFO] Maven IT Compiler Plugin Stub ...................... SUCCESS [  0.956 s]
[INFO] Maven IT Deploy Plugin Stub ........................ SUCCESS [  0.956 s]
[INFO] Maven IT EAR Plugin Stub ........................... SUCCESS [  0.692 s]
[INFO] Maven IT EJB Plugin Stub ........................... SUCCESS [  0.670 s]
[INFO] Maven IT Install Plugin Stub ....................... SUCCESS [  0.649 s]
[INFO] Maven IT JAR Plugin Stub ........................... SUCCESS [  0.794 s]
[INFO] Maven IT Javadoc Plugin Stub ....................... SUCCESS [  0.728 s]
[INFO] Maven IT Plugin Plugin Stub ........................ SUCCESS [  0.799 s]
[INFO] Maven IT RAR Plugin Stub ........................... SUCCESS [  1.047 s]
[INFO] Maven IT Resources Plugin Stub ..................... SUCCESS [  0.691 s]
[INFO] Maven IT Site Plugin Stub .......................... SUCCESS [  0.960 s]
[INFO] Maven IT Source Plugin Stub ........................ SUCCESS [  1.049 s]
[INFO] Maven IT Surefire Plugin Stub ...................... SUCCESS [  0.733 s]
[INFO] Maven IT WAR Plugin Stub ........................... SUCCESS [  0.873 s]
[INFO] Maven IT Plugin :: Dependency Collection ........... SUCCESS [  0.773 s]
[INFO] Maven IT Plugin :: Dependency Resolution ........... SUCCESS [  8.611 s]
[INFO] Maven IT Plugin :: Expression ...................... SUCCESS [  2.484 s]
[INFO] Maven IT Plugin :: Error Mojos ..................... SUCCESS [  3.623 s]
[INFO] Maven IT Component ................................. SUCCESS [  0.438 s]
[INFO] Maven IT Plugin :: Extension Consumer .............. SUCCESS [  0.503 s]
[INFO] Maven IT Plugin :: Extension Provider .............. SUCCESS [  0.521 s]
[INFO] Maven IT Plugin :: Fork ............................ SUCCESS [  0.767 s]
[INFO] Maven IT Plugin :: Invalid Descriptor .............. SUCCESS [  0.545 s]
[INFO] Maven IT Plugin :: Log File ........................ SUCCESS [  0.547 s]
[INFO] Maven IT Helper Library ............................ SUCCESS [  1.920 s]
[INFO] Maven IT Plugin :: Model Interpolation ............. SUCCESS [  1.466 s]
[INFO] Maven IT Plugin :: No Default Component ............ SUCCESS [  0.522 s]
[INFO] Maven IT Plugin :: No Project ...................... SUCCESS [  0.680 s]
[INFO] Maven IT Plugin :: Online .......................... SUCCESS [  0.476 s]
[INFO] Maven IT Plugin :: Optional Mojos .................. SUCCESS [  0.598 s]
[INFO] Maven IT Plugin :: Packaging ....................... SUCCESS [  0.593 s]
[INFO] Maven IT Plugin :: Parameter Implementation ........ SUCCESS [  0.539 s]
[INFO] Maven IT Plugin :: Plugin Dependency ............... SUCCESS [  1.089 s]
[INFO] Maven IT Plugin :: Project ......................... SUCCESS [  1.611 s]
[INFO] Maven IT Plugin :: Project Interpolation ........... SUCCESS [  0.780 s]
[INFO] Maven IT Plugin :: Setter .......................... SUCCESS [  0.654 s]
[INFO] Maven IT Plugin :: Singleton Component ............. SUCCESS [  0.583 s]
[INFO] Maven IT Plugin :: Site ............................ SUCCESS [  3.966 s]
[INFO] Maven IT Plugin :: Toolchain ....................... SUCCESS [  7.095 s]
[INFO] Maven IT Plugin :: Touch ........................... SUCCESS [  0.925 s]
[INFO] Maven IT Plugin :: Uses Properties Plugin .......... SUCCESS [  0.475 s]
[INFO] Maven IT Plugin :: Uses Wagon Plugin ............... SUCCESS [  5.641 s]
[INFO] Maven IT Plugin :: This plugin should contain the mojos needed by all tests. SUCCESS [  0.532 s]
[INFO] Maven IT Plugin :: Plexus Utils 1.1 ................ SUCCESS [  1.095 s]
[INFO] Maven IT Plugin :: Plexus Utils New ................ SUCCESS [  1.067 s]
[INFO] Maven IT Plugin :: Plexus Component API ............ SUCCESS [  1.549 s]
[INFO] Maven IT Plugin :: Log4J Client .................... SUCCESS [  1.391 s]
[INFO] Maven IT Plugin :: Extension 1 ..................... SUCCESS [  0.479 s]
[INFO] Maven IT Plugin :: Extension 2 ..................... SUCCESS [  0.495 s]
[INFO] Maven IT Plugin :: Plexus Lifecycle ................ SUCCESS [  1.768 s]
[INFO] Maven IT Plugin :: Settings ........................ SUCCESS [  1.028 s]
[INFO] Maven IT Plugin :: mng-5805 extension .............. SUCCESS [  0.654 s]
[INFO] Maven IT Plugin :: mng-5805 plugin ................. SUCCESS [  0.631 s]
[INFO] Maven IT Plugin :: mng-5805 plugin-dep ............. SUCCESS [  0.636 s]
[INFO] Maven IT Toolchain ................................. SUCCESS [  1.197 s]
[INFO] Maven IT Wagon ..................................... SUCCESS [  0.801 s]
[INFO] Maven IT Support Artifacts ......................... SUCCESS [  2.322 s]
[INFO] Maven IT Extension ................................. SUCCESS [  0.570 s]
[INFO] Maven ITs .......................................... FAILURE [48:28 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51:09 min
[INFO] Finished at: 2016-01-17T19:20:27-08:00
[INFO] Final Memory: 60M/742M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project core-it-suite: There are test failures.
[ERROR] 
[ERROR] Please refer to F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project core-it-suite: There are test failures.

Please refer to F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
	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:601)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:254)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:854)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:722)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	... 20 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :core-it-suite
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results

Jenkins build is back to normal : core-it-maven-3-win #1082

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-it-maven-3-win/1082/changes>


Build failed in Jenkins: core-it-maven-3-win #1081

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-it-maven-3-win/1081/changes>

Changes:

[schulte] [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle

------------------------------------------
[...truncated 10412 lines...]
org.apache.maven.it.VerificationException: Exit code was non-zero: 1; command line and log = 
<https://builds.apache.org/job/core-it-maven-3-win/ws/apache-maven-3-SNAPSHOT\bin\mvn> --global-settings F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\test-classes\settings-remote.xml -e --batch-mode -Dmaven.repo.local=<https://builds.apache.org/job/core-it-maven-3-win/ws/it-local-repo> install
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Integration Test :: MNG-5359 0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom
[INFO] Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 31.5 KB/sec)
[INFO] Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar
[INFO] Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 320.7 KB/sec)
[INFO] Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[INFO] Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 82.6 KB/sec)
[INFO] Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[INFO] Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 349.7 KB/sec)
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-5359\src\main\resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ test ---
[INFO] Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom
[INFO] Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom (867 B at 12.1 KB/sec)
[INFO] Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom
[INFO] Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler/1.9.1/plexus-compiler-1.9.1.pom (4 KB at 48.7 KB/sec)
[INFO] Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom
[INFO] Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 44.6 KB/sec)
[INFO] Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom
[INFO] Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 9.9 KB/sec)
[INFO] Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom
[INFO] Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.pom (688 B at 9.9 KB/sec)
[INFO] Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom
[INFO] Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compilers/1.9.1/plexus-compilers-1.9.1.pom (2 KB at 17.3 KB/sec)
[INFO] Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar
[INFO] Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar
[INFO] Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar
[INFO] Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 282.3 KB/sec)
[INFO] Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 43.2 KB/sec)
[INFO] Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar (14 KB at 110.9 KB/sec)
[INFO] Compiling 1 source file to F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-5359\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-5359\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ test ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ test ---
[INFO] Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 403.5 KB/sec)
[INFO] Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 1085.0 KB/sec)
[INFO] Building jar: F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-5359\target\test-0.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (auto-clean) @ test ---
[INFO] Deleting F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-5359\target
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ test ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.316 s
[INFO] Finished at: 2016-01-17T19:33:19-08:00
[INFO] Final Memory: 15M/742M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project test: The packaging for this project did not assign a file to the build artifact -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project test: The packaging for this project did not assign a file to the build artifact
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:214)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:155)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:147)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:865)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
	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:601)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: The packaging for this project did not assign a file to the build artifact
	at org.apache.maven.plugin.install.InstallMojo.execute(InstallMojo.java:136)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 20 more
[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/MojoExecutionException

	at org.apache.maven.it.Verifier.executeGoals(Verifier.java:1369)
	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.MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.testit(MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest.java:52)


Results :

Tests in error: 
  MavenITmng5359CleanPluginExecutionDeclarationInPluginMgmtTest>AbstractMavenIntegrationTestCase.runTest:219->testit:52 » Verification

Tests run: 772, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Core ITs ..................................... SUCCESS [ 53.444 s]
[INFO] Maven IT Support ................................... SUCCESS [  0.990 s]
[INFO] Maven IT :: Plugins ................................ SUCCESS [  0.731 s]
[INFO] Maven IT Plugin :: Active Collection ............... SUCCESS [ 10.969 s]
[INFO] Maven IT Plugin :: Ant-Based ....................... SUCCESS [  6.072 s]
[INFO] Maven IT Plugin :: Artifact ........................ SUCCESS [  3.002 s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency A .... SUCCESS [  0.567 s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency B .... SUCCESS [  0.950 s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency C .... SUCCESS [  0.738 s]
[INFO] Maven IT Plugin :: Class Loader .................... SUCCESS [  2.989 s]
[INFO] Maven IT Plugin :: Class Loader :: Aggregator ...... SUCCESS [  0.439 s]
[INFO] Maven IT Plugin :: Configuration ................... SUCCESS [  1.669 s]
[INFO] Maven IT Plugin :: Context Passing ................. SUCCESS [  0.529 s]
[INFO] Maven ITs :: Core Plugin Stubs ..................... SUCCESS [  0.425 s]
[INFO] Maven IT Clean Plugin Stub ......................... SUCCESS [  1.207 s]
[INFO] Maven IT Compiler Plugin Stub ...................... SUCCESS [  0.936 s]
[INFO] Maven IT Deploy Plugin Stub ........................ SUCCESS [  0.943 s]
[INFO] Maven IT EAR Plugin Stub ........................... SUCCESS [  1.131 s]
[INFO] Maven IT EJB Plugin Stub ........................... SUCCESS [  1.258 s]
[INFO] Maven IT Install Plugin Stub ....................... SUCCESS [  0.753 s]
[INFO] Maven IT JAR Plugin Stub ........................... SUCCESS [  0.629 s]
[INFO] Maven IT Javadoc Plugin Stub ....................... SUCCESS [  0.745 s]
[INFO] Maven IT Plugin Plugin Stub ........................ SUCCESS [  0.699 s]
[INFO] Maven IT RAR Plugin Stub ........................... SUCCESS [  1.361 s]
[INFO] Maven IT Resources Plugin Stub ..................... SUCCESS [  0.955 s]
[INFO] Maven IT Site Plugin Stub .......................... SUCCESS [  0.831 s]
[INFO] Maven IT Source Plugin Stub ........................ SUCCESS [  0.744 s]
[INFO] Maven IT Surefire Plugin Stub ...................... SUCCESS [  0.752 s]
[INFO] Maven IT WAR Plugin Stub ........................... SUCCESS [  0.653 s]
[INFO] Maven IT Plugin :: Dependency Collection ........... SUCCESS [  0.830 s]
[INFO] Maven IT Plugin :: Dependency Resolution ........... SUCCESS [ 10.060 s]
[INFO] Maven IT Plugin :: Expression ...................... SUCCESS [  1.455 s]
[INFO] Maven IT Plugin :: Error Mojos ..................... SUCCESS [  3.123 s]
[INFO] Maven IT Component ................................. SUCCESS [  0.446 s]
[INFO] Maven IT Plugin :: Extension Consumer .............. SUCCESS [  0.627 s]
[INFO] Maven IT Plugin :: Extension Provider .............. SUCCESS [  1.089 s]
[INFO] Maven IT Plugin :: Fork ............................ SUCCESS [  1.440 s]
[INFO] Maven IT Plugin :: Invalid Descriptor .............. SUCCESS [  0.524 s]
[INFO] Maven IT Plugin :: Log File ........................ SUCCESS [  0.511 s]
[INFO] Maven IT Helper Library ............................ SUCCESS [  1.854 s]
[INFO] Maven IT Plugin :: Model Interpolation ............. SUCCESS [  1.408 s]
[INFO] Maven IT Plugin :: No Default Component ............ SUCCESS [  0.628 s]
[INFO] Maven IT Plugin :: No Project ...................... SUCCESS [  0.498 s]
[INFO] Maven IT Plugin :: Online .......................... SUCCESS [  0.505 s]
[INFO] Maven IT Plugin :: Optional Mojos .................. SUCCESS [  1.375 s]
[INFO] Maven IT Plugin :: Packaging ....................... SUCCESS [  0.487 s]
[INFO] Maven IT Plugin :: Parameter Implementation ........ SUCCESS [  0.499 s]
[INFO] Maven IT Plugin :: Plugin Dependency ............... SUCCESS [  0.591 s]
[INFO] Maven IT Plugin :: Project ......................... SUCCESS [  0.949 s]
[INFO] Maven IT Plugin :: Project Interpolation ........... SUCCESS [  1.075 s]
[INFO] Maven IT Plugin :: Setter .......................... SUCCESS [  0.556 s]
[INFO] Maven IT Plugin :: Singleton Component ............. SUCCESS [  0.792 s]
[INFO] Maven IT Plugin :: Site ............................ SUCCESS [  4.445 s]
[INFO] Maven IT Plugin :: Toolchain ....................... SUCCESS [  7.683 s]
[INFO] Maven IT Plugin :: Touch ........................... SUCCESS [  2.012 s]
[INFO] Maven IT Plugin :: Uses Properties Plugin .......... SUCCESS [  0.574 s]
[INFO] Maven IT Plugin :: Uses Wagon Plugin ............... SUCCESS [  3.570 s]
[INFO] Maven IT Plugin :: This plugin should contain the mojos needed by all tests. SUCCESS [  0.442 s]
[INFO] Maven IT Plugin :: Plexus Utils 1.1 ................ SUCCESS [  0.905 s]
[INFO] Maven IT Plugin :: Plexus Utils New ................ SUCCESS [  1.065 s]
[INFO] Maven IT Plugin :: Plexus Component API ............ SUCCESS [  1.956 s]
[INFO] Maven IT Plugin :: Log4J Client .................... SUCCESS [  1.033 s]
[INFO] Maven IT Plugin :: Extension 1 ..................... SUCCESS [  0.438 s]
[INFO] Maven IT Plugin :: Extension 2 ..................... SUCCESS [  0.451 s]
[INFO] Maven IT Plugin :: Plexus Lifecycle ................ SUCCESS [  2.205 s]
[INFO] Maven IT Plugin :: Settings ........................ SUCCESS [  0.690 s]
[INFO] Maven IT Plugin :: mng-5805 extension .............. SUCCESS [  0.382 s]
[INFO] Maven IT Plugin :: mng-5805 plugin ................. SUCCESS [  0.671 s]
[INFO] Maven IT Plugin :: mng-5805 plugin-dep ............. SUCCESS [  0.402 s]
[INFO] Maven IT Toolchain ................................. SUCCESS [  1.078 s]
[INFO] Maven IT Wagon ..................................... SUCCESS [  0.735 s]
[INFO] Maven IT Support Artifacts ......................... SUCCESS [  2.761 s]
[INFO] Maven IT Extension ................................. SUCCESS [  0.386 s]
[INFO] Maven ITs .......................................... FAILURE [48:44 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 51:32 min
[INFO] Finished at: 2016-01-17T20:21:00-08:00
[INFO] Final Memory: 60M/742M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project core-it-suite: There are test failures.
[ERROR] 
[ERROR] Please refer to F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project core-it-suite: There are test failures.

Please refer to F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
	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:601)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to F:\ws\m3-its\core-integration-testing-trunk\core-it-suite\target\surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:82)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:254)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:854)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:722)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
	... 20 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :core-it-suite
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results