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 2011/07/31 21:12:24 UTC

Build failed in Jenkins: core-integration-testing-maven-3-trunk-windows #8

See <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/8/changes>

Changes:

[jvanzyl] o slight fix for the bootstrap, we want to use the distributionId for the build not the distributionName

[jvanzyl] o make it possible to change:
 - the overarching archive name
 - id of the product
 - long name of the product
 - short name of the product
 - have "mvn -v" output this information so that it's clear it's not Apache Maven

This allows people in the community creating builds of their own builds of Apache Maven to conform to the naming conventions put forth by the Apache Software Foundation.

[ifedorenko] MNG-5141 Make MojoExecutor.ensureDependenciesAreResolved public

[bentmann] o Decoupled from production plugin

[bentmann] o Improved POM location tracking

[bentmann] o Avoided corruption of local repository when installing a snapshot artifact that was already deployed and as such has a timestamped version, this happens in the wild when using invoker:install during a build that deploys its output

[bentmann] [MNG-5135] Regression: in some cases aggregator mojo is unable to resolve dependencies with custom packaging

[bentmann] [MNG-5096] <exclusion> on <dependency> with <type>test-jar</type> doesn't work in maven 3

[bentmann] [MNG-5137] Reactor resolution does not work for forked multi module builds
Submitted by: Stuart McCulloch

[bentmann] [MNG-5113] NullPointerException on javadoc site generation

[bentmann] [MNG-5131] Wrong encoding for encrypted passwords

[bentmann] [MNG-5064] mvn -nsu (--no-snapshot-updates) should not download snapshots (and break local builds)

[bentmann] [MNG-5064] mvn -nsu (--no-snapshot-updates) should not download snapshots (and break local builds)

o Fixed IT

[bentmann] o Set svn:eol-style=native

[hboutemy] improved javadoc

[hboutemy] added description for every module

[hboutemy] use m-jxr-p 2.3 to add aggregate source jxr

[hboutemy] added missing breadcrumb

[hboutemy] use MavenServiceLocator instead of deprecated DefaultServiceLocator

[pgier] [MNG-4112] Add test for new properties "maven.version" and "maven.build.version"

[pgier] [MNG-4112] Add properties "maven.version" and "maven.build.version" which contain the current version of Maven

[hboutemy] updated url to match site organization: Maven core url is not the whole site but the core subset

[hboutemy] prepare m.jxr.p 2.3 with its new aggregate goal

[hboutemy] added development menu

[hboutemy] improved descriptions

------------------------------------------
[...truncated 2647 lines...]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-it-plugin-no-project ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-no-project\target\maven-it-plugin-no-project-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-it-plugin-no-project ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-it-plugin-no-project ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-no-project\target\maven-it-plugin-no-project-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-no-project\2.1-SNAPSHOT\maven-it-plugin-no-project-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-no-project\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-no-project\2.1-SNAPSHOT\maven-it-plugin-no-project-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Plugin :: Online 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-online ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\target
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-online ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ maven-it-plugin-online ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ maven-it-plugin-online ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\src\main\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ maven-it-plugin-online ---
[INFO] Compiling 1 source file to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ maven-it-plugin-online ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-it-plugin-online ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ maven-it-plugin-online ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-it-plugin-online ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\target\maven-it-plugin-online-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-it-plugin-online ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-it-plugin-online ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\target\maven-it-plugin-online-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-online\2.1-SNAPSHOT\maven-it-plugin-online-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-online\2.1-SNAPSHOT\maven-it-plugin-online-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Plugin :: Optional Mojos 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-optional-mojos ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-optional-mojos ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ maven-it-plugin-optional-mojos ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ maven-it-plugin-optional-mojos ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ maven-it-plugin-optional-mojos ---
[INFO] Compiling 1 source file to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ maven-it-plugin-optional-mojos ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-it-plugin-optional-mojos ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ maven-it-plugin-optional-mojos ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-it-plugin-optional-mojos ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-it-plugin-optional-mojos ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-it-plugin-optional-mojos ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-optional-mojos\2.1-SNAPSHOT\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-optional-mojos\2.1-SNAPSHOT\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Plugin :: Packaging 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-packaging ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\target
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-packaging ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ maven-it-plugin-packaging ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ maven-it-plugin-packaging ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ maven-it-plugin-packaging ---
[INFO] Compiling 2 source files to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ maven-it-plugin-packaging ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-it-plugin-packaging ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ maven-it-plugin-packaging ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-it-plugin-packaging ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\target\maven-it-plugin-packaging-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-it-plugin-packaging ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-it-plugin-packaging ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\target\maven-it-plugin-packaging-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-packaging\2.1-SNAPSHOT\maven-it-plugin-packaging-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-packaging\2.1-SNAPSHOT\maven-it-plugin-packaging-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Plugin :: Parameter Implementation 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-parameter-implementation ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-parameter-implementation\target
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-parameter-implementation ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Core ITs .................................... SUCCESS [2.583s]
[INFO] Maven IT Support .................................. SUCCESS [0.046s]
[INFO] Maven IT :: Plugins ............................... SUCCESS [0.060s]
[INFO] Maven IT Plugin :: Active Collection .............. SUCCESS [2.665s]
[INFO] Maven IT Plugin :: Ant-Based ...................... SUCCESS [0.838s]
[INFO] Maven IT Plugin :: Artifact ....................... SUCCESS [1.068s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency A ... SUCCESS [0.359s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency B ... SUCCESS [0.454s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency C ... SUCCESS [0.112s]
[INFO] Maven IT Plugin :: Class Loader ................... SUCCESS [1.458s]
[INFO] Maven IT Plugin :: Class Loader :: Aggregator ..... SUCCESS [0.029s]
[INFO] Maven IT Plugin :: Configuration .................. SUCCESS [0.942s]
[INFO] Maven IT Plugin :: Context Passing ................ SUCCESS [0.401s]
[INFO] Maven ITs :: Core Plugin Stubs .................... SUCCESS [0.027s]
[INFO] Maven IT Clean Plugin Stub ........................ SUCCESS [0.422s]
[INFO] Maven IT Compiler Plugin Stub ..................... SUCCESS [0.432s]
[INFO] Maven IT Deploy Plugin Stub ....................... SUCCESS [0.446s]
[INFO] Maven IT EAR Plugin Stub .......................... SUCCESS [0.405s]
[INFO] Maven IT EJB Plugin Stub .......................... SUCCESS [0.421s]
[INFO] Maven IT Install Plugin Stub ...................... SUCCESS [0.419s]
[INFO] Maven IT JAR Plugin Stub .......................... SUCCESS [0.481s]
[INFO] Maven IT Javadoc Plugin Stub ...................... SUCCESS [0.442s]
[INFO] Maven IT Plugin Plugin Stub ....................... SUCCESS [0.409s]
[INFO] Maven IT RAR Plugin Stub .......................... SUCCESS [0.486s]
[INFO] Maven IT Resources Plugin Stub .................... SUCCESS [0.431s]
[INFO] Maven IT Site Plugin Stub ......................... SUCCESS [0.496s]
[INFO] Maven IT Source Plugin Stub ....................... SUCCESS [0.418s]
[INFO] Maven IT Surefire Plugin Stub ..................... SUCCESS [0.485s]
[INFO] Maven IT WAR Plugin Stub .......................... SUCCESS [0.469s]
[INFO] Maven IT Plugin :: Dependency Collection .......... SUCCESS [0.845s]
[INFO] Maven IT Plugin :: Dependency Resolution .......... SUCCESS [2.702s]
[INFO] Maven IT Plugin :: Expression ..................... SUCCESS [1.091s]
[INFO] Maven IT Plugin :: Error Mojos .................... SUCCESS [0.689s]
[INFO] Maven IT Component ................................ SUCCESS [0.544s]
[INFO] Maven IT Plugin :: Extension Consumer ............. SUCCESS [0.424s]
[INFO] Maven IT Plugin :: Extension Provider ............. SUCCESS [0.371s]
[INFO] Maven IT Plugin :: Fork ........................... SUCCESS [0.517s]
[INFO] Maven IT Plugin :: Invalid Descriptor ............. SUCCESS [0.514s]
[INFO] Maven IT Plugin :: Log File ....................... SUCCESS [0.442s]
[INFO] Maven IT Plugin :: No Default Component ........... SUCCESS [0.413s]
[INFO] Maven IT Plugin :: No Project ..................... SUCCESS [0.683s]
[INFO] Maven IT Plugin :: Online ......................... SUCCESS [0.329s]
[INFO] Maven IT Plugin :: Optional Mojos ................. SUCCESS [0.348s]
[INFO] Maven IT Plugin :: Packaging ...................... SUCCESS [0.382s]
[INFO] Maven IT Plugin :: Parameter Implementation ....... FAILURE [0.016s]
[INFO] Maven IT Plugin :: Plugin Dependency .............. SKIPPED
[INFO] Maven IT Plugin :: Project ........................ SKIPPED
[INFO] Maven IT Helper Library ........................... SKIPPED
[INFO] Maven IT Plugin :: Project Interpolation .......... SKIPPED
[INFO] Maven IT Plugin :: Setter ......................... SKIPPED
[INFO] Maven IT Plugin :: Singleton Component ............ SKIPPED
[INFO] Maven IT Plugin :: Site ........................... SKIPPED
[INFO] Maven IT Plugin :: Toolchain ...................... SKIPPED
[INFO] Maven IT Plugin :: Touch .......................... SKIPPED
[INFO] Maven IT Plugin :: Uses Properties Plugin ......... SKIPPED
[INFO] Maven IT Plugin :: Uses Wagon Plugin .............. SKIPPED
[INFO] Maven IT Plugin :: This plugin should contain the mojos needed by all tests.  SKIPPED
[INFO] Maven IT Plugin :: Plexus Utils 1.1 ............... SKIPPED
[INFO] Maven IT Plugin :: Plexus Utils New ............... SKIPPED
[INFO] Maven IT Plugin :: Plexus Component API ........... SKIPPED
[INFO] Maven IT Plugin :: Log4J Client ................... SKIPPED
[INFO] maven-it-plugin-extension1 ........................ SKIPPED
[INFO] maven-it-plugin-extension2 ........................ SKIPPED
[INFO] Maven IT Toolchain ................................ SKIPPED
[INFO] Maven IT Wagon .................................... SKIPPED
[INFO] Maven IT Support Artifacts ........................ SKIPPED
[INFO] Maven IT Extension ................................ SKIPPED
[INFO] Maven ITs ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.969s
[INFO] Finished at: Sun Jul 31 20:12:20 BST 2011
[INFO] Final Memory: 31M/719M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:2.8:descriptor (default-descriptor) on project maven-it-plugin-parameter-implementation: Error extracting plugin descriptor: 'No mojo definitions were found for plugin: org.apache.maven.its.plugins:maven-it-plugin-parameter-implementation.' -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-it-plugin-parameter-implementation
Recording test results


Jenkins build is back to normal : core-integration-testing-maven-3-trunk-windows #17

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/17/>



Build failed in Jenkins: core-integration-testing-maven-3-trunk-windows #16

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/16/>

------------------------------------------
[...truncated 4583 lines...]
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] maven-mng3710-directInvoke-plugin
[INFO] maven-mng3710-originalModel-plugin
[INFO] plugins
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building maven-mng3710-directInvoke-plugin 1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-plugin-plugin:2.7:descriptor (default-descriptor) @ maven-mng3710-directInvoke-plugin ---
[WARNING] Using platform encoding (Cp1252 actually) to read mojo metadata, i.e. build is platform dependent!
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ maven-mng3710-directInvoke-plugin ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-3710\original-model\plugins\maven-mng3710-directInvoke-plugin\src\main\resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ maven-mng3710-directInvoke-plugin ---
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
[INFO] Compiling 1 source file to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-3710\original-model\plugins\maven-mng3710-directInvoke-plugin\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ maven-mng3710-directInvoke-plugin ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-3710\original-model\plugins\maven-mng3710-directInvoke-plugin\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-mng3710-directInvoke-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ maven-mng3710-directInvoke-plugin ---
[INFO] No tests to run.
[INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-3710\original-model\plugins\maven-mng3710-directInvoke-plugin\target\surefire-reports
Unable to access jarfile F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-3710\original-model\plugins\maven-mng3710-directInvoke-plugin\target\surefire\surefirebooter6661236544958895647.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] maven-mng3710-directInvoke-plugin ................. FAILURE [3.079s]
[INFO] maven-mng3710-originalModel-plugin ................ SKIPPED
[INFO] plugins ........................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.237s
[INFO] Finished at: Mon Aug 01 18:44:07 BST 2011
[INFO] Final Memory: 11M/736M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (default-test) on project maven-mng3710-directInvoke-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-3710\original-model\plugins\maven-mng3710-directInvoke-plugin\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.7.2:test (default-test) on project maven-mng3710-directInvoke-plugin: There are test failures.

Please refer to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-3710\original-model\plugins\maven-mng3710-directInvoke-plugin\target\surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	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:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-3710\original-model\plugins\maven-mng3710-directInvoke-plugin\target\surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:74)
	at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:642)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 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:1397)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1240)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1234)
	at org.apache.maven.it.MavenITmng3710PollutedClonedPluginsTest.testitMNG3710_OriginalModel(MavenITmng3710PollutedClonedPluginsTest.java:88)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at org.apache.maven.it.AbstractMavenIntegrationTestCase.runTest(AbstractMavenIntegrationTestCase.java:220)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at junit.framework.TestSuite.runTest(TestSuite.java:243)
	at junit.framework.TestSuite.run(TestSuite.java:238)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:120)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:194)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:176)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:134)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:97)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	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:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)

Results :

Tests in error: 
  testitMNG3710_OriginalModel(org.apache.maven.it.MavenITmng3710PollutedClonedPluginsTest): Exit code was non-zero: 1; command line and log = 

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Core ITs .................................... SUCCESS [1.377s]
[INFO] Maven IT Support .................................. SUCCESS [0.041s]
[INFO] Maven IT :: Plugins ............................... SUCCESS [0.041s]
[INFO] Maven IT Plugin :: Active Collection .............. SUCCESS [1.831s]
[INFO] Maven IT Plugin :: Ant-Based ...................... SUCCESS [0.486s]
[INFO] Maven IT Plugin :: Artifact ....................... SUCCESS [1.119s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency A ... SUCCESS [0.376s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency B ... SUCCESS [0.411s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency C ... SUCCESS [0.085s]
[INFO] Maven IT Plugin :: Class Loader ................... SUCCESS [1.283s]
[INFO] Maven IT Plugin :: Class Loader :: Aggregator ..... SUCCESS [0.023s]
[INFO] Maven IT Plugin :: Configuration .................. SUCCESS [0.852s]
[INFO] Maven IT Plugin :: Context Passing ................ SUCCESS [0.384s]
[INFO] Maven ITs :: Core Plugin Stubs .................... SUCCESS [0.018s]
[INFO] Maven IT Clean Plugin Stub ........................ SUCCESS [0.402s]
[INFO] Maven IT Compiler Plugin Stub ..................... SUCCESS [0.454s]
[INFO] Maven IT Deploy Plugin Stub ....................... SUCCESS [0.465s]
[INFO] Maven IT EAR Plugin Stub .......................... SUCCESS [0.411s]
[INFO] Maven IT EJB Plugin Stub .......................... SUCCESS [0.428s]
[INFO] Maven IT Install Plugin Stub ...................... SUCCESS [0.414s]
[INFO] Maven IT JAR Plugin Stub .......................... SUCCESS [0.500s]
[INFO] Maven IT Javadoc Plugin Stub ...................... SUCCESS [0.398s]
[INFO] Maven IT Plugin Plugin Stub ....................... SUCCESS [0.445s]
[INFO] Maven IT RAR Plugin Stub .......................... SUCCESS [0.455s]
[INFO] Maven IT Resources Plugin Stub .................... SUCCESS [0.426s]
[INFO] Maven IT Site Plugin Stub ......................... SUCCESS [0.486s]
[INFO] Maven IT Source Plugin Stub ....................... SUCCESS [0.405s]
[INFO] Maven IT Surefire Plugin Stub ..................... SUCCESS [0.411s]
[INFO] Maven IT WAR Plugin Stub .......................... SUCCESS [0.381s]
[INFO] Maven IT Plugin :: Dependency Collection .......... SUCCESS [0.646s]
[INFO] Maven IT Plugin :: Dependency Resolution .......... SUCCESS [0.629s]
[INFO] Maven IT Plugin :: Expression ..................... SUCCESS [1.088s]
[INFO] Maven IT Plugin :: Error Mojos .................... SUCCESS [0.510s]
[INFO] Maven IT Component ................................ SUCCESS [0.548s]
[INFO] Maven IT Plugin :: Extension Consumer ............. SUCCESS [0.460s]
[INFO] Maven IT Plugin :: Extension Provider ............. SUCCESS [0.354s]
[INFO] Maven IT Plugin :: Fork ........................... SUCCESS [0.477s]
[INFO] Maven IT Plugin :: Invalid Descriptor ............. SUCCESS [0.550s]
[INFO] Maven IT Plugin :: Log File ....................... SUCCESS [0.376s]
[INFO] Maven IT Plugin :: No Default Component ........... SUCCESS [0.381s]
[INFO] Maven IT Plugin :: No Project ..................... SUCCESS [0.696s]
[INFO] Maven IT Plugin :: Online ......................... SUCCESS [0.387s]
[INFO] Maven IT Plugin :: Optional Mojos ................. SUCCESS [0.341s]
[INFO] Maven IT Plugin :: Packaging ...................... SUCCESS [0.378s]
[INFO] Maven IT Plugin :: Parameter Implementation ....... SUCCESS [0.353s]
[INFO] Maven IT Plugin :: Plugin Dependency .............. SUCCESS [0.485s]
[INFO] Maven IT Plugin :: Project ........................ SUCCESS [0.456s]
[INFO] Maven IT Helper Library ........................... SUCCESS [1.365s]
[INFO] Maven IT Plugin :: Project Interpolation .......... SUCCESS [0.679s]
[INFO] Maven IT Plugin :: Setter ......................... SUCCESS [0.333s]
[INFO] Maven IT Plugin :: Singleton Component ............ SUCCESS [0.368s]
[INFO] Maven IT Plugin :: Site ........................... SUCCESS [0.412s]
[INFO] Maven IT Plugin :: Toolchain ...................... SUCCESS [1.102s]
[INFO] Maven IT Plugin :: Touch .......................... SUCCESS [0.755s]
[INFO] Maven IT Plugin :: Uses Properties Plugin ......... SUCCESS [0.323s]
[INFO] Maven IT Plugin :: Uses Wagon Plugin .............. SUCCESS [0.867s]
[INFO] Maven IT Plugin :: This plugin should contain the mojos needed by all tests.  SUCCESS [0.317s]
[INFO] Maven IT Plugin :: Plexus Utils 1.1 ............... SUCCESS [0.487s]
[INFO] Maven IT Plugin :: Plexus Utils New ............... SUCCESS [0.630s]
[INFO] Maven IT Plugin :: Plexus Component API ........... SUCCESS [0.702s]
[INFO] Maven IT Plugin :: Log4J Client ................... SUCCESS [0.417s]
[INFO] maven-it-plugin-extension1 ........................ SUCCESS [0.291s]
[INFO] maven-it-plugin-extension2 ........................ SUCCESS [0.289s]
[INFO] Maven IT Toolchain ................................ SUCCESS [0.773s]
[INFO] Maven IT Wagon .................................... SUCCESS [1.100s]
[INFO] Maven IT Support Artifacts ........................ SUCCESS [0.232s]
[INFO] Maven IT Extension ................................ SUCCESS [0.231s]
[INFO] Maven ITs ......................................... FAILURE [28:41.495s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29:18.618s
[INFO] Finished at: Mon Aug 01 18:57:15 BST 2011
[INFO] Final Memory: 32M/688M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project core-it-suite: There are test failures.
[ERROR] 
[ERROR] Please refer to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :core-it-suite
Recording test results


Build failed in Jenkins: core-integration-testing-maven-3-trunk-windows #15

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/15/>

------------------------------------------
[...truncated 42770 lines...]
  testitResumeFrom(org.apache.maven.it.MavenITmng2576MakeLikeReactorTest): Exit code was non-zero: 1; command line and log = 
  testitDefaultFormat(org.apache.maven.it.MavenITmng2562TimestampTest): Exit code was non-zero: 1; command line and log = 
  testitCustomFormat(org.apache.maven.it.MavenITmng2562TimestampTest): Exit code was non-zero: 1; command line and log = 
  testitSameValueAcrossModules(org.apache.maven.it.MavenITmng2562TimestampTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng2486TimestampedDependencyVersionInterpolationTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2432(org.apache.maven.it.MavenITmng2432PluginPrefixOrderTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng2387InactiveProxyTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng2363BasedirAwareFileActivatorTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng2362DeployedPomEncodingTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2339a(org.apache.maven.it.MavenITmng2339BadProjectInterpolationTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2339b(org.apache.maven.it.MavenITmng2339BadProjectInterpolationTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2318(org.apache.maven.it.MavenITmng2318LocalParentResolutionTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2309(org.apache.maven.it.MavenITmng2309ProfileInjectionOrderTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng2305MultipleProxiesTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2293(org.apache.maven.it.MavenITmng2293CustomPluginParamImplTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2277(org.apache.maven.it.MavenITmng2277AggregatorAndResolutionPluginsTest): Exit code was non-zero: 1; command line and log = 
  testitActivation(org.apache.maven.it.MavenITmng2276ProfileActivationBySettingsPropertyTest): Exit code was non-zero: 1; command line and log = 
  testitCliWins(org.apache.maven.it.MavenITmng2276ProfileActivationBySettingsPropertyTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2254(org.apache.maven.it.MavenITmng2254PomEncodingTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2234(org.apache.maven.it.MavenITmng2234ActiveProfilesFromSettingsTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2228(org.apache.maven.it.MavenITmng2228ComponentInjectionTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng2222OutputDirectoryReactorResolutionTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2201(org.apache.maven.it.MavenITmng2201PluginConfigInterpolationTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2174(org.apache.maven.it.MavenITmng2174PluginDepsManagedByParentProfileTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng2140ReactorAwareDepResolutionWhenForkTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2136(org.apache.maven.it.MavenITmng2136ActiveByDefaultProfileTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng2135PluginBuildInReactorTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2130(org.apache.maven.it.MavenITmng2130ParentLookupFromReactorCacheTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2124(org.apache.maven.it.MavenITmng2124PomInterpolationWithParentValuesTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2123(org.apache.maven.it.MavenITmng2123VersionRangeDependencyTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng2103PluginExecutionInheritanceTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng2098VersionRangeSatisfiedFromWrongRepoTest): Exit code was non-zero: 1; command line and log = 
  testitInheritedIdFields(org.apache.maven.it.MavenITmng2068ReactorRelativeParentsTest): Exit code was non-zero: 1; command line and log = 
  testitExplicitIdFields(org.apache.maven.it.MavenITmng2068ReactorRelativeParentsTest): Exit code was non-zero: 1; command line and log = 
  testitComplex(org.apache.maven.it.MavenITmng2068ReactorRelativeParentsTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2054(org.apache.maven.it.MavenITmng2054PluginExecutionInheritanceTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2052(org.apache.maven.it.MavenITmng2052InterpolateWithSettingsProfilePropertiesTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2045(org.apache.maven.it.MavenITmng2045testJarDependenciesBrokenInReactorTest): Exit code was non-zero: 1; command line and log = 
  testitMNG2006(org.apache.maven.it.MavenITmng2006ChildPathAwareUrlInheritanceTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1995(org.apache.maven.it.MavenITmng1995InterpolateBooleanModelElementsTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1992(org.apache.maven.it.MavenITmng1992SystemPropOverridesPomPropTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1957(org.apache.maven.it.MavenITmng1957JdkActivationWithVersionRangeTest): Exit code was non-zero: 1; command line and log = 
  testitDirectVsIndirect(org.apache.maven.it.MavenITmng1895ScopeConflictResolutionTest): Exit code was non-zero: 1; command line and log = 
  testitCompileVsRuntime(org.apache.maven.it.MavenITmng1895ScopeConflictResolutionTest): Exit code was non-zero: 1; command line and log = 
  testitCompileVsTest(org.apache.maven.it.MavenITmng1895ScopeConflictResolutionTest): Exit code was non-zero: 1; command line and log = 
  testitCompileVsProvided(org.apache.maven.it.MavenITmng1895ScopeConflictResolutionTest): Exit code was non-zero: 1; command line and log = 
  testitRuntimeVsTest(org.apache.maven.it.MavenITmng1895ScopeConflictResolutionTest): Exit code was non-zero: 1; command line and log = 
  testitRuntimeVsProvided(org.apache.maven.it.MavenITmng1895ScopeConflictResolutionTest): Exit code was non-zero: 1; command line and log = 
  testitProvidedVsTest(org.apache.maven.it.MavenITmng1895ScopeConflictResolutionTest): Exit code was non-zero: 1; command line and log = 
  testVersion(org.apache.maven.it.MavenITmng1830ShowVersionTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng1751ForcedMetadataUpdateDuringDeploymentTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1703(org.apache.maven.it.MavenITmng1703PluginMgmtDepInheritanceTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng1701DuplicatePluginTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1493(org.apache.maven.it.MavenITmng1493NonStandardModulePomNamesTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1415(org.apache.maven.it.MavenITmng1415QuotedSystemPropertiesTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1412(org.apache.maven.it.MavenITmng1412DependenciesOrderTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1349(org.apache.maven.it.MavenITmng1349ChecksumFormatsTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1323(org.apache.maven.it.MavenITmng1323AntrunDependenciesTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1233(org.apache.maven.it.MavenITmng1233WarDepWithProvidedScopeTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng1144MultipleDefaultGoalsTest): Exit code was non-zero: 1; command line and log = 
  testitAB(org.apache.maven.it.MavenITmng1142VersionRangeIntersectionTest): Exit code was non-zero: 1; command line and log = 
  testitBA(org.apache.maven.it.MavenITmng1142VersionRangeIntersectionTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1088(org.apache.maven.it.MavenITmng1088ReactorPluginResolutionTest): Exit code was non-zero: 1; command line and log = 
  testitForkLifecycle(org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest): Exit code was non-zero: 1; command line and log = 
  testitForkGoal(org.apache.maven.it.MavenITmng1073AggregatorForksReactorTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1052(org.apache.maven.it.MavenITmng1052PluginMngtConfigTest): Exit code was non-zero: 1; command line and log = 
  testitMNG1021(org.apache.maven.it.MavenITmng1021EqualAttachmentBuildNumberTest): Exit code was non-zero: 1; command line and log = 
  testitMNG0985(org.apache.maven.it.MavenITmng0985NonExecutedPluginMngtGoalsTest): Exit code was non-zero: 1; command line and log = 
  testitMNG0956(org.apache.maven.it.MavenITmng0956ComponentInjectionViaProjectLevelPluginDepTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng0947OptionalDependencyTest): Exit code was non-zero: 1; command line and log = 
  testitMNG0870(org.apache.maven.it.MavenITmng0870ReactorAwarePluginDiscoveryTest): Exit code was non-zero: 1; command line and log = 
  testitMNG866(org.apache.maven.it.MavenITmng0866EvaluateDefaultValueTest): Exit code was non-zero: 1; command line and log = 
  testitMNG848(org.apache.maven.it.MavenITmng0848SystemPropOverridesDefaultValueTest): Exit code was non-zero: 1; command line and log = 
  testitMNG0823(org.apache.maven.it.MavenITmng0823MojoContextPassingTest): Exit code was non-zero: 1; command line and log = 
  testitMNG0820(org.apache.maven.it.MavenITmng0820ConflictResolutionTest): Exit code was non-zero: 1; command line and log = 
  testitMNG0818(org.apache.maven.it.MavenITmng0818WarDepsNotTransitiveTest): Exit code was non-zero: 1; command line and log = 
  testitMNG814(org.apache.maven.it.MavenITmng0814ExplicitProfileActivationTest): Exit code was non-zero: 1; command line and log = 
  testitMNG0786(org.apache.maven.it.MavenITmng0786ProfileAwareReactorTest): Exit code was non-zero: 1; command line and log = 
  testitMNG0781(org.apache.maven.it.MavenITmng0781PluginConfigVsExecConfigTest): Exit code was non-zero: 1; command line and log = 
  testitMNG773(org.apache.maven.it.MavenITmng0773SettingsProfileReactorPollutionTest): Exit code was non-zero: 1; command line and log = 
  testitMNG768(org.apache.maven.it.MavenITmng0768OfflineModeTest): Exit code was non-zero: 1; command line and log = 
  testitMNG761(org.apache.maven.it.MavenITmng0761MissingSnapshotDistRepoTest): Exit code was non-zero: 1; command line and log = 
  testitMNG680(org.apache.maven.it.MavenITmng0680ParentBasedirTest): Exit code was non-zero: 1; command line and log = 
  testitLifecycle(org.apache.maven.it.MavenITmng0674PluginParameterAliasTest): Exit code was non-zero: 1; command line and log = 
  testitCli(org.apache.maven.it.MavenITmng0674PluginParameterAliasTest): Exit code was non-zero: 1; command line and log = 
  testitMNG666(org.apache.maven.it.MavenITmng0666IgnoreLegacyPomTest): Exit code was non-zero: 1; command line and log = 
  testitMNG557(org.apache.maven.it.MavenITmng0557UserSettingsCliOptionTest): Exit code was non-zero: 1; command line and log = 
  testitBasic(org.apache.maven.it.MavenITmng0553SettingsAuthzEncryptionTest): Exit code was non-zero: 1; command line and log = 
  testitRelocation(org.apache.maven.it.MavenITmng0553SettingsAuthzEncryptionTest): Exit code was non-zero: 1; command line and log = 
  testitEncryption(org.apache.maven.it.MavenITmng0553SettingsAuthzEncryptionTest): Exit code was non-zero: 1; command line and log = 
  testitMNG522(org.apache.maven.it.MavenITmng0522InheritedPluginMgmtConfigTest): Exit code was non-zero: 1; command line and log = 
  testitMNG507(org.apache.maven.it.MavenITmng0507ArtifactRelocationTest): Exit code was non-zero: 1; command line and log = 
  testitMNG505(org.apache.maven.it.MavenITmng0505VersionRangeTest): Exit code was non-zero: 1; command line and log = 
  testitMNG496(org.apache.maven.it.MavenITmng0496IgnoreUnknownPluginParametersTest): Exit code was non-zero: 1; command line and log = 
  testitModel(org.apache.maven.it.MavenITmng0479OverrideCentralRepoTest): Exit code was non-zero: 1; command line and log = 
  testitResolution(org.apache.maven.it.MavenITmng0479OverrideCentralRepoTest): Exit code was non-zero: 1; command line and log = 
  testitMNG471(org.apache.maven.it.MavenITmng0471CustomLifecycleTest): Exit code was non-zero: 1; command line and log = 
  testitBuildConfigDominantDuringBuild(org.apache.maven.it.MavenITmng0469ReportConfigTest): Exit code was non-zero: 1; command line and log = 
  testitBuildConfigIrrelevantForReports(org.apache.maven.it.MavenITmng0469ReportConfigTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng0461TolerateMissingDependencyPomTest): Exit code was non-zero: 1; command line and log = 
  testitLifecycleInvocation(org.apache.maven.it.MavenITmng0449PluginVersionResolutionTest): Exit code was non-zero: 1; command line and log = 
  testitCliInvocation(org.apache.maven.it.MavenITmng0449PluginVersionResolutionTest): Exit code was non-zero: 1; command line and log = 
  testitMNG377(org.apache.maven.it.MavenITmng0377PluginLookupFromPrefixTest): Exit code was non-zero: 1; command line and log = 
  testitMNG294(org.apache.maven.it.MavenITmng0294MergeGlobalAndUserSettingsTest): Exit code was non-zero: 1; command line and log = 
  testitMNG282(org.apache.maven.it.MavenITmng0282NonReactorExecWhenProjectIndependentTest): Exit code was non-zero: 1; command line and log = 
  testitMNG0249(org.apache.maven.it.MavenITmng0249ResolveDepsFromReactorTest): Exit code was non-zero: 1; command line and log = 
  testit(org.apache.maven.it.MavenITmng0187CollectedProjectsTest): Exit code was non-zero: 1; command line and log = 
  testitFailNever(org.apache.maven.it.MavenITmng0095ReactorFailureBehaviorTest): Exit code was non-zero: 1; command line and log = 
  testit0144(org.apache.maven.it.MavenIT0144LifecycleExecutionOrderTest): Exit code was non-zero: 1; command line and log = 
  testitCompileScope(org.apache.maven.it.MavenIT0143TransitiveDependencyScopesTest): Exit code was non-zero: 1; command line and log = 
  testitProvidedScope(org.apache.maven.it.MavenIT0143TransitiveDependencyScopesTest): Exit code was non-zero: 1; command line and log = 
  testitRuntimeScope(org.apache.maven.it.MavenIT0143TransitiveDependencyScopesTest): Exit code was non-zero: 1; command line and log = 
  testitTestScope(org.apache.maven.it.MavenIT0143TransitiveDependencyScopesTest): Exit code was non-zero: 1; command line and log = 
  testit0142(org.apache.maven.it.MavenIT0142DirectDependencyScopesTest): Exit code was non-zero: 1; command line and log = 
  testit0140(org.apache.maven.it.MavenIT0140InterpolationWithPomPrefixTest): Exit code was non-zero: 1; command line and log = 
  testit0139(org.apache.maven.it.MavenIT0139InterpolationWithProjectPrefixTest): Exit code was non-zero: 1; command line and log = 
  testit0138(org.apache.maven.it.MavenIT0138PluginLifecycleTest): Exit code was non-zero: 1; command line and log = 
  testit0137(org.apache.maven.it.MavenIT0137EarLifecycleTest): Exit code was non-zero: 1; command line and log = 
  testit0136(org.apache.maven.it.MavenIT0136RarLifecycleTest): Exit code was non-zero: 1; command line and log = 
  testit0135(org.apache.maven.it.MavenIT0135EjbLifecycleTest): Exit code was non-zero: 1; command line and log = 
  testit0134(org.apache.maven.it.MavenIT0134WarLifecycleTest): Exit code was non-zero: 1; command line and log = 
  testit0133(org.apache.maven.it.MavenIT0133JarLifecycleTest): Exit code was non-zero: 1; command line and log = 
  testit0132(org.apache.maven.it.MavenIT0132PomLifecycleTest): Exit code was non-zero: 1; command line and log = 
  testit0131(org.apache.maven.it.MavenIT0131SiteLifecycleTest): Exit code was non-zero: 1; command line and log = 
  testit0130(org.apache.maven.it.MavenIT0130CleanLifecycleTest): Exit code was non-zero: 1; command line and log = 
  testit0113(org.apache.maven.it.MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest): Exit code was non-zero: 1; command line and log = 
  testit0090(org.apache.maven.it.MavenIT0090EnvVarInterpolationTest): Exit code was non-zero: 1; command line and log = 
  testit0087(org.apache.maven.it.MavenIT0087PluginRealmWithProjectLevelDepsTest): Exit code was non-zero: 1; command line and log = 
  testit0086(org.apache.maven.it.MavenIT0086PluginRealmTest): Exit code was non-zero: 1; command line and log = 
  testit0085(org.apache.maven.it.MavenIT0085TransitiveSystemScopeTest): Exit code was non-zero: 1; command line and log = 
  testit0072(org.apache.maven.it.MavenIT0072InterpolationWithDottedPropertyTest): Exit code was non-zero: 1; command line and log = 
  testit0071(org.apache.maven.it.MavenIT0071PluginConfigWithDottedPropertyTest): Exit code was non-zero: 1; command line and log = 
  testit0064(org.apache.maven.it.MavenIT0064MojoConfigViaSettersTest): Exit code was non-zero: 1; command line and log = 
  testit0063(org.apache.maven.it.MavenIT0063SystemScopeDependencyTest): Exit code was non-zero: 1; command line and log = 
  testit0056(org.apache.maven.it.MavenIT0056MultipleGoalExecutionsTest): Exit code was non-zero: 1; command line and log = 
  testit0052(org.apache.maven.it.MavenIT0052ReleaseProfileTest): Exit code was non-zero: 1; command line and log = 
  testit0051(org.apache.maven.it.MavenIT0051ReleaseProfileTest): Exit code was non-zero: 1; command line and log = 
  testit0041(org.apache.maven.it.MavenIT0041ArtifactTypeFromPluginExtensionTest): Exit code was non-zero: 1; command line and log = 
  testit0040(org.apache.maven.it.MavenIT0040PackagingFromPluginExtensionTest): Exit code was non-zero: 1; command line and log = 
  testit0038(org.apache.maven.it.MavenIT0038AlternatePomFileDifferentDirTest): Exit code was non-zero: 1; command line and log = 
  testit0037(org.apache.maven.it.MavenIT0037AlternatePomFileSameDirTest): Exit code was non-zero: 1; command line and log = 
  testit0032(org.apache.maven.it.MavenIT0032MavenPrerequisiteTest): Exit code was non-zero: 1; command line and log = 
  testit0030(org.apache.maven.it.MavenIT0030DepPomDepMngtInheritanceTest): Exit code was non-zero: 1; command line and log = 
  testit0025(org.apache.maven.it.MavenIT0025MultipleExecutionLevelConfigsTest): Exit code was non-zero: 1; command line and log = 
  testit0024(org.apache.maven.it.MavenIT0024MultipleGoalExecutionsTest): Exit code was non-zero: 1; command line and log = 
  testit0023(org.apache.maven.it.MavenIT0023SettingsProfileTest): Exit code was non-zero: 1; command line and log = 
  testit0021(org.apache.maven.it.MavenIT0021PomProfileTest): Exit code was non-zero: 1; command line and log = 
  testit0019(org.apache.maven.it.MavenIT0019PluginVersionMngtBySuperPomTest): Exit code was non-zero: 1; command line and log = 
  testit0018(org.apache.maven.it.MavenIT0018DependencyManagementTest): Exit code was non-zero: 1; command line and log = 
  testit0012(org.apache.maven.it.MavenIT0012PomInterpolationTest): Exit code was non-zero: 1; command line and log = 
  testit0011(org.apache.maven.it.MavenIT0011DefaultVersionByDependencyManagementTest): Exit code was non-zero: 1; command line and log = 
  testit0010(org.apache.maven.it.MavenIT0010DependencyClosureResolutionTest): Exit code was non-zero: 1; command line and log = 
  testit0009(org.apache.maven.it.MavenIT0009GoalConfigurationTest): Exit code was non-zero: 1; command line and log = 
  testit0008(org.apache.maven.it.MavenIT0008SimplePluginTest): Exit code was non-zero: 1; command line and log = 

Tests run: 699, Failures: 17, Errors: 601, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Core ITs .................................... SUCCESS [1.120s]
[INFO] Maven IT Support .................................. SUCCESS [0.029s]
[INFO] Maven IT :: Plugins ............................... SUCCESS [0.036s]
[INFO] Maven IT Plugin :: Active Collection .............. SUCCESS [1.545s]
[INFO] Maven IT Plugin :: Ant-Based ...................... SUCCESS [0.534s]
[INFO] Maven IT Plugin :: Artifact ....................... SUCCESS [0.931s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency A ... SUCCESS [0.389s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency B ... SUCCESS [0.441s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency C ... SUCCESS [0.093s]
[INFO] Maven IT Plugin :: Class Loader ................... SUCCESS [1.307s]
[INFO] Maven IT Plugin :: Class Loader :: Aggregator ..... SUCCESS [0.021s]
[INFO] Maven IT Plugin :: Configuration .................. SUCCESS [0.943s]
[INFO] Maven IT Plugin :: Context Passing ................ SUCCESS [0.361s]
[INFO] Maven ITs :: Core Plugin Stubs .................... SUCCESS [0.018s]
[INFO] Maven IT Clean Plugin Stub ........................ SUCCESS [0.411s]
[INFO] Maven IT Compiler Plugin Stub ..................... SUCCESS [0.403s]
[INFO] Maven IT Deploy Plugin Stub ....................... SUCCESS [0.434s]
[INFO] Maven IT EAR Plugin Stub .......................... SUCCESS [0.412s]
[INFO] Maven IT EJB Plugin Stub .......................... SUCCESS [0.401s]
[INFO] Maven IT Install Plugin Stub ...................... SUCCESS [0.409s]
[INFO] Maven IT JAR Plugin Stub .......................... SUCCESS [0.569s]
[INFO] Maven IT Javadoc Plugin Stub ...................... SUCCESS [0.514s]
[INFO] Maven IT Plugin Plugin Stub ....................... SUCCESS [0.432s]
[INFO] Maven IT RAR Plugin Stub .......................... SUCCESS [0.479s]
[INFO] Maven IT Resources Plugin Stub .................... SUCCESS [0.443s]
[INFO] Maven IT Site Plugin Stub ......................... SUCCESS [0.470s]
[INFO] Maven IT Source Plugin Stub ....................... SUCCESS [0.414s]
[INFO] Maven IT Surefire Plugin Stub ..................... SUCCESS [0.405s]
[INFO] Maven IT WAR Plugin Stub .......................... SUCCESS [0.426s]
[INFO] Maven IT Plugin :: Dependency Collection .......... SUCCESS [0.660s]
[INFO] Maven IT Plugin :: Dependency Resolution .......... SUCCESS [0.663s]
[INFO] Maven IT Plugin :: Expression ..................... SUCCESS [1.005s]
[INFO] Maven IT Plugin :: Error Mojos .................... SUCCESS [0.515s]
[INFO] Maven IT Component ................................ SUCCESS [0.549s]
[INFO] Maven IT Plugin :: Extension Consumer ............. SUCCESS [0.364s]
[INFO] Maven IT Plugin :: Extension Provider ............. SUCCESS [0.353s]
[INFO] Maven IT Plugin :: Fork ........................... SUCCESS [0.484s]
[INFO] Maven IT Plugin :: Invalid Descriptor ............. SUCCESS [0.511s]
[INFO] Maven IT Plugin :: Log File ....................... SUCCESS [0.368s]
[INFO] Maven IT Plugin :: No Default Component ........... SUCCESS [0.382s]
[INFO] Maven IT Plugin :: No Project ..................... SUCCESS [0.676s]
[INFO] Maven IT Plugin :: Online ......................... SUCCESS [0.312s]
[INFO] Maven IT Plugin :: Optional Mojos ................. SUCCESS [0.345s]
[INFO] Maven IT Plugin :: Packaging ...................... SUCCESS [0.353s]
[INFO] Maven IT Plugin :: Parameter Implementation ....... SUCCESS [0.356s]
[INFO] Maven IT Plugin :: Plugin Dependency .............. SUCCESS [0.519s]
[INFO] Maven IT Plugin :: Project ........................ SUCCESS [0.427s]
[INFO] Maven IT Helper Library ........................... SUCCESS [1.103s]
[INFO] Maven IT Plugin :: Project Interpolation .......... SUCCESS [0.724s]
[INFO] Maven IT Plugin :: Setter ......................... SUCCESS [0.341s]
[INFO] Maven IT Plugin :: Singleton Component ............ SUCCESS [0.377s]
[INFO] Maven IT Plugin :: Site ........................... SUCCESS [0.486s]
[INFO] Maven IT Plugin :: Toolchain ...................... SUCCESS [1.135s]
[INFO] Maven IT Plugin :: Touch .......................... SUCCESS [0.679s]
[INFO] Maven IT Plugin :: Uses Properties Plugin ......... SUCCESS [0.326s]
[INFO] Maven IT Plugin :: Uses Wagon Plugin .............. SUCCESS [0.888s]
[INFO] Maven IT Plugin :: This plugin should contain the mojos needed by all tests.  SUCCESS [0.345s]
[INFO] Maven IT Plugin :: Plexus Utils 1.1 ............... SUCCESS [0.512s]
[INFO] Maven IT Plugin :: Plexus Utils New ............... SUCCESS [0.600s]
[INFO] Maven IT Plugin :: Plexus Component API ........... SUCCESS [0.556s]
[INFO] Maven IT Plugin :: Log4J Client ................... SUCCESS [0.382s]
[INFO] maven-it-plugin-extension1 ........................ SUCCESS [0.302s]
[INFO] maven-it-plugin-extension2 ........................ SUCCESS [0.303s]
[INFO] Maven IT Toolchain ................................ SUCCESS [0.873s]
[INFO] Maven IT Wagon .................................... SUCCESS [0.938s]
[INFO] Maven IT Support Artifacts ........................ SUCCESS [0.245s]
[INFO] Maven IT Extension ................................ SUCCESS [0.223s]
[INFO] Maven ITs ......................................... FAILURE [31.600s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:07.658s
[INFO] Finished at: Mon Aug 01 18:20:09 BST 2011
[INFO] Final Memory: 51M/701M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project core-it-suite: There are test failures.
[ERROR] 
[ERROR] Please refer to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :core-it-suite
Recording test results


Build failed in Jenkins: core-integration-testing-maven-3-trunk-windows #14

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/14/>

------------------------------------------
[...truncated 3819 lines...]
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core-it-support-artifacts ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-support-artifacts\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ core-it-support-artifacts ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.1:single (default) @ core-it-support-artifacts ---
[INFO] Building zip: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-support-artifacts\target\core-it-support-artifacts-2.1-SNAPSHOT-repo.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core-it-support-artifacts ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-support-artifacts\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-support-artifacts\2.1-SNAPSHOT\core-it-support-artifacts-2.1-SNAPSHOT.pom>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-support-artifacts\target\core-it-support-artifacts-2.1-SNAPSHOT-repo.zip to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-support-artifacts\2.1-SNAPSHOT\core-it-support-artifacts-2.1-SNAPSHOT-repo.zip>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Extension 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core-it-extension ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ core-it-extension ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core-it-extension ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core-it-extension ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ core-it-extension ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core-it-extension ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ core-it-extension ---
[INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ core-it-extension ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target\core-it-extension-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core-it-extension ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target\core-it-extension-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-extension\2.1-SNAPSHOT\core-it-extension-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-extension\2.1-SNAPSHOT\core-it-extension-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven ITs 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core-it-suite ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ core-it-suite ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core-it-suite ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\src\main\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core-it-suite ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ core-it-suite ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2653 resources
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core-it-suite ---
[INFO] Compiling 551 source files to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ core-it-suite ---
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.it.IntegrationTestSuite
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.044 sec <<< FAILURE!
initializationError(org.apache.maven.it.IntegrationTestSuite)  Time elapsed: 0.001 sec  <<< ERROR!
org.apache.maven.it.VerificationException: Illegal maven output: String 'Maven version: ' not found in the following output:
The system cannot find the path specified.
	at org.apache.maven.it.Verifier.getMavenVersion(Verifier.java:1457)
	at org.apache.maven.it.IntegrationTestSuite.suite(IntegrationTestSuite.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:34)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:23)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:14)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
	at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:24)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:51)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:120)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:194)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:176)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:134)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:97)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	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:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)

Results :

Tests in error: 
  initializationError(org.apache.maven.it.IntegrationTestSuite): Illegal maven output: String 'Maven version: ' not found in the following output:

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Core ITs .................................... SUCCESS [1.285s]
[INFO] Maven IT Support .................................. SUCCESS [0.040s]
[INFO] Maven IT :: Plugins ............................... SUCCESS [0.027s]
[INFO] Maven IT Plugin :: Active Collection .............. SUCCESS [1.954s]
[INFO] Maven IT Plugin :: Ant-Based ...................... SUCCESS [0.535s]
[INFO] Maven IT Plugin :: Artifact ....................... SUCCESS [0.900s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency A ... SUCCESS [0.335s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency B ... SUCCESS [0.458s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency C ... SUCCESS [0.094s]
[INFO] Maven IT Plugin :: Class Loader ................... SUCCESS [1.435s]
[INFO] Maven IT Plugin :: Class Loader :: Aggregator ..... SUCCESS [0.018s]
[INFO] Maven IT Plugin :: Configuration .................. SUCCESS [0.814s]
[INFO] Maven IT Plugin :: Context Passing ................ SUCCESS [0.373s]
[INFO] Maven ITs :: Core Plugin Stubs .................... SUCCESS [0.018s]
[INFO] Maven IT Clean Plugin Stub ........................ SUCCESS [0.390s]
[INFO] Maven IT Compiler Plugin Stub ..................... SUCCESS [0.417s]
[INFO] Maven IT Deploy Plugin Stub ....................... SUCCESS [0.448s]
[INFO] Maven IT EAR Plugin Stub .......................... SUCCESS [0.403s]
[INFO] Maven IT EJB Plugin Stub .......................... SUCCESS [0.408s]
[INFO] Maven IT Install Plugin Stub ...................... SUCCESS [0.389s]
[INFO] Maven IT JAR Plugin Stub .......................... SUCCESS [0.522s]
[INFO] Maven IT Javadoc Plugin Stub ...................... SUCCESS [0.410s]
[INFO] Maven IT Plugin Plugin Stub ....................... SUCCESS [0.434s]
[INFO] Maven IT RAR Plugin Stub .......................... SUCCESS [0.482s]
[INFO] Maven IT Resources Plugin Stub .................... SUCCESS [0.400s]
[INFO] Maven IT Site Plugin Stub ......................... SUCCESS [0.466s]
[INFO] Maven IT Source Plugin Stub ....................... SUCCESS [0.381s]
[INFO] Maven IT Surefire Plugin Stub ..................... SUCCESS [0.462s]
[INFO] Maven IT WAR Plugin Stub .......................... SUCCESS [0.387s]
[INFO] Maven IT Plugin :: Dependency Collection .......... SUCCESS [0.733s]
[INFO] Maven IT Plugin :: Dependency Resolution .......... SUCCESS [0.779s]
[INFO] Maven IT Plugin :: Expression ..................... SUCCESS [1.023s]
[INFO] Maven IT Plugin :: Error Mojos .................... SUCCESS [0.502s]
[INFO] Maven IT Component ................................ SUCCESS [0.508s]
[INFO] Maven IT Plugin :: Extension Consumer ............. SUCCESS [0.406s]
[INFO] Maven IT Plugin :: Extension Provider ............. SUCCESS [0.344s]
[INFO] Maven IT Plugin :: Fork ........................... SUCCESS [0.655s]
[INFO] Maven IT Plugin :: Invalid Descriptor ............. SUCCESS [0.497s]
[INFO] Maven IT Plugin :: Log File ....................... SUCCESS [0.371s]
[INFO] Maven IT Plugin :: No Default Component ........... SUCCESS [0.379s]
[INFO] Maven IT Plugin :: No Project ..................... SUCCESS [0.728s]
[INFO] Maven IT Plugin :: Online ......................... SUCCESS [0.305s]
[INFO] Maven IT Plugin :: Optional Mojos ................. SUCCESS [0.336s]
[INFO] Maven IT Plugin :: Packaging ...................... SUCCESS [0.357s]
[INFO] Maven IT Plugin :: Parameter Implementation ....... SUCCESS [0.367s]
[INFO] Maven IT Plugin :: Plugin Dependency .............. SUCCESS [0.500s]
[INFO] Maven IT Plugin :: Project ........................ SUCCESS [0.446s]
[INFO] Maven IT Helper Library ........................... SUCCESS [1.111s]
[INFO] Maven IT Plugin :: Project Interpolation .......... SUCCESS [0.768s]
[INFO] Maven IT Plugin :: Setter ......................... SUCCESS [0.331s]
[INFO] Maven IT Plugin :: Singleton Component ............ SUCCESS [0.379s]
[INFO] Maven IT Plugin :: Site ........................... SUCCESS [0.430s]
[INFO] Maven IT Plugin :: Toolchain ...................... SUCCESS [1.227s]
[INFO] Maven IT Plugin :: Touch .......................... SUCCESS [0.713s]
[INFO] Maven IT Plugin :: Uses Properties Plugin ......... SUCCESS [0.336s]
[INFO] Maven IT Plugin :: Uses Wagon Plugin .............. SUCCESS [0.848s]
[INFO] Maven IT Plugin :: This plugin should contain the mojos needed by all tests.  SUCCESS [0.335s]
[INFO] Maven IT Plugin :: Plexus Utils 1.1 ............... SUCCESS [0.491s]
[INFO] Maven IT Plugin :: Plexus Utils New ............... SUCCESS [0.554s]
[INFO] Maven IT Plugin :: Plexus Component API ........... SUCCESS [0.638s]
[INFO] Maven IT Plugin :: Log4J Client ................... SUCCESS [0.390s]
[INFO] maven-it-plugin-extension1 ........................ SUCCESS [0.291s]
[INFO] maven-it-plugin-extension2 ........................ SUCCESS [0.316s]
[INFO] Maven IT Toolchain ................................ SUCCESS [0.842s]
[INFO] Maven IT Wagon .................................... SUCCESS [0.845s]
[INFO] Maven IT Support Artifacts ........................ SUCCESS [0.321s]
[INFO] Maven IT Extension ................................ SUCCESS [0.279s]
[INFO] Maven ITs ......................................... FAILURE [54.907s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:32.687s
[INFO] Finished at: Mon Aug 01 18:12:18 BST 2011
[INFO] Final Memory: 49M/719M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project core-it-suite: There are test failures.
[ERROR] 
[ERROR] Please refer to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :core-it-suite
Recording test results


Build failed in Jenkins: core-integration-testing-maven-3-trunk-windows #13

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/13/>

------------------------------------------
[...truncated 3819 lines...]
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core-it-support-artifacts ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-support-artifacts\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ core-it-support-artifacts ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.1:single (default) @ core-it-support-artifacts ---
[INFO] Building zip: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-support-artifacts\target\core-it-support-artifacts-2.1-SNAPSHOT-repo.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core-it-support-artifacts ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-support-artifacts\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-support-artifacts\2.1-SNAPSHOT\core-it-support-artifacts-2.1-SNAPSHOT.pom>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-support-artifacts\target\core-it-support-artifacts-2.1-SNAPSHOT-repo.zip to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-support-artifacts\2.1-SNAPSHOT\core-it-support-artifacts-2.1-SNAPSHOT-repo.zip>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Extension 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core-it-extension ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ core-it-extension ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core-it-extension ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core-it-extension ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ core-it-extension ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core-it-extension ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ core-it-extension ---
[INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ core-it-extension ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target\core-it-extension-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core-it-extension ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target\core-it-extension-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-extension\2.1-SNAPSHOT\core-it-extension-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-extension\2.1-SNAPSHOT\core-it-extension-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven ITs 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core-it-suite ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ core-it-suite ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core-it-suite ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\src\main\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core-it-suite ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ core-it-suite ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2653 resources
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core-it-suite ---
[INFO] Compiling 551 source files to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ core-it-suite ---
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.it.IntegrationTestSuite
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.084 sec <<< FAILURE!
initializationError(org.apache.maven.it.IntegrationTestSuite)  Time elapsed: 0.002 sec  <<< ERROR!
org.apache.maven.it.VerificationException: Illegal maven output: String 'Maven version: ' not found in the following output:
The system cannot find the path specified.
	at org.apache.maven.it.Verifier.getMavenVersion(Verifier.java:1457)
	at org.apache.maven.it.IntegrationTestSuite.suite(IntegrationTestSuite.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:34)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:23)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:14)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
	at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:24)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:51)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:120)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:194)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:176)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:134)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:97)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	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:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)

Results :

Tests in error: 
  initializationError(org.apache.maven.it.IntegrationTestSuite): Illegal maven output: String 'Maven version: ' not found in the following output:

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Core ITs .................................... SUCCESS [1.613s]
[INFO] Maven IT Support .................................. SUCCESS [0.032s]
[INFO] Maven IT :: Plugins ............................... SUCCESS [0.051s]
[INFO] Maven IT Plugin :: Active Collection .............. SUCCESS [1.740s]
[INFO] Maven IT Plugin :: Ant-Based ...................... SUCCESS [0.544s]
[INFO] Maven IT Plugin :: Artifact ....................... SUCCESS [0.992s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency A ... SUCCESS [0.338s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency B ... SUCCESS [0.465s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency C ... SUCCESS [0.090s]
[INFO] Maven IT Plugin :: Class Loader ................... SUCCESS [1.415s]
[INFO] Maven IT Plugin :: Class Loader :: Aggregator ..... SUCCESS [0.020s]
[INFO] Maven IT Plugin :: Configuration .................. SUCCESS [0.917s]
[INFO] Maven IT Plugin :: Context Passing ................ SUCCESS [0.376s]
[INFO] Maven ITs :: Core Plugin Stubs .................... SUCCESS [0.018s]
[INFO] Maven IT Clean Plugin Stub ........................ SUCCESS [0.382s]
[INFO] Maven IT Compiler Plugin Stub ..................... SUCCESS [0.461s]
[INFO] Maven IT Deploy Plugin Stub ....................... SUCCESS [0.452s]
[INFO] Maven IT EAR Plugin Stub .......................... SUCCESS [0.413s]
[INFO] Maven IT EJB Plugin Stub .......................... SUCCESS [0.425s]
[INFO] Maven IT Install Plugin Stub ...................... SUCCESS [0.408s]
[INFO] Maven IT JAR Plugin Stub .......................... SUCCESS [0.448s]
[INFO] Maven IT Javadoc Plugin Stub ...................... SUCCESS [0.402s]
[INFO] Maven IT Plugin Plugin Stub ....................... SUCCESS [0.430s]
[INFO] Maven IT RAR Plugin Stub .......................... SUCCESS [0.450s]
[INFO] Maven IT Resources Plugin Stub .................... SUCCESS [0.421s]
[INFO] Maven IT Site Plugin Stub ......................... SUCCESS [0.438s]
[INFO] Maven IT Source Plugin Stub ....................... SUCCESS [0.394s]
[INFO] Maven IT Surefire Plugin Stub ..................... SUCCESS [0.430s]
[INFO] Maven IT WAR Plugin Stub .......................... SUCCESS [0.371s]
[INFO] Maven IT Plugin :: Dependency Collection .......... SUCCESS [0.687s]
[INFO] Maven IT Plugin :: Dependency Resolution .......... SUCCESS [0.642s]
[INFO] Maven IT Plugin :: Expression ..................... SUCCESS [1.073s]
[INFO] Maven IT Plugin :: Error Mojos .................... SUCCESS [0.503s]
[INFO] Maven IT Component ................................ SUCCESS [0.574s]
[INFO] Maven IT Plugin :: Extension Consumer ............. SUCCESS [0.358s]
[INFO] Maven IT Plugin :: Extension Provider ............. SUCCESS [0.339s]
[INFO] Maven IT Plugin :: Fork ........................... SUCCESS [0.488s]
[INFO] Maven IT Plugin :: Invalid Descriptor ............. SUCCESS [0.521s]
[INFO] Maven IT Plugin :: Log File ....................... SUCCESS [0.432s]
[INFO] Maven IT Plugin :: No Default Component ........... SUCCESS [0.398s]
[INFO] Maven IT Plugin :: No Project ..................... SUCCESS [0.672s]
[INFO] Maven IT Plugin :: Online ......................... SUCCESS [0.317s]
[INFO] Maven IT Plugin :: Optional Mojos ................. SUCCESS [0.348s]
[INFO] Maven IT Plugin :: Packaging ...................... SUCCESS [0.368s]
[INFO] Maven IT Plugin :: Parameter Implementation ....... SUCCESS [0.349s]
[INFO] Maven IT Plugin :: Plugin Dependency .............. SUCCESS [0.487s]
[INFO] Maven IT Plugin :: Project ........................ SUCCESS [0.573s]
[INFO] Maven IT Helper Library ........................... SUCCESS [1.149s]
[INFO] Maven IT Plugin :: Project Interpolation .......... SUCCESS [0.728s]
[INFO] Maven IT Plugin :: Setter ......................... SUCCESS [0.352s]
[INFO] Maven IT Plugin :: Singleton Component ............ SUCCESS [0.506s]
[INFO] Maven IT Plugin :: Site ........................... SUCCESS [0.452s]
[INFO] Maven IT Plugin :: Toolchain ...................... SUCCESS [1.164s]
[INFO] Maven IT Plugin :: Touch .......................... SUCCESS [0.739s]
[INFO] Maven IT Plugin :: Uses Properties Plugin ......... SUCCESS [0.355s]
[INFO] Maven IT Plugin :: Uses Wagon Plugin .............. SUCCESS [0.839s]
[INFO] Maven IT Plugin :: This plugin should contain the mojos needed by all tests.  SUCCESS [0.336s]
[INFO] Maven IT Plugin :: Plexus Utils 1.1 ............... SUCCESS [0.541s]
[INFO] Maven IT Plugin :: Plexus Utils New ............... SUCCESS [0.569s]
[INFO] Maven IT Plugin :: Plexus Component API ........... SUCCESS [0.548s]
[INFO] Maven IT Plugin :: Log4J Client ................... SUCCESS [0.396s]
[INFO] maven-it-plugin-extension1 ........................ SUCCESS [0.313s]
[INFO] maven-it-plugin-extension2 ........................ SUCCESS [0.304s]
[INFO] Maven IT Toolchain ................................ SUCCESS [0.786s]
[INFO] Maven IT Wagon .................................... SUCCESS [0.965s]
[INFO] Maven IT Support Artifacts ........................ SUCCESS [0.225s]
[INFO] Maven IT Extension ................................ SUCCESS [0.235s]
[INFO] Maven ITs ......................................... FAILURE [56.341s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:33.335s
[INFO] Finished at: Mon Aug 01 17:54:12 BST 2011
[INFO] Final Memory: 47M/724M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project core-it-suite: There are test failures.
[ERROR] 
[ERROR] Please refer to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :core-it-suite
Recording test results


Build failed in Jenkins: core-integration-testing-maven-3-trunk-windows #12

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/12/>

------------------------------------------
[...truncated 3819 lines...]
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core-it-support-artifacts ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-support-artifacts\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ core-it-support-artifacts ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.1:single (default) @ core-it-support-artifacts ---
[INFO] Building zip: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-support-artifacts\target\core-it-support-artifacts-2.1-SNAPSHOT-repo.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core-it-support-artifacts ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-support-artifacts\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-support-artifacts\2.1-SNAPSHOT\core-it-support-artifacts-2.1-SNAPSHOT.pom>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-support-artifacts\target\core-it-support-artifacts-2.1-SNAPSHOT-repo.zip to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-support-artifacts\2.1-SNAPSHOT\core-it-support-artifacts-2.1-SNAPSHOT-repo.zip>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Extension 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core-it-extension ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ core-it-extension ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core-it-extension ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core-it-extension ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ core-it-extension ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core-it-extension ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ core-it-extension ---
[INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ core-it-extension ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target\core-it-extension-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core-it-extension ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target\core-it-extension-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-extension\2.1-SNAPSHOT\core-it-extension-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-extension\2.1-SNAPSHOT\core-it-extension-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven ITs 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core-it-suite ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ core-it-suite ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core-it-suite ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\src\main\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core-it-suite ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ core-it-suite ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2653 resources
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core-it-suite ---
[INFO] Compiling 551 source files to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ core-it-suite ---
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.it.IntegrationTestSuite
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.045 sec <<< FAILURE!
initializationError(org.apache.maven.it.IntegrationTestSuite)  Time elapsed: 0.001 sec  <<< ERROR!
org.apache.maven.it.VerificationException: Illegal maven output: String 'Maven version: ' not found in the following output:
The system cannot find the path specified.
	at org.apache.maven.it.Verifier.getMavenVersion(Verifier.java:1457)
	at org.apache.maven.it.IntegrationTestSuite.suite(IntegrationTestSuite.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:34)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:23)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:14)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
	at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:24)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:51)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:120)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:194)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:176)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:134)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:97)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	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:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)

Results :

Tests in error: 
  initializationError(org.apache.maven.it.IntegrationTestSuite): Illegal maven output: String 'Maven version: ' not found in the following output:

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Core ITs .................................... SUCCESS [2.133s]
[INFO] Maven IT Support .................................. SUCCESS [0.029s]
[INFO] Maven IT :: Plugins ............................... SUCCESS [0.032s]
[INFO] Maven IT Plugin :: Active Collection .............. SUCCESS [2.520s]
[INFO] Maven IT Plugin :: Ant-Based ...................... SUCCESS [0.865s]
[INFO] Maven IT Plugin :: Artifact ....................... SUCCESS [1.157s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency A ... SUCCESS [0.496s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency B ... SUCCESS [0.567s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency C ... SUCCESS [0.133s]
[INFO] Maven IT Plugin :: Class Loader ................... SUCCESS [1.642s]
[INFO] Maven IT Plugin :: Class Loader :: Aggregator ..... SUCCESS [0.027s]
[INFO] Maven IT Plugin :: Configuration .................. SUCCESS [0.968s]
[INFO] Maven IT Plugin :: Context Passing ................ SUCCESS [0.426s]
[INFO] Maven ITs :: Core Plugin Stubs .................... SUCCESS [0.032s]
[INFO] Maven IT Clean Plugin Stub ........................ SUCCESS [0.479s]
[INFO] Maven IT Compiler Plugin Stub ..................... SUCCESS [0.611s]
[INFO] Maven IT Deploy Plugin Stub ....................... SUCCESS [0.515s]
[INFO] Maven IT EAR Plugin Stub .......................... SUCCESS [0.516s]
[INFO] Maven IT EJB Plugin Stub .......................... SUCCESS [0.452s]
[INFO] Maven IT Install Plugin Stub ...................... SUCCESS [0.466s]
[INFO] Maven IT JAR Plugin Stub .......................... SUCCESS [0.478s]
[INFO] Maven IT Javadoc Plugin Stub ...................... SUCCESS [0.475s]
[INFO] Maven IT Plugin Plugin Stub ....................... SUCCESS [0.531s]
[INFO] Maven IT RAR Plugin Stub .......................... SUCCESS [0.533s]
[INFO] Maven IT Resources Plugin Stub .................... SUCCESS [0.518s]
[INFO] Maven IT Site Plugin Stub ......................... SUCCESS [0.585s]
[INFO] Maven IT Source Plugin Stub ....................... SUCCESS [0.471s]
[INFO] Maven IT Surefire Plugin Stub ..................... SUCCESS [0.462s]
[INFO] Maven IT WAR Plugin Stub .......................... SUCCESS [0.455s]
[INFO] Maven IT Plugin :: Dependency Collection .......... SUCCESS [0.985s]
[INFO] Maven IT Plugin :: Dependency Resolution .......... SUCCESS [0.677s]
[INFO] Maven IT Plugin :: Expression ..................... SUCCESS [1.145s]
[INFO] Maven IT Plugin :: Error Mojos .................... SUCCESS [0.661s]
[INFO] Maven IT Component ................................ SUCCESS [0.545s]
[INFO] Maven IT Plugin :: Extension Consumer ............. SUCCESS [0.447s]
[INFO] Maven IT Plugin :: Extension Provider ............. SUCCESS [0.433s]
[INFO] Maven IT Plugin :: Fork ........................... SUCCESS [0.692s]
[INFO] Maven IT Plugin :: Invalid Descriptor ............. SUCCESS [0.610s]
[INFO] Maven IT Plugin :: Log File ....................... SUCCESS [0.477s]
[INFO] Maven IT Plugin :: No Default Component ........... SUCCESS [0.429s]
[INFO] Maven IT Plugin :: No Project ..................... SUCCESS [0.719s]
[INFO] Maven IT Plugin :: Online ......................... SUCCESS [0.400s]
[INFO] Maven IT Plugin :: Optional Mojos ................. SUCCESS [0.431s]
[INFO] Maven IT Plugin :: Packaging ...................... SUCCESS [0.463s]
[INFO] Maven IT Plugin :: Parameter Implementation ....... SUCCESS [0.411s]
[INFO] Maven IT Plugin :: Plugin Dependency .............. SUCCESS [0.601s]
[INFO] Maven IT Plugin :: Project ........................ SUCCESS [0.507s]
[INFO] Maven IT Helper Library ........................... SUCCESS [1.301s]
[INFO] Maven IT Plugin :: Project Interpolation .......... SUCCESS [0.763s]
[INFO] Maven IT Plugin :: Setter ......................... SUCCESS [0.363s]
[INFO] Maven IT Plugin :: Singleton Component ............ SUCCESS [0.460s]
[INFO] Maven IT Plugin :: Site ........................... SUCCESS [0.528s]
[INFO] Maven IT Plugin :: Toolchain ...................... SUCCESS [1.835s]
[INFO] Maven IT Plugin :: Touch .......................... SUCCESS [0.898s]
[INFO] Maven IT Plugin :: Uses Properties Plugin ......... SUCCESS [0.356s]
[INFO] Maven IT Plugin :: Uses Wagon Plugin .............. SUCCESS [0.977s]
[INFO] Maven IT Plugin :: This plugin should contain the mojos needed by all tests.  SUCCESS [0.390s]
[INFO] Maven IT Plugin :: Plexus Utils 1.1 ............... SUCCESS [0.565s]
[INFO] Maven IT Plugin :: Plexus Utils New ............... SUCCESS [0.621s]
[INFO] Maven IT Plugin :: Plexus Component API ........... SUCCESS [0.799s]
[INFO] Maven IT Plugin :: Log4J Client ................... SUCCESS [0.478s]
[INFO] maven-it-plugin-extension1 ........................ SUCCESS [0.348s]
[INFO] maven-it-plugin-extension2 ........................ SUCCESS [0.327s]
[INFO] Maven IT Toolchain ................................ SUCCESS [0.860s]
[INFO] Maven IT Wagon .................................... SUCCESS [1.076s]
[INFO] Maven IT Support Artifacts ........................ SUCCESS [0.519s]
[INFO] Maven IT Extension ................................ SUCCESS [0.281s]
[INFO] Maven ITs ......................................... FAILURE [1:26.769s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:12.042s
[INFO] Finished at: Mon Aug 01 17:43:22 BST 2011
[INFO] Final Memory: 48M/714M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project core-it-suite: There are test failures.
[ERROR] 
[ERROR] Please refer to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :core-it-suite
Recording test results


Build failed in Jenkins: core-integration-testing-maven-3-trunk-windows #11

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/11/>

------------------------------------------
[...truncated 15858 lines...]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core-it-extension ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ core-it-extension ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core-it-extension ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ core-it-extension ---
[INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ core-it-extension ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target\core-it-extension-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ core-it-extension ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\target\core-it-extension-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-extension\2.1-SNAPSHOT\core-it-extension-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-extension\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\core-it-extension\2.1-SNAPSHOT\core-it-extension-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven ITs 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/junit/junit/4.8.2/junit-4.8.2.pom
Downloaded: http://repo1.maven.org/maven2/junit/junit/4.8.2/junit-4.8.2.pom (2 KB at 4.7 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-verifier/1.3/maven-verifier-1.3.pom
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-verifier/1.3/maven-verifier-1.3.pom (3 KB at 4.1 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.pom
Downloaded: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.pom (5 KB at 10.2 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/project/6.1.14/project-6.1.14.pom
Downloaded: http://repo1.maven.org/maven2/org/mortbay/jetty/project/6.1.14/project-6.1.14.pom (9 KB at 17.3 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom
Downloaded: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom (13 KB at 27.2 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.pom
Downloaded: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.pom (4 KB at 6.6 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.pom
Downloaded: http://repo1.maven.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.pom (4 KB at 7.2 KB/sec)
Downloading: http://repo1.maven.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar
Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-verifier/1.3/maven-verifier-1.3.jar
Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar
Downloaded: http://repo1.maven.org/maven2/junit/junit/4.8.2/junit-4.8.2.jar (232 KB at 155.9 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (262 KB at 150.6 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty/6.1.14/jetty-6.1.14.jar (505 KB at 253.6 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty-util/6.1.14/jetty-util-6.1.14.jar (160 KB at 64.1 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-verifier/1.3/maven-verifier-1.3.jar (88 KB at 32.0 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.14/servlet-api-2.5-6.1.14.jar (130 KB at 86.2 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core-it-suite ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ core-it-suite ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ core-it-suite ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\src\main\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ core-it-suite ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ core-it-suite ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2653 resources
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ core-it-suite ---
[INFO] Compiling 551 source files to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ core-it-suite ---
[WARNING] useSystemClassloader setting has no effect when not forking
[INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\surefire-reports
Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit4/2.9/surefire-junit4-2.9.pom
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit4/2.9/surefire-junit4-2.9.pom (3 KB at 7.2 KB/sec)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit4/2.9/surefire-junit4-2.9.jar
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-junit4/2.9/surefire-junit4-2.9.jar (33 KB at 69.3 KB/sec)

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.it.IntegrationTestSuite
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.211 sec <<< FAILURE!
initializationError(org.apache.maven.it.IntegrationTestSuite)  Time elapsed: 0.001 sec  <<< ERROR!
org.apache.maven.it.VerificationException: Illegal maven output: String 'Maven version: ' not found in the following output:
The system cannot find the path specified.
	at org.apache.maven.it.Verifier.getMavenVersion(Verifier.java:1457)
	at org.apache.maven.it.IntegrationTestSuite.suite(IntegrationTestSuite.java:40)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:34)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:23)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:14)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:29)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:57)
	at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:24)
	at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:51)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
	at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
	at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:120)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:194)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:176)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:134)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:97)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	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:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)

Results :

Tests in error: 
  initializationError(org.apache.maven.it.IntegrationTestSuite): Illegal maven output: String 'Maven version: ' not found in the following output:

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Core ITs .................................... SUCCESS [1:10.126s]
[INFO] Maven IT Support .................................. SUCCESS [0.030s]
[INFO] Maven IT :: Plugins ............................... SUCCESS [0.036s]
[INFO] Maven IT Plugin :: Active Collection .............. SUCCESS [1:15.918s]
[INFO] Maven IT Plugin :: Ant-Based ...................... SUCCESS [36.747s]
[INFO] Maven IT Plugin :: Artifact ....................... SUCCESS [4.817s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency A ... SUCCESS [0.373s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency B ... SUCCESS [0.548s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency C ... SUCCESS [0.130s]
[INFO] Maven IT Plugin :: Class Loader ................... SUCCESS [3.691s]
[INFO] Maven IT Plugin :: Class Loader :: Aggregator ..... SUCCESS [0.022s]
[INFO] Maven IT Plugin :: Configuration .................. SUCCESS [1.479s]
[INFO] Maven IT Plugin :: Context Passing ................ SUCCESS [0.435s]
[INFO] Maven ITs :: Core Plugin Stubs .................... SUCCESS [0.029s]
[INFO] Maven IT Clean Plugin Stub ........................ SUCCESS [0.483s]
[INFO] Maven IT Compiler Plugin Stub ..................... SUCCESS [0.615s]
[INFO] Maven IT Deploy Plugin Stub ....................... SUCCESS [0.468s]
[INFO] Maven IT EAR Plugin Stub .......................... SUCCESS [0.562s]
[INFO] Maven IT EJB Plugin Stub .......................... SUCCESS [0.522s]
[INFO] Maven IT Install Plugin Stub ...................... SUCCESS [0.520s]
[INFO] Maven IT JAR Plugin Stub .......................... SUCCESS [0.508s]
[INFO] Maven IT Javadoc Plugin Stub ...................... SUCCESS [0.436s]
[INFO] Maven IT Plugin Plugin Stub ....................... SUCCESS [0.533s]
[INFO] Maven IT RAR Plugin Stub .......................... SUCCESS [0.443s]
[INFO] Maven IT Resources Plugin Stub .................... SUCCESS [0.507s]
[INFO] Maven IT Site Plugin Stub ......................... SUCCESS [0.562s]
[INFO] Maven IT Source Plugin Stub ....................... SUCCESS [0.487s]
[INFO] Maven IT Surefire Plugin Stub ..................... SUCCESS [0.505s]
[INFO] Maven IT WAR Plugin Stub .......................... SUCCESS [0.465s]
[INFO] Maven IT Plugin :: Dependency Collection .......... SUCCESS [7.858s]
[INFO] Maven IT Plugin :: Dependency Resolution .......... SUCCESS [0.737s]
[INFO] Maven IT Plugin :: Expression ..................... SUCCESS [1.148s]
[INFO] Maven IT Plugin :: Error Mojos .................... SUCCESS [14.185s]
[INFO] Maven IT Component ................................ SUCCESS [0.525s]
[INFO] Maven IT Plugin :: Extension Consumer ............. SUCCESS [0.478s]
[INFO] Maven IT Plugin :: Extension Provider ............. SUCCESS [0.468s]
[INFO] Maven IT Plugin :: Fork ........................... SUCCESS [0.561s]
[INFO] Maven IT Plugin :: Invalid Descriptor ............. SUCCESS [0.582s]
[INFO] Maven IT Plugin :: Log File ....................... SUCCESS [0.484s]
[INFO] Maven IT Plugin :: No Default Component ........... SUCCESS [0.458s]
[INFO] Maven IT Plugin :: No Project ..................... SUCCESS [0.755s]
[INFO] Maven IT Plugin :: Online ......................... SUCCESS [0.355s]
[INFO] Maven IT Plugin :: Optional Mojos ................. SUCCESS [2.250s]
[INFO] Maven IT Plugin :: Packaging ...................... SUCCESS [0.481s]
[INFO] Maven IT Plugin :: Parameter Implementation ....... SUCCESS [0.435s]
[INFO] Maven IT Plugin :: Plugin Dependency .............. SUCCESS [0.571s]
[INFO] Maven IT Plugin :: Project ........................ SUCCESS [0.460s]
[INFO] Maven IT Helper Library ........................... SUCCESS [3.632s]
[INFO] Maven IT Plugin :: Project Interpolation .......... SUCCESS [0.959s]
[INFO] Maven IT Plugin :: Setter ......................... SUCCESS [0.360s]
[INFO] Maven IT Plugin :: Singleton Component ............ SUCCESS [0.458s]
[INFO] Maven IT Plugin :: Site ........................... SUCCESS [2.362s]
[INFO] Maven IT Plugin :: Toolchain ...................... SUCCESS [36.070s]
[INFO] Maven IT Plugin :: Touch .......................... SUCCESS [2.559s]
[INFO] Maven IT Plugin :: Uses Properties Plugin ......... SUCCESS [0.357s]
[INFO] Maven IT Plugin :: Uses Wagon Plugin .............. SUCCESS [2.736s]
[INFO] Maven IT Plugin :: This plugin should contain the mojos needed by all tests.  SUCCESS [0.368s]
[INFO] Maven IT Plugin :: Plexus Utils 1.1 ............... SUCCESS [0.618s]
[INFO] Maven IT Plugin :: Plexus Utils New ............... SUCCESS [0.635s]
[INFO] Maven IT Plugin :: Plexus Component API ........... SUCCESS [6.493s]
[INFO] Maven IT Plugin :: Log4J Client ................... SUCCESS [1.667s]
[INFO] maven-it-plugin-extension1 ........................ SUCCESS [2.679s]
[INFO] maven-it-plugin-extension2 ........................ SUCCESS [0.368s]
[INFO] Maven IT Toolchain ................................ SUCCESS [1.180s]
[INFO] Maven IT Wagon .................................... SUCCESS [10.186s]
[INFO] Maven IT Support Artifacts ........................ SUCCESS [10.852s]
[INFO] Maven IT Extension ................................ SUCCESS [0.268s]
[INFO] Maven ITs ......................................... FAILURE [1:36.424s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6:58.369s
[INFO] Finished at: Mon Aug 01 17:33:34 BST 2011
[INFO] Final Memory: 47M/711M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project core-it-suite: There are test failures.
[ERROR] 
[ERROR] Please refer to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :core-it-suite
Recording test results


Build failed in Jenkins: core-integration-testing-maven-3-trunk-windows #10

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/10/changes>

Changes:

[brett] use a canonical test dir in tests that require comparing to a properties file, to match expected behaviour

------------------------------------------
[...truncated 2599 lines...]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-it-plugin-no-project ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-no-project\target\maven-it-plugin-no-project-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-it-plugin-no-project ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-it-plugin-no-project ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-no-project\target\maven-it-plugin-no-project-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-no-project\2.1-SNAPSHOT\maven-it-plugin-no-project-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-no-project\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-no-project\2.1-SNAPSHOT\maven-it-plugin-no-project-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Plugin :: Online 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-online ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\target
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-online ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ maven-it-plugin-online ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ maven-it-plugin-online ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\src\main\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ maven-it-plugin-online ---
[INFO] Compiling 1 source file to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ maven-it-plugin-online ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-it-plugin-online ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ maven-it-plugin-online ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-it-plugin-online ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\target\maven-it-plugin-online-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-it-plugin-online ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-it-plugin-online ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\target\maven-it-plugin-online-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-online\2.1-SNAPSHOT\maven-it-plugin-online-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-online\2.1-SNAPSHOT\maven-it-plugin-online-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Plugin :: Optional Mojos 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-optional-mojos ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-optional-mojos ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ maven-it-plugin-optional-mojos ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ maven-it-plugin-optional-mojos ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ maven-it-plugin-optional-mojos ---
[INFO] Compiling 1 source file to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ maven-it-plugin-optional-mojos ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-it-plugin-optional-mojos ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ maven-it-plugin-optional-mojos ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-it-plugin-optional-mojos ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-it-plugin-optional-mojos ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-it-plugin-optional-mojos ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-optional-mojos\2.1-SNAPSHOT\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-optional-mojos\2.1-SNAPSHOT\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Plugin :: Packaging 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-packaging ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\target
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-packaging ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ maven-it-plugin-packaging ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ maven-it-plugin-packaging ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ maven-it-plugin-packaging ---
[INFO] Compiling 2 source files to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ maven-it-plugin-packaging ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-it-plugin-packaging ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ maven-it-plugin-packaging ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-it-plugin-packaging ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\target\maven-it-plugin-packaging-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-it-plugin-packaging ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-it-plugin-packaging ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\target\maven-it-plugin-packaging-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-packaging\2.1-SNAPSHOT\maven-it-plugin-packaging-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-packaging\2.1-SNAPSHOT\maven-it-plugin-packaging-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Plugin :: Parameter Implementation 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-parameter-implementation ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-parameter-implementation\target
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-parameter-implementation ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Core ITs .................................... SUCCESS [2.626s]
[INFO] Maven IT Support .................................. SUCCESS [0.120s]
[INFO] Maven IT :: Plugins ............................... SUCCESS [0.068s]
[INFO] Maven IT Plugin :: Active Collection .............. SUCCESS [2.848s]
[INFO] Maven IT Plugin :: Ant-Based ...................... SUCCESS [1.299s]
[INFO] Maven IT Plugin :: Artifact ....................... SUCCESS [1.216s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency A ... SUCCESS [0.489s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency B ... SUCCESS [0.620s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency C ... SUCCESS [0.191s]
[INFO] Maven IT Plugin :: Class Loader ................... SUCCESS [1.811s]
[INFO] Maven IT Plugin :: Class Loader :: Aggregator ..... SUCCESS [0.049s]
[INFO] Maven IT Plugin :: Configuration .................. SUCCESS [1.057s]
[INFO] Maven IT Plugin :: Context Passing ................ SUCCESS [0.473s]
[INFO] Maven ITs :: Core Plugin Stubs .................... SUCCESS [0.078s]
[INFO] Maven IT Clean Plugin Stub ........................ SUCCESS [0.513s]
[INFO] Maven IT Compiler Plugin Stub ..................... SUCCESS [0.482s]
[INFO] Maven IT Deploy Plugin Stub ....................... SUCCESS [0.586s]
[INFO] Maven IT EAR Plugin Stub .......................... SUCCESS [0.483s]
[INFO] Maven IT EJB Plugin Stub .......................... SUCCESS [0.453s]
[INFO] Maven IT Install Plugin Stub ...................... SUCCESS [0.542s]
[INFO] Maven IT JAR Plugin Stub .......................... SUCCESS [0.740s]
[INFO] Maven IT Javadoc Plugin Stub ...................... SUCCESS [0.482s]
[INFO] Maven IT Plugin Plugin Stub ....................... SUCCESS [0.810s]
[INFO] Maven IT RAR Plugin Stub .......................... SUCCESS [1.171s]
[INFO] Maven IT Resources Plugin Stub .................... SUCCESS [0.698s]
[INFO] Maven IT Site Plugin Stub ......................... SUCCESS [0.868s]
[INFO] Maven IT Source Plugin Stub ....................... SUCCESS [0.743s]
[INFO] Maven IT Surefire Plugin Stub ..................... SUCCESS [0.455s]
[INFO] Maven IT WAR Plugin Stub .......................... SUCCESS [0.803s]
[INFO] Maven IT Plugin :: Dependency Collection .......... SUCCESS [1.586s]
[INFO] Maven IT Plugin :: Dependency Resolution .......... SUCCESS [1.274s]
[INFO] Maven IT Plugin :: Expression ..................... SUCCESS [1.390s]
[INFO] Maven IT Plugin :: Error Mojos .................... SUCCESS [1.516s]
[INFO] Maven IT Component ................................ SUCCESS [0.947s]
[INFO] Maven IT Plugin :: Extension Consumer ............. SUCCESS [0.488s]
[INFO] Maven IT Plugin :: Extension Provider ............. SUCCESS [0.997s]
[INFO] Maven IT Plugin :: Fork ........................... SUCCESS [0.735s]
[INFO] Maven IT Plugin :: Invalid Descriptor ............. SUCCESS [0.817s]
[INFO] Maven IT Plugin :: Log File ....................... SUCCESS [0.590s]
[INFO] Maven IT Plugin :: No Default Component ........... SUCCESS [0.490s]
[INFO] Maven IT Plugin :: No Project ..................... SUCCESS [0.713s]
[INFO] Maven IT Plugin :: Online ......................... SUCCESS [0.387s]
[INFO] Maven IT Plugin :: Optional Mojos ................. SUCCESS [0.529s]
[INFO] Maven IT Plugin :: Packaging ...................... SUCCESS [0.624s]
[INFO] Maven IT Plugin :: Parameter Implementation ....... FAILURE [0.028s]
[INFO] Maven IT Plugin :: Plugin Dependency .............. SKIPPED
[INFO] Maven IT Plugin :: Project ........................ SKIPPED
[INFO] Maven IT Helper Library ........................... SKIPPED
[INFO] Maven IT Plugin :: Project Interpolation .......... SKIPPED
[INFO] Maven IT Plugin :: Setter ......................... SKIPPED
[INFO] Maven IT Plugin :: Singleton Component ............ SKIPPED
[INFO] Maven IT Plugin :: Site ........................... SKIPPED
[INFO] Maven IT Plugin :: Toolchain ...................... SKIPPED
[INFO] Maven IT Plugin :: Touch .......................... SKIPPED
[INFO] Maven IT Plugin :: Uses Properties Plugin ......... SKIPPED
[INFO] Maven IT Plugin :: Uses Wagon Plugin .............. SKIPPED
[INFO] Maven IT Plugin :: This plugin should contain the mojos needed by all tests.  SKIPPED
[INFO] Maven IT Plugin :: Plexus Utils 1.1 ............... SKIPPED
[INFO] Maven IT Plugin :: Plexus Utils New ............... SKIPPED
[INFO] Maven IT Plugin :: Plexus Component API ........... SKIPPED
[INFO] Maven IT Plugin :: Log4J Client ................... SKIPPED
[INFO] maven-it-plugin-extension1 ........................ SKIPPED
[INFO] maven-it-plugin-extension2 ........................ SKIPPED
[INFO] Maven IT Toolchain ................................ SKIPPED
[INFO] Maven IT Wagon .................................... SKIPPED
[INFO] Maven IT Support Artifacts ........................ SKIPPED
[INFO] Maven IT Extension ................................ SKIPPED
[INFO] Maven ITs ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.573s
[INFO] Finished at: Mon Aug 01 17:10:54 BST 2011
[INFO] Final Memory: 31M/718M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:2.8:descriptor (default-descriptor) on project maven-it-plugin-parameter-implementation: Error extracting plugin descriptor: 'No mojo definitions were found for plugin: org.apache.maven.its.plugins:maven-it-plugin-parameter-implementation.' -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-it-plugin-parameter-implementation
Recording test results


Re: Build failed in Jenkins: core-integration-testing-maven-3-trunk-windows #9

Posted by Dennis Lundberg <de...@apache.org>.
On 2011-08-01 20:06, Brett Porter wrote:
> 
> On 02/08/2011, at 4:03 AM, Brett Porter wrote:
> 
>> I suspected this was a problem with the length of the path. Seems to be working after wiping out the working copy, in case anyone else stumbles onto it.
>>
>> The next problem was the -Dmaven.home property not escaping properly. I removed the maven.repo.local as it was duplicated (thanks to the private local repository being enabled), and moved it to the goals line instead of properties section. Filed a Jenkins bug as a result: https://issues.jenkins-ci.org/browse/JENKINS-10539
>>
>> I got it down to one test failure - MavenITmng3710PollutedClonedPluginsTest, maybe someone on Windows can confirm if that is unique to the CI or not.
> 
> Actually:
> F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-3710\original-model\plugins\maven-mng3710-directInvoke-plugin\target\surefire\surefirebooter6661236544958895647.jar
> 
> That is probably too long for Windows. Anyone want to take a stab at shortening it?

The latest build passed in Jenkins, but I have shortened the job names a
bit by dropping "-trunk" from them. All CI builds are on trunk anyway,
unless otherwise stated.

> 
> - Brett
> 
> --
> Brett Porter
> brett@apache.org
> http://brettporter.wordpress.com/
> http://au.linkedin.com/in/brettporter
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Build failed in Jenkins: core-integration-testing-maven-3-trunk-windows #9

Posted by Brett Porter <br...@apache.org>.
On 02/08/2011, at 4:03 AM, Brett Porter wrote:

> I suspected this was a problem with the length of the path. Seems to be working after wiping out the working copy, in case anyone else stumbles onto it.
> 
> The next problem was the -Dmaven.home property not escaping properly. I removed the maven.repo.local as it was duplicated (thanks to the private local repository being enabled), and moved it to the goals line instead of properties section. Filed a Jenkins bug as a result: https://issues.jenkins-ci.org/browse/JENKINS-10539
> 
> I got it down to one test failure - MavenITmng3710PollutedClonedPluginsTest, maybe someone on Windows can confirm if that is unique to the CI or not.

Actually:
F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-suite\target\test-classes\mng-3710\original-model\plugins\maven-mng3710-directInvoke-plugin\target\surefire\surefirebooter6661236544958895647.jar

That is probably too long for Windows. Anyone want to take a stab at shortening it?

- Brett

--
Brett Porter
brett@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Build failed in Jenkins: core-integration-testing-maven-3-trunk-windows #9

Posted by Brett Porter <br...@apache.org>.
I suspected this was a problem with the length of the path. Seems to be working after wiping out the working copy, in case anyone else stumbles onto it.

The next problem was the -Dmaven.home property not escaping properly. I removed the maven.repo.local as it was duplicated (thanks to the private local repository being enabled), and moved it to the goals line instead of properties section. Filed a Jenkins bug as a result: https://issues.jenkins-ci.org/browse/JENKINS-10539

I got it down to one test failure - MavenITmng3710PollutedClonedPluginsTest, maybe someone on Windows can confirm if that is unique to the CI or not.

- Brett

On 02/08/2011, at 12:06 AM, Apache Jenkins Server wrote:

> See <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/9/changes>
> 
> 
> [INFO]                                                                         
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Maven IT Plugin :: Parameter Implementation 2.1-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] 
> [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-parameter-implementation ---
> [INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-parameter-implementation\target
> [INFO] 
> [INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-parameter-implementation ---
> [INFO] Using 'UTF-8' encoding to read mojo metadata.
> [INFO] Applying mojo extractor for language: java
> [INFO] Mojo extractor for language: java found 0 mojo descriptors.
> [INFO] Applying mojo extractor for language: bsh
> [INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
> ...
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:2.8:descriptor (default-descriptor) on project maven-it-plugin-parameter-implementation: Error extracting plugin descriptor: 'No mojo definitions were found for plugin: org.apache.maven.its.plugins:maven-it-plugin-parameter-implementation.' -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the command
> [ERROR]   mvn <goals> -rf :maven-it-plugin-parameter-implementation
> Recording test results
> 

--
Brett Porter
brett@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Build failed in Jenkins: core-integration-testing-maven-3-trunk-windows #9

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/9/changes>

Changes:

[brett] only take the canonical file on the input path, so we resolve any symlinks (/private/tmp on Mac OS X for /tmp, and similar for storage location of some CI installs), without invalidating the test by modifying the paths either from the properties or from getRoot()

------------------------------------------
[...truncated 2590 lines...]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-it-plugin-no-project ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-no-project\target\maven-it-plugin-no-project-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-it-plugin-no-project ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-it-plugin-no-project ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-no-project\target\maven-it-plugin-no-project-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-no-project\2.1-SNAPSHOT\maven-it-plugin-no-project-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-no-project\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-no-project\2.1-SNAPSHOT\maven-it-plugin-no-project-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Plugin :: Online 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-online ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\target
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-online ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ maven-it-plugin-online ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ maven-it-plugin-online ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\src\main\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ maven-it-plugin-online ---
[INFO] Compiling 1 source file to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ maven-it-plugin-online ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-it-plugin-online ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ maven-it-plugin-online ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-it-plugin-online ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\target\maven-it-plugin-online-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-it-plugin-online ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-it-plugin-online ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\target\maven-it-plugin-online-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-online\2.1-SNAPSHOT\maven-it-plugin-online-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-online\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-online\2.1-SNAPSHOT\maven-it-plugin-online-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Plugin :: Optional Mojos 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-optional-mojos ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-optional-mojos ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ maven-it-plugin-optional-mojos ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ maven-it-plugin-optional-mojos ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ maven-it-plugin-optional-mojos ---
[INFO] Compiling 1 source file to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ maven-it-plugin-optional-mojos ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-it-plugin-optional-mojos ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ maven-it-plugin-optional-mojos ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-it-plugin-optional-mojos ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-it-plugin-optional-mojos ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-it-plugin-optional-mojos ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\target\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-optional-mojos\2.1-SNAPSHOT\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-optional-mojos\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-optional-mojos\2.1-SNAPSHOT\maven-it-plugin-optional-mojos-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Plugin :: Packaging 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-packaging ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\target
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-packaging ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ maven-it-plugin-packaging ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ maven-it-plugin-packaging ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ maven-it-plugin-packaging ---
[INFO] Compiling 2 source files to F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\target\classes
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ maven-it-plugin-packaging ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-it-plugin-packaging ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- maven-surefire-plugin:2.9:test (default-test) @ maven-it-plugin-packaging ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-it-plugin-packaging ---
[INFO] Building jar: F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\target\maven-it-plugin-packaging-2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-it-plugin-packaging ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-it-plugin-packaging ---
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\target\maven-it-plugin-packaging-2.1-SNAPSHOT.jar to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-packaging\2.1-SNAPSHOT\maven-it-plugin-packaging-2.1-SNAPSHOT.jar>
[INFO] Installing F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-packaging\pom.xml to <https://builds.apache.org/job/core-integration-testing-maven-3-trunk-windows/ws/.repository\org\apache\maven\its\plugins\maven-it-plugin-packaging\2.1-SNAPSHOT\maven-it-plugin-packaging-2.1-SNAPSHOT.pom>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven IT Plugin :: Parameter Implementation 2.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-it-plugin-parameter-implementation ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\core-integration-testing-maven-3-trunk-windows\core-integration-testing-trunk\core-it-support\core-it-plugins\maven-it-plugin-parameter-implementation\target
[INFO] 
[INFO] --- maven-plugin-plugin:2.8:descriptor (default-descriptor) @ maven-it-plugin-parameter-implementation ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Core ITs .................................... SUCCESS [2.090s]
[INFO] Maven IT Support .................................. SUCCESS [0.036s]
[INFO] Maven IT :: Plugins ............................... SUCCESS [0.052s]
[INFO] Maven IT Plugin :: Active Collection .............. SUCCESS [2.557s]
[INFO] Maven IT Plugin :: Ant-Based ...................... SUCCESS [0.998s]
[INFO] Maven IT Plugin :: Artifact ....................... SUCCESS [1.151s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency A ... SUCCESS [0.414s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency B ... SUCCESS [0.455s]
[INFO] Maven IT Plugin :: Class Loader :: Dependency C ... SUCCESS [0.196s]
[INFO] Maven IT Plugin :: Class Loader ................... SUCCESS [1.527s]
[INFO] Maven IT Plugin :: Class Loader :: Aggregator ..... SUCCESS [0.023s]
[INFO] Maven IT Plugin :: Configuration .................. SUCCESS [0.946s]
[INFO] Maven IT Plugin :: Context Passing ................ SUCCESS [0.367s]
[INFO] Maven ITs :: Core Plugin Stubs .................... SUCCESS [0.028s]
[INFO] Maven IT Clean Plugin Stub ........................ SUCCESS [0.418s]
[INFO] Maven IT Compiler Plugin Stub ..................... SUCCESS [0.430s]
[INFO] Maven IT Deploy Plugin Stub ....................... SUCCESS [0.476s]
[INFO] Maven IT EAR Plugin Stub .......................... SUCCESS [0.425s]
[INFO] Maven IT EJB Plugin Stub .......................... SUCCESS [0.539s]
[INFO] Maven IT Install Plugin Stub ...................... SUCCESS [0.458s]
[INFO] Maven IT JAR Plugin Stub .......................... SUCCESS [0.490s]
[INFO] Maven IT Javadoc Plugin Stub ...................... SUCCESS [0.437s]
[INFO] Maven IT Plugin Plugin Stub ....................... SUCCESS [0.503s]
[INFO] Maven IT RAR Plugin Stub .......................... SUCCESS [0.454s]
[INFO] Maven IT Resources Plugin Stub .................... SUCCESS [0.480s]
[INFO] Maven IT Site Plugin Stub ......................... SUCCESS [0.483s]
[INFO] Maven IT Source Plugin Stub ....................... SUCCESS [0.408s]
[INFO] Maven IT Surefire Plugin Stub ..................... SUCCESS [0.478s]
[INFO] Maven IT WAR Plugin Stub .......................... SUCCESS [0.409s]
[INFO] Maven IT Plugin :: Dependency Collection .......... SUCCESS [0.914s]
[INFO] Maven IT Plugin :: Dependency Resolution .......... SUCCESS [0.629s]
[INFO] Maven IT Plugin :: Expression ..................... SUCCESS [1.106s]
[INFO] Maven IT Plugin :: Error Mojos .................... SUCCESS [0.781s]
[INFO] Maven IT Component ................................ SUCCESS [0.562s]
[INFO] Maven IT Plugin :: Extension Consumer ............. SUCCESS [0.419s]
[INFO] Maven IT Plugin :: Extension Provider ............. SUCCESS [0.377s]
[INFO] Maven IT Plugin :: Fork ........................... SUCCESS [0.530s]
[INFO] Maven IT Plugin :: Invalid Descriptor ............. SUCCESS [0.543s]
[INFO] Maven IT Plugin :: Log File ....................... SUCCESS [0.424s]
[INFO] Maven IT Plugin :: No Default Component ........... SUCCESS [0.419s]
[INFO] Maven IT Plugin :: No Project ..................... SUCCESS [0.704s]
[INFO] Maven IT Plugin :: Online ......................... SUCCESS [0.382s]
[INFO] Maven IT Plugin :: Optional Mojos ................. SUCCESS [0.358s]
[INFO] Maven IT Plugin :: Packaging ...................... SUCCESS [0.433s]
[INFO] Maven IT Plugin :: Parameter Implementation ....... FAILURE [0.021s]
[INFO] Maven IT Plugin :: Plugin Dependency .............. SKIPPED
[INFO] Maven IT Plugin :: Project ........................ SKIPPED
[INFO] Maven IT Helper Library ........................... SKIPPED
[INFO] Maven IT Plugin :: Project Interpolation .......... SKIPPED
[INFO] Maven IT Plugin :: Setter ......................... SKIPPED
[INFO] Maven IT Plugin :: Singleton Component ............ SKIPPED
[INFO] Maven IT Plugin :: Site ........................... SKIPPED
[INFO] Maven IT Plugin :: Toolchain ...................... SKIPPED
[INFO] Maven IT Plugin :: Touch .......................... SKIPPED
[INFO] Maven IT Plugin :: Uses Properties Plugin ......... SKIPPED
[INFO] Maven IT Plugin :: Uses Wagon Plugin .............. SKIPPED
[INFO] Maven IT Plugin :: This plugin should contain the mojos needed by all tests.  SKIPPED
[INFO] Maven IT Plugin :: Plexus Utils 1.1 ............... SKIPPED
[INFO] Maven IT Plugin :: Plexus Utils New ............... SKIPPED
[INFO] Maven IT Plugin :: Plexus Component API ........... SKIPPED
[INFO] Maven IT Plugin :: Log4J Client ................... SKIPPED
[INFO] maven-it-plugin-extension1 ........................ SKIPPED
[INFO] maven-it-plugin-extension2 ........................ SKIPPED
[INFO] Maven IT Toolchain ................................ SKIPPED
[INFO] Maven IT Wagon .................................... SKIPPED
[INFO] Maven IT Support Artifacts ........................ SKIPPED
[INFO] Maven IT Extension ................................ SKIPPED
[INFO] Maven ITs ......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28.196s
[INFO] Finished at: Mon Aug 01 15:06:29 BST 2011
[INFO] Final Memory: 31M/718M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:2.8:descriptor (default-descriptor) on project maven-it-plugin-parameter-implementation: Error extracting plugin descriptor: 'No mojo definitions were found for plugin: org.apache.maven.its.plugins:maven-it-plugin-parameter-implementation.' -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-it-plugin-parameter-implementation
Recording test results