You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Hudson <Hu...@sonatype.org> on 2010/05/27 11:49:27 UTC

Build failed in Hudson: maven-3.0.x-ITs » 1.5,windows #270

See <http://grid.sonatype.org/ci/job/maven-3.0.x-ITs/./jdk=1.5,label=windows/270/>

------------------------------------------
[...truncated 28 lines...]
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.0:process (default) @ core-it-suite ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] snapshot org.apache.maven.shared:maven-verifier:1.3-SNAPSHOT: checking for updates from Nexus
[INFO] snapshot org.apache.maven.its:maven-it-helper:2.1-SNAPSHOT: checking for updates from Nexus
[INFO] snapshot org.apache.maven.its:core-integration-testing:2.1-SNAPSHOT: checking for updates from Nexus
[INFO] snapshot org.apache.maven.its:core-integration-testing-parent:2.1-SNAPSHOT: checking for updates from Nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ core-it-suite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\src\main\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ core-it-suite ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ core-it-suite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2255 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ core-it-suite ---
[INFO] Compiling 487 source files to C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\test-classes
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (copy-maven-distro) @ core-it-suite ---
[INFO] Executing tasks
     [copy] Copying 34 files to C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\distro
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.0:copy (inject-emma-into-core-realm) @ core-it-suite ---
[INFO] Configured Artifact: emma:emma:2.1.5320:jar
[INFO] Copying emma-2.1.5320.jar to C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\distro\lib\emma-2.1.5320.jar
[INFO] 
[INFO] --- emma4it-maven-plugin:1.2:instrument (instrument) @ core-it-suite ---
EMMA: processing instrumentation path ...
EMMA: instrumentation path processed in 1560 ms
EMMA: [558 class(es) instrumented, 413 resource(s) copied]
EMMA: metadata merged into [C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\emma\coverage.em] {in 68 ms}
[INFO] 
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ core-it-suite ---
[INFO] Surefire report directory: C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.it.IntegrationTestSuite
org.apache.maven.surefire.booter.SurefireExecutionException: org.apache.maven.it.IntegrationTestSuite; nested exception is org.apache.maven.it.VerificationException: Illegal maven output: String 'Maven version: ' not found in the following output:
EMMA: collecting runtime coverage data ...
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:97)
at com.vladium.emma.rt.RTController.start(RTController.java:99)
at com.vladium.emma.rt.RT.reset(RT.java:222)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
Exception in thread "main" java.lang.Error: EMMA: runtime controller could not be started, aborting
at com.vladium.emma.rt.RT.reset(RT.java:233)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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); nested exception is org.apache.maven.surefire.testset.TestSetFailedException: org.apache.maven.it.IntegrationTestSuite; nested exception is org.apache.maven.it.VerificationException: Illegal maven output: String 'Maven version: ' not found in the following output:
EMMA: collecting runtime coverage data ...
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:97)
at com.vladium.emma.rt.RTController.start(RTController.java:99)
at com.vladium.emma.rt.RT.reset(RT.java:222)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
Exception in thread "main" java.lang.Error: EMMA: runtime controller could not be started, aborting
at com.vladium.emma.rt.RT.reset(RT.java:233)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
org.apache.maven.surefire.testset.TestSetFailedException: org.apache.maven.it.IntegrationTestSuite; nested exception is org.apache.maven.it.VerificationException: Illegal maven output: String 'Maven version: ' not found in the following output:
EMMA: collecting runtime coverage data ...
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:97)
at com.vladium.emma.rt.RTController.start(RTController.java:99)
at com.vladium.emma.rt.RT.reset(RT.java:222)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
Exception in thread "main" java.lang.Error: EMMA: runtime controller could not be started, aborting
at com.vladium.emma.rt.RT.reset(RT.java:233)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
org.apache.maven.it.VerificationException: Illegal maven output: String 'Maven version: ' not found in the following output:
EMMA: collecting runtime coverage data ...
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:97)
at com.vladium.emma.rt.RTController.start(RTController.java:99)
at com.vladium.emma.rt.RT.reset(RT.java:222)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
Exception in thread "main" java.lang.Error: EMMA: runtime controller could not be started, aborting
at com.vladium.emma.rt.RT.reset(RT.java:233)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
	at org.apache.maven.it.Verifier.getMavenVersion(Verifier.java:1434)
	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:585)
	at org.apache.maven.surefire.junit.JUnitTestSet.createInstanceFromSuiteMethod(JUnitTestSet.java:180)
	at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:140)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:197)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:585)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:03.101s
[INFO] Finished at: Thu May 27 02:49:26 PDT 2010
[INFO] Final Memory: 7M/30M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test (default-test) on project core-it-suite: There are test failures.

Please refer to C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\surefire-reports for the individual test results.
-> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test (default-test) on project core-it-suite: There are test failures.

Please refer to C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:137)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:77)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:69)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:82)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:54)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:173)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:151)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:248)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:97)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:436)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:161)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:125)
	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:585)
	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 C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:575)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:105)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:133)
	... 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
Emma: looking for coverage reports in the provided path: core-integration-tests/target/site/emma/coverage.xml


Hudson build is back to normal : maven-3.0.x-ITs » 1.5,windows #273

Posted by Hudson <Hu...@sonatype.org>.
See <http://grid.sonatype.org/ci/job/maven-3.0.x-ITs/./jdk=1.5,label=windows/273/>



Build failed in Hudson: maven-3.0.x-ITs » 1.5,windows #272

Posted by Hudson <Hu...@sonatype.org>.
See <http://grid.sonatype.org/ci/job/maven-3.0.x-ITs/./jdk=1.5,label=windows/272/>

------------------------------------------
[...truncated 1096 lines...]
	at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
	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:585)
	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)

	at org.apache.maven.it.Verifier.executeGoals(Verifier.java:1348)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1191)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1185)
	at org.apache.maven.it.MavenITmng2305MultipleProxiesTest.testit(MavenITmng2305MultipleProxiesTest.java:101)

testitBasic(org.apache.maven.it.MavenITmng0553SettingsAuthzEncryptionTest)  Time elapsed: 0.456 sec  <<< ERROR!
org.apache.maven.it.VerificationException: Exit code was non-zero: 1; command line and log = 
C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\distro\bin\mvn --settings settings.xml -e --batch-mode -Dmaven.repo.local=C:\opt\repos\local-repository validate
EMMA: collecting runtime coverage data ...
java.net.BindException: Address already in use: JVM_Bind
	at java.net.PlainSocketImpl.socketBind(Native Method)
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
	at java.net.ServerSocket.bind(ServerSocket.java:319)
	at java.net.ServerSocket.<init>(ServerSocket.java:185)
	at java.net.ServerSocket.<init>(ServerSocket.java:97)
	at com.vladium.emma.rt.RTController.start(RTController.java:99)
	at com.vladium.emma.rt.RT.reset(RT.java:222)
	at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
	at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
	at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
	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:585)
	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)
Exception in thread "main" java.lang.Error: EMMA: runtime controller could not be started, aborting
	at com.vladium.emma.rt.RT.reset(RT.java:233)
	at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
	at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
	at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
	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:585)
	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)

	at org.apache.maven.it.Verifier.executeGoals(Verifier.java:1348)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1191)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1185)
	at org.apache.maven.it.MavenITmng0553SettingsAuthzEncryptionTest.testitBasic(MavenITmng0553SettingsAuthzEncryptionTest.java:130)

testitRelocation(org.apache.maven.it.MavenITmng0553SettingsAuthzEncryptionTest)  Time elapsed: 0.408 sec  <<< ERROR!
org.apache.maven.it.VerificationException: Exit code was non-zero: 1; command line and log = 
C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\distro\bin\mvn --settings settings.xml -e --batch-mode -Dsettings.security=C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\test-classes\mng-0553\test-2\settings~security.xml -Dmaven.repo.local=C:\opt\repos\local-repository validate
EMMA: collecting runtime coverage data ...
java.net.BindException: Address already in use: JVM_Bind
	at java.net.PlainSocketImpl.socketBind(Native Method)
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
	at java.net.ServerSocket.bind(ServerSocket.java:319)
	at java.net.ServerSocket.<init>(ServerSocket.java:185)
	at java.net.ServerSocket.<init>(ServerSocket.java:97)
	at com.vladium.emma.rt.RTController.start(RTController.java:99)
	at com.vladium.emma.rt.RT.reset(RT.java:222)
	at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
	at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
	at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
	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:585)
	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)
Exception in thread "main" java.lang.Error: EMMA: runtime controller could not be started, aborting
	at com.vladium.emma.rt.RT.reset(RT.java:233)
	at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
	at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
	at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
	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:585)
	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)

	at org.apache.maven.it.Verifier.executeGoals(Verifier.java:1348)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1191)
	at org.apache.maven.it.MavenITmng0553SettingsAuthzEncryptionTest.testitRelocation(MavenITmng0553SettingsAuthzEncryptionTest.java:166)

testitEncryption(org.apache.maven.it.MavenITmng0553SettingsAuthzEncryptionTest)  Time elapsed: 0.37 sec  <<< ERROR!
org.apache.maven.it.VerificationException: Exit code was non-zero: 1; command line and log = 
C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\distro\bin\mvn --encrypt-master-password test -e --batch-mode -Dmaven.repo.local=C:\opt\repos\local-repository -e
EMMA: collecting runtime coverage data ...
java.net.BindException: Address already in use: JVM_Bind
	at java.net.PlainSocketImpl.socketBind(Native Method)
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
	at java.net.ServerSocket.bind(ServerSocket.java:319)
	at java.net.ServerSocket.<init>(ServerSocket.java:185)
	at java.net.ServerSocket.<init>(ServerSocket.java:97)
	at com.vladium.emma.rt.RTController.start(RTController.java:99)
	at com.vladium.emma.rt.RT.reset(RT.java:222)
	at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
	at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
	at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
	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:585)
	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)
Exception in thread "main" java.lang.Error: EMMA: runtime controller could not be started, aborting
	at com.vladium.emma.rt.RT.reset(RT.java:233)
	at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
	at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
	at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
	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:585)
	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)

	at org.apache.maven.it.Verifier.executeGoals(Verifier.java:1348)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1191)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1185)
	at org.apache.maven.it.MavenITmng0553SettingsAuthzEncryptionTest.testitEncryption(MavenITmng0553SettingsAuthzEncryptionTest.java:189)

testit0090(org.apache.maven.it.MavenIT0090EnvVarInterpolationTest)  Time elapsed: 0.403 sec  <<< ERROR!
org.apache.maven.it.VerificationException: Exit code was non-zero: 1; command line and log = 
C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\distro\bin\mvn -e --batch-mode -Dmaven.repo.local=C:\opt\repos\local-repository validate
EMMA: collecting runtime coverage data ...
java.net.BindException: Address already in use: JVM_Bind
	at java.net.PlainSocketImpl.socketBind(Native Method)
	at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
	at java.net.ServerSocket.bind(ServerSocket.java:319)
	at java.net.ServerSocket.<init>(ServerSocket.java:185)
	at java.net.ServerSocket.<init>(ServerSocket.java:97)
	at com.vladium.emma.rt.RTController.start(RTController.java:99)
	at com.vladium.emma.rt.RT.reset(RT.java:222)
	at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
	at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
	at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
	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:585)
	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)
Exception in thread "main" java.lang.Error: EMMA: runtime controller could not be started, aborting
	at com.vladium.emma.rt.RT.reset(RT.java:233)
	at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
	at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
	at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
	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:585)
	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)

	at org.apache.maven.it.Verifier.executeGoals(Verifier.java:1348)
	at org.apache.maven.it.Verifier.executeGoal(Verifier.java:1191)
	at org.apache.maven.it.MavenIT0090EnvVarInterpolationTest.testit0090(MavenIT0090EnvVarInterpolationTest.java:52)


Results :

Tests in error: 
  testit(org.apache.maven.it.MavenITmng4590ImportedPomUsesSystemPropertiesTest)
  testit(org.apache.maven.it.MavenITmng4482ForcePluginSnapshotUpdateTest)
  testitHttpToHttp(org.apache.maven.it.MavenITmng4428FollowHttpRedirectTest)
  testitHttpsToHttps(org.apache.maven.it.MavenITmng4428FollowHttpRedirectTest)
  testitRelativeLocation(org.apache.maven.it.MavenITmng4428FollowHttpRedirectTest)
  testit(org.apache.maven.it.MavenITmng4379TransitiveSystemPathInterpolatedWithEnvVarTest)
  testitMNG3940(org.apache.maven.it.MavenITmng3940EnvVarInterpolationTest)
  testit(org.apache.maven.it.MavenITmng2848ProfileActivationByEnvironmentVariableTest)
  testitEnvVars(org.apache.maven.it.MavenITmng2577SettingsXmlInterpolationTest)
  testit(org.apache.maven.it.MavenITmng2305MultipleProxiesTest)
  testitBasic(org.apache.maven.it.MavenITmng0553SettingsAuthzEncryptionTest)
  testitRelocation(org.apache.maven.it.MavenITmng0553SettingsAuthzEncryptionTest)
  testitEncryption(org.apache.maven.it.MavenITmng0553SettingsAuthzEncryptionTest)
  testit0090(org.apache.maven.it.MavenIT0090EnvVarInterpolationTest)

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

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:45.824s
[INFO] Finished at: Thu May 27 04:04:52 PDT 2010
[INFO] Final Memory: 7M/32M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test (default-test) on project core-it-suite: There are test failures.

Please refer to C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\surefire-reports for the individual test results.
-> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test (default-test) on project core-it-suite: There are test failures.

Please refer to C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:137)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:77)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:69)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:82)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:54)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:173)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:151)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:248)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:97)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:436)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:161)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:125)
	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:585)
	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 C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:575)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:105)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:133)
	... 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
Emma: looking for coverage reports in the provided path: core-integration-tests/target/site/emma/coverage.xml


Build failed in Hudson: maven-3.0.x-ITs » 1.5,windows #271

Posted by Hudson <Hu...@sonatype.org>.
See <http://grid.sonatype.org/ci/job/maven-3.0.x-ITs/./jdk=1.5,label=windows/271/>

------------------------------------------
[...truncated 28 lines...]
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.0:process (default) @ core-it-suite ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] snapshot org.apache.maven.shared:maven-verifier:1.3-SNAPSHOT: checking for updates from Nexus
[INFO] snapshot org.apache.maven.its:maven-it-helper:2.1-SNAPSHOT: checking for updates from Nexus
[INFO] snapshot org.apache.maven.its:core-integration-testing:2.1-SNAPSHOT: checking for updates from Nexus
[INFO] snapshot org.apache.maven.its:core-integration-testing-parent:2.1-SNAPSHOT: checking for updates from Nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ core-it-suite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\src\main\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ core-it-suite ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ core-it-suite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2255 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ core-it-suite ---
[INFO] Compiling 487 source files to C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\test-classes
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (copy-maven-distro) @ core-it-suite ---
[INFO] Executing tasks
     [copy] Copying 34 files to C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\distro
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-dependency-plugin:2.0:copy (inject-emma-into-core-realm) @ core-it-suite ---
[INFO] Configured Artifact: emma:emma:2.1.5320:jar
[INFO] Copying emma-2.1.5320.jar to C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\distro\lib\emma-2.1.5320.jar
[INFO] 
[INFO] --- emma4it-maven-plugin:1.2:instrument (instrument) @ core-it-suite ---
EMMA: processing instrumentation path ...
EMMA: instrumentation path processed in 1728 ms
EMMA: [558 class(es) instrumented, 413 resource(s) copied]
EMMA: metadata merged into [C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\emma\coverage.em] {in 67 ms}
[INFO] 
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ core-it-suite ---
[INFO] Surefire report directory: C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.it.IntegrationTestSuite
org.apache.maven.surefire.booter.SurefireExecutionException: org.apache.maven.it.IntegrationTestSuite; nested exception is org.apache.maven.it.VerificationException: Illegal maven output: String 'Maven version: ' not found in the following output:
EMMA: collecting runtime coverage data ...
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:97)
at com.vladium.emma.rt.RTController.start(RTController.java:99)
at com.vladium.emma.rt.RT.reset(RT.java:222)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
Exception in thread "main" java.lang.Error: EMMA: runtime controller could not be started, aborting
at com.vladium.emma.rt.RT.reset(RT.java:233)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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); nested exception is org.apache.maven.surefire.testset.TestSetFailedException: org.apache.maven.it.IntegrationTestSuite; nested exception is org.apache.maven.it.VerificationException: Illegal maven output: String 'Maven version: ' not found in the following output:
EMMA: collecting runtime coverage data ...
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:97)
at com.vladium.emma.rt.RTController.start(RTController.java:99)
at com.vladium.emma.rt.RT.reset(RT.java:222)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
Exception in thread "main" java.lang.Error: EMMA: runtime controller could not be started, aborting
at com.vladium.emma.rt.RT.reset(RT.java:233)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
org.apache.maven.surefire.testset.TestSetFailedException: org.apache.maven.it.IntegrationTestSuite; nested exception is org.apache.maven.it.VerificationException: Illegal maven output: String 'Maven version: ' not found in the following output:
EMMA: collecting runtime coverage data ...
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:97)
at com.vladium.emma.rt.RTController.start(RTController.java:99)
at com.vladium.emma.rt.RT.reset(RT.java:222)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
Exception in thread "main" java.lang.Error: EMMA: runtime controller could not be started, aborting
at com.vladium.emma.rt.RT.reset(RT.java:233)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
org.apache.maven.it.VerificationException: Illegal maven output: String 'Maven version: ' not found in the following output:
EMMA: collecting runtime coverage data ...
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at java.net.ServerSocket.<init>(ServerSocket.java:97)
at com.vladium.emma.rt.RTController.start(RTController.java:99)
at com.vladium.emma.rt.RT.reset(RT.java:222)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
Exception in thread "main" java.lang.Error: EMMA: runtime controller could not be started, aborting
at com.vladium.emma.rt.RT.reset(RT.java:233)
at com.vladium.emma.rt.RT.<clinit>(RT.java:540)
at org.apache.maven.cli.MavenCli.$VRi(MavenCli.java)
at org.apache.maven.cli.MavenCli.<clinit>(MavenCli.java)
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:585)
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)
	at org.apache.maven.it.Verifier.getMavenVersion(Verifier.java:1434)
	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:585)
	at org.apache.maven.surefire.junit.JUnitTestSet.createInstanceFromSuiteMethod(JUnitTestSet.java:180)
	at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:140)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:197)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
	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:585)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:55.470s
[INFO] Finished at: Thu May 27 03:05:09 PDT 2010
[INFO] Final Memory: 7M/27M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test (default-test) on project core-it-suite: There are test failures.

Please refer to C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\surefire-reports for the individual test results.
-> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test (default-test) on project core-it-suite: There are test failures.

Please refer to C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:137)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:77)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:69)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:82)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:54)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:173)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:151)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:248)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:97)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:436)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:161)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:125)
	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:585)
	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 C:\home\hudson\workspace\maven-3.0.x-ITs\jdk\1.5\label\windows\core-integration-tests\target\surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:575)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:105)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:133)
	... 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
Emma: looking for coverage reports in the provided path: core-integration-tests/target/site/emma/coverage.xml